{"id":29408772,"url":"https://github.com/htmujahid/supasheet","last_synced_at":"2025-09-24T01:16:41.128Z","repository":{"id":302010424,"uuid":"1010911771","full_name":"htmujahid/supasheet","owner":"htmujahid","description":"The admin panel you've been waiting for","archived":false,"fork":false,"pushed_at":"2025-09-23T02:10:45.000Z","size":2784,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T03:18:41.244Z","etag":null,"topics":["data-table","nextjs","react-hook-form","react-query","react-table","shadcn","supabase","supasheet","tanstack"],"latest_commit_sha":null,"homepage":"https://supasheet.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/htmujahid.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-30T03:01:40.000Z","updated_at":"2025-09-23T02:10:48.000Z","dependencies_parsed_at":"2025-09-23T03:22:02.261Z","dependency_job_id":null,"html_url":"https://github.com/htmujahid/supasheet","commit_stats":null,"previous_names":["htmujahid/supasheet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/htmujahid/supasheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htmujahid%2Fsupasheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htmujahid%2Fsupasheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htmujahid%2Fsupasheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htmujahid%2Fsupasheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htmujahid","download_url":"https://codeload.github.com/htmujahid/supasheet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htmujahid%2Fsupasheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276675023,"owners_count":25684188,"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-09-23T02:00:09.130Z","response_time":73,"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":["data-table","nextjs","react-hook-form","react-query","react-table","shadcn","supabase","supasheet","tanstack"],"created_at":"2025-07-11T03:07:32.324Z","updated_at":"2025-09-24T01:16:41.120Z","avatar_url":"https://github.com/htmujahid.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003e\n  Supasheet\n  \u003c/h1\u003e\n  \u003ch3 align=\"center\"\u003e\u003cstrong\u003eThe admin panel you've been waiting for\u003c/strong\u003e\u003c/h3\u003e\n  \u003cp\u003eSupasheet is a powerful admin panel designed to work seamlessly with Supabase. It provides an intuitive interface for managing your data, users, and settings, making it easier than ever to build and maintain your applications.\u003c/p\u003e\n  \u003cp\u003eTry out Supasheet using our hosted version at \u003ca href=\"https://supasheet.app\"\u003esupasheet.app\u003c/a\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003e\n   \u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"public/images/bg-dark.png\"\u003e\n   \u003cimg alt=\"teable interface\" width=\"100%\" src=\"public/images/bg-light.png\"\u003e\n   \u003c/picture\u003e\n\u003c/h1\u003e\n\n## Features\n\n- [x] Authentication\n- [x] User management\n- [x] Authorization (RBAC)\n- [x] Resource (CRUD)\n- [x] Customizable UI\n- [x] Internationalization (i18n)\n- [x] SQL Editor\n- [ ] Dashboards\n- [ ] Analytics\n- [ ] Reports\n- [ ] File Storage\n- [ ] Notifications\n- [ ] Custom Actions\n- [ ] Custom Widgets\n\n## Getting Started\n\nTo get started with Supasheet, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/htmujahid/supasheet.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd supasheet\n   ```\n\n3. Install the dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Place your Supabase URL and API key in the `.env.dev` file:\n\n   ```env\n   NEXT_PUBLIC_SUPABASE_URL=your_supabase_url\n   NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_api_key\n   ```\n\n5. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n6. Open your browser and navigate to `http://localhost:3000` to see the application in action.\n\n## Technology Stack\n\n1. **Frontend**: Next.js, React, Tailwind CSS, Shadcn UI\n2. **Backend**: Supabase (PostgreSQL, Auth, Storage)\n3. **Deployment**: Vercel (for frontend), Supabase (for backend)\n4. **MISC**: Diceui, React Query, TanStack Table, React Hook Form, Zod, i18next\n\n## Credits\n\n* **Makerkit**\n\n## Contributing\n\nWe welcome contributions to Supasheet!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtmujahid%2Fsupasheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtmujahid%2Fsupasheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtmujahid%2Fsupasheet/lists"}