{"id":27284343,"url":"https://github.com/pnvdev/nextjs-supabase-starter","last_synced_at":"2025-07-29T15:40:14.287Z","repository":{"id":286609774,"uuid":"960744854","full_name":"pnvdev/nextjs-supabase-starter","owner":"pnvdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-07T12:17:48.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T19:04:50.829Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://supabase-starter-tau-kohl.vercel.app","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/pnvdev.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-05T01:27:23.000Z","updated_at":"2025-04-07T12:17:51.000Z","dependencies_parsed_at":"2025-04-11T18:58:07.384Z","dependency_job_id":null,"html_url":"https://github.com/pnvdev/nextjs-supabase-starter","commit_stats":null,"previous_names":["pnvdev/nextjs-supabase-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pnvdev/nextjs-supabase-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnvdev%2Fnextjs-supabase-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnvdev%2Fnextjs-supabase-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnvdev%2Fnextjs-supabase-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnvdev%2Fnextjs-supabase-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnvdev","download_url":"https://codeload.github.com/pnvdev/nextjs-supabase-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnvdev%2Fnextjs-supabase-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267710031,"owners_count":24131933,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-04-11T18:58:05.386Z","updated_at":"2025-07-29T15:40:14.276Z","avatar_url":"https://github.com/pnvdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ Next.js + Supabase Starter\n\nA minimal and powerful starter template combining **Next.js** and **Supabase** – perfect for building modern full-stack applications with authentication, database, and storage out of the box.\n\n![Screenshot](./public/preview.png) \u003c!-- Optional: Replace or remove if not available --\u003e\n\n## 🚀 Features\n\n- 🔐 Supabase Auth (Email/Password, Social logins)\n- 🗃️ Supabase Database \u0026 API integration\n- 📦 Fully typed with TypeScript\n- 🌗 Dark mode support (optional)\n- 💨 Tailwind CSS for rapid UI styling\n- 🧪 Ready for testing and deployment\n\n## 🛠 Tech Stack\n\n- [Next.js](https://nextjs.org/)\n- [Supabase](https://supabase.com/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [React](https://reactjs.org/)\n\n## 📦 Getting Started\n\n### 1. Clone the repo\n\n```bash\ngit clone https://github.com/pnvdev/nextjs-supabase-starter.git\ncd nextjs-supabase-starter\n```\n\n### 2. Install dependencies\n\n```bash\nnpm install\n# or\nyarn\n```\n\n### 3. Setup Supabase\n\n1. Create a new project at [supabase.com](https://supabase.com)\n2. Grab your **Project URL** and **anon/public API key**\n3. Create a `.env.local` file:\n\n```bash\nNEXT_PUBLIC_SUPABASE_URL=your-supabase-url\nNEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key\n```\n\n\u003e ✅ You can also configure `SUPABASE_SERVICE_ROLE_KEY` if needed for admin actions (be careful with exposure).\n\n### 4. Run locally\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nVisit `http://localhost:3000` to see the app in action.\n\n## 🌍 Deployment\n\nThis starter works great on platforms like [Vercel](https://vercel.com/) or [Netlify](https://netlify.com/).\n\n\u003e Make sure to add the environment variables in the dashboard when deploying.\n\n## 🗂️ Project Structure\n\n```\n.\n├── components/      # Reusable UI elements\n├── lib/             # Supabase client setup\n├── pages/           # Next.js routes\n├── styles/          # Tailwind/global styles\n├── types/           # TypeScript types\n├── .env.local       # Local env variables\n```\n\n## 📌 TODO / Ideas\n\n- [ ] Supabase Row-Level Security (RLS) examples\n- [ ] User profile dashboard\n- [ ] SSR/ISR support\n- [ ] Dark mode switcher\n- [ ] Example with storage uploads\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to fork the repo, open issues, or submit pull requests.\n\n## 📄 License\n\n[MIT](LICENSE)\n\n---\n\nBuilt with ❤️ by [pnvdev](https://github.com/pnvdev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnvdev%2Fnextjs-supabase-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnvdev%2Fnextjs-supabase-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnvdev%2Fnextjs-supabase-starter/lists"}