{"id":17938885,"url":"https://github.com/uixmat/firestarta","last_synced_at":"2025-05-05T04:14:40.743Z","repository":{"id":217635033,"uuid":"744192111","full_name":"uixmat/firestarta","owner":"uixmat","description":"Next.js SaaS boilerplate with NextAuth, Prisma, Supabase, Shadcn/ui \u0026 Lemon Squeezy Subscriptions","archived":false,"fork":false,"pushed_at":"2024-03-03T22:04:25.000Z","size":8182,"stargazers_count":213,"open_issues_count":5,"forks_count":30,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-05T04:14:34.356Z","etag":null,"topics":["clsx","lemonsqueezy","lucide-react","next-auth","nextjs","postgres","radix-ui","resend","shadcn-ui","sonner","supabase","supabase-db","tailwindcss","typescript","zod"],"latest_commit_sha":null,"homepage":"https://firestarta.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uixmat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-01-16T19:56:26.000Z","updated_at":"2025-04-01T18:40:47.000Z","dependencies_parsed_at":"2024-03-03T14:48:46.653Z","dependency_job_id":null,"html_url":"https://github.com/uixmat/firestarta","commit_stats":null,"previous_names":["mattsince87/nextauth-prisma","uixmat/firestarta"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uixmat%2Ffirestarta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uixmat%2Ffirestarta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uixmat%2Ffirestarta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uixmat%2Ffirestarta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uixmat","download_url":"https://codeload.github.com/uixmat/firestarta/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252436586,"owners_count":21747472,"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":["clsx","lemonsqueezy","lucide-react","next-auth","nextjs","postgres","radix-ui","resend","shadcn-ui","sonner","supabase","supabase-db","tailwindcss","typescript","zod"],"created_at":"2024-10-29T00:06:24.871Z","updated_at":"2025-05-05T04:14:40.724Z","avatar_url":"https://github.com/uixmat.png","language":"TypeScript","funding_links":[],"categories":["Boilerplates \u0026 Starters","Saas","SaaS"],"sub_categories":[],"readme":"\u003cpicture\u003e\n\u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/uixmat/firestarta-ghassets/blob/main/assets/logo-dark.png\"\u003e\n\u003cimg alt=\"Firestarta.dev\" src=\"https://github.com/uixmat/firestarta-ghassets/blob/main/assets/logo-light.png\" width=\"320\"\u003e\n\u003c/picture\u003e\n\n### A Next.js SaaS Boilerplate\n\nThis repository serves as a starting point (or boilerplate) for any Next.js SaaS project that requires user authentication and management and subscription payments. It currently uses Prisma with a Postgres database and is being built out using shadcn/ui components besides custom sass components when needed.\n\n## Live :point_right: [Firestarta.dev](https://firestarta.dev)\n\n![Vercel](https://vercelbadge.vercel.app/api/uixmat/firestarta)\n\n[![Made with Supabase](https://supabase.com/badge-made-with-supabase-dark.svg)](https://supabase.com)\n\n\u003e [!NOTE]\n\u003e Now using [yarn 4.1.0](https://yarnpkg.com/getting-started/install) through [Corepack](https://yarnpkg.com/corepack).\n\n## The stack\n\u003e Changes or additions to teh stack will be updated here\n\n- Next.js\n- NextAuth\n- Typescript\n- Prisma\n- Supabase (Postgres)\n- Lemon Squeezy (Subscriptions)\n- Sass\n- shadcn/ui\n- Lucide icons\n\n## Features\n\u003e Features are developed in no specific order\n\n- [x] App directory\n- [x] Route Groups\n- [x] Intercepting \u0026 Parallel Routes\n- [x] CSR/SSR\n- [x] Subscriptions with Lemon Squeezy\n- [x] Basic SEO\n- [x] User Profiles\n- [x] Account Pages\n- [x] Custom Components\n- [x] ~~Light/Dark Modes~~ _temporarily removed_\n- [x] Responsive Design\n- [ ] Light mode (Theme)\n- [ ] Dasboard layouts\n- [ ] Cookies\n- [x] Internationalisation (Multi-lingual)\n- [ ] Custom errors\n- [x] Loading states `loading.tsx`\n- [ ] Sitemap\n- [ ] Manifest\n- [ ] Blog\n\n## Preview\n\u003cimg alt=\"Firestarta.dev\" src=\"https://github.com/uixmat/firestarta-ghassets/blob/main/assets/hero.png\" /\u003e\n\n## Setup\nCreate a `.env.local` file and generate NextAuth secret using:\n\n```bash\nopenssl rand -base64 32\n```\n\n### `.env.local` \n```\nNEXT_PUBLIC_SITE_URL=http://localhost:3000\nNEXTAUTH_SECRET=\nNEXTAUTH_URL=http://localhost:3000\n\nGITHUB_SECRET=\nGITHUB_ID=\n\nDATABASE_URL=\n\nLEMONSQUEEZY_STORE_ID=\nLEMONSQUEEZY_API_KEY=\nLEMONSQUEEZY_WEBHOOK_SECRET=\n```\n### Set up GitHub Authentication\n\u003e [!TIP] \n\u003e To setup Github visit [https://github.com/settings/apps](https://github.com/settings/apps) to create a new app. the callback URL should be: `[origin]/api/auth/callback/[provider]` as stated in the [NextAuth](https://next-auth.js.org/configuration/providers/oauth) documentation.\n\n## Getting Started\n```bash\nnpx prisma migrate dev --name init\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuixmat%2Ffirestarta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuixmat%2Ffirestarta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuixmat%2Ffirestarta/lists"}