Skip to content

SteeveSticks/STARTUP-FULLSTACK-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 StartupFounder

StartupFounders is a modern web platform built for aspiring founders and entrepreneurs to share insights, resources, and startup journeys.
It combines Next.js, Sanity CMS, and Sentry monitoring to deliver a scalable, content-rich experience with real-time reliability tracking.

Screenshot 2025-08-31 013041

✨ Features

  • 📰 Dynamic Content – Powered by Sanity for easy content management
  • 🎨 Modern UI/UX – Styled with Tailwind CSS v4
  • 📊 Error Tracking & Performance – Integrated with Sentry for monitoring
  • Fast & Scalable – Built on Next.js 15.3 + React 19
  • 🔐 Type Safety – Full TypeScript support

🛠 Tech Stack


📦 Installation

  1. Clone the repository
git clone https://github.com/SteeveSticks/STARTUP-FULLSTACK-APP.git
  1. Install dependencies
npm install
  1. Set up environment variables create a .env.local file in the root directory and add the following variables:
NEXT_PUBLIC_SENTRY_DSN=https://<your-sentry-dsn>
NEXT_PUBLIC_SANITY_TOKEN=<your-sanity-token>
SANITY_API_TOKEN=your_sanity_api_token
SENTRY_AUTH_TOKEN=your_sentry_token
  1. Run the development server
npm run dev
  1. Open http://localhost:3000 with your browser.

Deployment

  • Deployed on Vercel
  • Sentry monnitoring enabled for both frontend and backend

Monitoring with Sentry

Sentry is configured to

  • Track errors and crashes in real-time
  • Measure performance metrics(page load time, response time, etc.)
  • Provide insights into user session

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published