{"id":14070178,"url":"https://github.com/michaelshimeles/nextjs-starter-kit","last_synced_at":"2025-05-14T03:10:07.059Z","repository":{"id":196765023,"uuid":"697075481","full_name":"michaelshimeles/nextjs-starter-kit","owner":"michaelshimeles","description":"The Ulimate Nextjs Starter Kit. Build your next SAAS product of your dreams. Batteries included.","archived":false,"fork":false,"pushed_at":"2025-03-11T03:00:49.000Z","size":679,"stargazers_count":2075,"open_issues_count":5,"forks_count":492,"subscribers_count":31,"default_branch":"main","last_synced_at":"2025-05-07T05:41:25.704Z","etag":null,"topics":["clerk","nextjs","nextjs-boilerplate","nextjs-starter-kit","nextjs-starter-saas","nextjs-template","nextjs14","starter-kit","supabase","upstash"],"latest_commit_sha":null,"homepage":"https://www.nextstarter.xyz/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelshimeles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-27T02:16:15.000Z","updated_at":"2025-05-06T20:27:29.000Z","dependencies_parsed_at":"2023-10-28T13:32:13.068Z","dependency_job_id":"be758491-1629-4dd1-a181-89e13c50355f","html_url":"https://github.com/michaelshimeles/nextjs-starter-kit","commit_stats":{"total_commits":154,"total_committers":6,"mean_commits":"25.666666666666668","dds":"0.12337662337662336","last_synced_commit":"d2bdd7ef6e9102aff79bd97c0dbad94b5f51c935"},"previous_names":["michaelshimeles/nextjs13-starter","michaelshimeles/nextjs14-starter","michaelshimeles/nextjs-starter-kit"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelshimeles%2Fnextjs-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelshimeles%2Fnextjs-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelshimeles%2Fnextjs-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelshimeles%2Fnextjs-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelshimeles","download_url":"https://codeload.github.com/michaelshimeles/nextjs-starter-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254059511,"owners_count":22007769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clerk","nextjs","nextjs-boilerplate","nextjs-starter-kit","nextjs-starter-saas","nextjs-template","nextjs14","starter-kit","supabase","upstash"],"created_at":"2024-08-13T07:07:32.015Z","updated_at":"2025-05-14T03:10:02.035Z","avatar_url":"https://github.com/michaelshimeles.png","language":"TypeScript","funding_links":[],"categories":["Saas","TypeScript","Starter"],"sub_categories":[],"readme":"# Next.js 15 Starter Kit\n\nA modern, feature-rich starter template for building production-ready applications with Next.js 15, Tailwind CSS, and TypeScript.\n\n![Next Starter Kit](https://dwdwn8b5ye.ufs.sh/f/MD2AM9SEY8GucGJl7b5qyE7FjNDKYduLOG2QHWh3f5RgSi0c)\n\n## Features\n\n### Core Technologies\n- ⚡ **Next.js 15** - The latest version with App Router\n- 🎨 **Tailwind CSS** - Utility-first CSS framework\n- 📘 **TypeScript** - Type-safe code\n- 🔒 **Authentication** - Clerk integration with persistent authorization toggle\n- 🎭 **Shadcn/ui** - Beautiful and accessible components\n- 💾 **Convex DB** - Real-time database with built-in file storage and serverless functions\n- 💳 **Polar.sh** - Open-source solution for managing subscriptions and payments\n\n### Performance Optimizations\n- 🚀 **Route Prefetching** - Instant page transitions for dashboard, playground, and auth pages\n- 🖼️ **Optimized Images** - Eager loading for critical images\n- 🌓 **Dark/Light Mode** - System-aware theme switching with custom gradients\n- 📱 **Responsive Design** - Mobile-first approach\n- 🔄 **Real-time Updates** - Powered by Convex DB's real-time capabilities\n\n### Developer Experience\n- 🧩 **Component Library** - Pre-built, customizable components\n- 🎮 **AI Playground** - Built-in AI chat interface\n- 📊 **Dashboard Template** - Ready-to-use admin interface with subscription management\n- 🔍 **SEO Optimized** - Meta tags and sitemap generation\n\n## Convex DB Integration\n\nTo set up your Convex database, visit: [https://convex.link/rasmicstarter](https://convex.link/rasmicstarter)\n\n## Quick Start\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/michaelshimeles/nextjs14-starter-template.git\n```\n\n2. Install dependencies:\n```bash\nbun install\n```\n\n3. Set up environment variables:\n```bash\ncp .env.example .env.local\n```\n\n4. Configure your environment variables:\n```env\n# Authentication (Clerk)\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/\n\n# Convex\nNEXT_PUBLIC_CONVEX_URL=\nCONVEX_DEPLOYMENT=\nCONVEX_ADMIN_KEY=\n\n# Polar.sh\nPOLAR_WEBHOOK_SECRET=\n\n# Frontend\nNEXT_PUBLIC_BASE_URL=http://localhost:3000\n\n# Optional: AI Integration\nOPENAI_API_KEY=\n```\n\n5. Run the development server:\n```bash\nbun run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to see your application.\n\n## Project Structure\n\n```\n├── app/\n│   ├── (auth)/         # Authentication routes\n│   ├── (marketing)/    # Marketing pages\n│   ├── api/           # API routes\n│   ├── dashboard/     # Dashboard pages\n│   └── playground/    # AI Playground\n├── components/\n│   ├── homepage/     # Landing page components\n│   ├── shared/       # Shared UI components\n│   └── wrapper/      # Layout wrappers and navigation\n├── config/           # Configuration files\n├── convex/          # Convex DB schema and functions\n├── lib/             # Utility functions\n├── public/          # Static assets\n│   ├── images/      # Image assets\n│   └── svg/         # SVG assets\n└── styles/          # Global styles\n```\n\n## Available Scripts\n\n- `bun run dev` - Start development server\n- `bun run build` - Build for production\n- `bun run start` - Start production server\n- `bun run lint` - Run ESLint\n- `bun run format` - Format code with Prettier\n\n## Sponsors and Supporters\n\nSpecial thanks to [Convex](https://www.convex.dev/) for their sponsorship and support in making this starter kit possible. Their real-time database and file storage solutions have been instrumental in creating a powerful foundation for modern web applications.\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\nIf you find this template helpful, please give it a ⭐️ on GitHub!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelshimeles%2Fnextjs-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelshimeles%2Fnextjs-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelshimeles%2Fnextjs-starter-kit/lists"}