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.
- 📰 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
- Next.js 15.3 – React framework for production
- React 19 – Frontend UI
- Sanity 3.85 – Headless CMS for managing content
- Tailwind CSS 4.1.4 – Utility-first CSS framework
- TypeScript – Strongly typed JavaScript
- Sentry – Error & performance monitoring
- Clone the repository
git clone https://github.com/SteeveSticks/STARTUP-FULLSTACK-APP.git- Install dependencies
npm install- 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
- Run the development server
npm run dev- Open http://localhost:3000 with your browser.
- Deployed on Vercel
- Sentry monnitoring enabled for both frontend and backend
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
This project is licensed under the MIT License - see the LICENSE file for details