{"id":25903940,"url":"https://github.com/halo-lab/next-supabase-todo","last_synced_at":"2025-07-21T08:03:03.599Z","repository":{"id":278363122,"uuid":"923567118","full_name":"Halo-Lab/next-supabase-todo","owner":"Halo-Lab","description":"Todo app with Next.js and Supabase","archived":false,"fork":false,"pushed_at":"2025-02-19T10:57:54.000Z","size":371,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T04:16:40.699Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://next-supabase-todo-ten.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/Halo-Lab.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}},"created_at":"2025-01-28T13:35:38.000Z","updated_at":"2025-02-19T10:57:57.000Z","dependencies_parsed_at":"2025-02-19T11:46:31.125Z","dependency_job_id":"710fa6da-0667-432c-9389-6f5a25660c19","html_url":"https://github.com/Halo-Lab/next-supabase-todo","commit_stats":null,"previous_names":["halo-lab/next-supabase-todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Halo-Lab/next-supabase-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Halo-Lab%2Fnext-supabase-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Halo-Lab%2Fnext-supabase-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Halo-Lab%2Fnext-supabase-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Halo-Lab%2Fnext-supabase-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Halo-Lab","download_url":"https://codeload.github.com/Halo-Lab/next-supabase-todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Halo-Lab%2Fnext-supabase-todo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266263057,"owners_count":23901354,"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":[],"created_at":"2025-03-03T04:16:42.907Z","updated_at":"2025-07-21T08:03:03.582Z","avatar_url":"https://github.com/Halo-Lab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js + Supabase Todo App\n\nA simple Todo application built using Next.js and Supabase.\n\n## Features\n\n- **Authentication**: User login and registration powered by Supabase Auth.\n- **Database**: Store and manage todos using Supabase's Postgres database.\n- **Real-time Updates**: Changes to todos sync in real-time.\n- **Next.js API Routes**: Backend logic handled within the Next.js API layer.\n- **Tailwind CSS**: Modern styling with utility-first CSS framework.\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) installed.\n- [Supabase account](https://supabase.com/) with a configured project.\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Halo-Lab/next-supabase-todo.git\n   cd next-supabase-todo\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables:\n   - Copy `.env.example` to `.env.local`:\n     ```bash\n     cp .env.example .env.local\n     ```\n   - Update `.env.local` with your Supabase credentials:\n     ```env\n     NEXT_PUBLIC_SUPABASE_URL=your_supabase_url\n     NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key\n     ```\n\n4. Run the development server:\n   ```bash\n   npm run dev\n   ```\n   The app will be available at [http://localhost:3000](http://localhost:3000).\n\n## Deployment\n\nThis application can be deployed on platforms like Vercel, Netlify, or any provider supporting Next.js.\n\n### Deploy to Vercel\n\n1. Install the Vercel CLI:\n   ```bash\n   npm install -g vercel\n   ```\n2. Deploy:\n   ```bash\n   vercel\n   ```\n\n## Contributing\n\nFeel free to submit issues and pull requests. Contributions are welcome!\n\n## License\n\nThis project is open-source and available under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalo-lab%2Fnext-supabase-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalo-lab%2Fnext-supabase-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalo-lab%2Fnext-supabase-todo/lists"}