{"id":13615529,"url":"https://github.com/xulioc/sveltekit-supabase-dashboard","last_synced_at":"2025-10-25T00:30:26.095Z","repository":{"id":65558447,"uuid":"540789466","full_name":"xulioc/sveltekit-supabase-dashboard","owner":"xulioc","description":"Dashboard inspired by Supabase UI  and made with SvelteKit as frontend and Supabase as backend.","archived":false,"fork":false,"pushed_at":"2023-06-06T19:46:36.000Z","size":1141,"stargazers_count":136,"open_issues_count":0,"forks_count":27,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-09-29T11:54:11.990Z","etag":null,"topics":["admin-dashboard","charts-js","chartsjs","daisy-ui","daisyui","dashboard","feather-icons","supabase","svelte","sveltejs","sveltekit","tailwindcss","vercel"],"latest_commit_sha":null,"homepage":"https://sveltekit-supabase-dashboard.vercel.app/","language":"Svelte","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/xulioc.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}},"created_at":"2022-09-24T10:22:13.000Z","updated_at":"2024-09-24T12:08:08.000Z","dependencies_parsed_at":"2024-06-09T20:44:18.103Z","dependency_job_id":null,"html_url":"https://github.com/xulioc/sveltekit-supabase-dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xulioc%2Fsveltekit-supabase-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xulioc%2Fsveltekit-supabase-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xulioc%2Fsveltekit-supabase-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xulioc%2Fsveltekit-supabase-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xulioc","download_url":"https://codeload.github.com/xulioc/sveltekit-supabase-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867385,"owners_count":16555891,"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":["admin-dashboard","charts-js","chartsjs","daisy-ui","daisyui","dashboard","feather-icons","supabase","svelte","sveltejs","sveltekit","tailwindcss","vercel"],"created_at":"2024-08-01T20:01:14.785Z","updated_at":"2025-10-25T00:30:25.690Z","avatar_url":"https://github.com/xulioc.png","language":"Svelte","funding_links":[],"categories":["Svelte"],"sub_categories":[],"readme":"# SvelteKit Supabase Dashboard (BETA)\n\n![alt text](/img/dashboard.png)\n\n---\n\n## Simple dashboard inspired by Supabase UI made with [SvelteKit](https://kit.svelte.dev/) as frontend and [Supabase](https://supabase.com/) as backend.\n\n\u003ch3\u003e\n\u003cspan style=\"color:red\"\u003e\nDISCLAIMER: This project is not production ready. Role based access is not fully tested. Use at your own risk.\n\u003c/h3\u003e\n\u003c/span\u003e\n\n## Demo\n\nTry different access roles and views [here](https://sveltekit-supabase-dashboard.vercel.app/).\n\n## Features\n\n- Supabase inspired UI\n- Multi organization\n- Role based access\n- User creation and deletion in dashboard UI\n- Tables \u0026 Charts demo views\n- Demo mode (show hints and disable database updates)\n\n## Technologies\n\n- [Svelte](https://svelte.dev/) and [SvelteKit](https://kit.svelte.dev/) as application framework\n- [Supabase](https://supabase.com/) as database and backend\n- [TailwindCSS](https://tailwindcss.com/) as CSS framework\n- [DaisyUI](https://daisyui.com/) as Tailwind CSS component library\n- [Supabase Auth Helpers](https://github.com/supabase/auth-helpers) as Auth utilities for working with Supabase\n- [Supabase custom claims](https://github.com/supabase-community/supabase-custom-claims) for multi organization and role based access\n- [Charts.js](https://www.chartjs.org/) and [svelte-chartjs](https://www.npmjs.com/package/svelte-chartjs) for charts\n- [Feather Icons](https://feathericons.com/) and [svelte-feather-icons](https://www.npmjs.com/package/svelte-feather-icons) for icons\n- [svelte-loading-spinners](https://www.npmjs.com/package/svelte-loading-spinners) for loading spinners\n- [Vercel](https://vercel.com/) as deployment platform\n\n## TODO\n\n- Improve development docs\n- Fix TypeScript issues\n- Add more chart views\n- ~~Update supabase-js v2~~\n- ~~User profiles~~\n- ~~Light/Dark mode~~\n- Improve mobile navigation\n- PWA\n\n## Installation\n\n### Setup Supabase\n\nCreate new project at [supabase.com](https://supabase.com/) and go to Settings-\u003eAPI to check your project URL and API keys\n\n### Clone the repo\n\n```bash\ngit clone https://github.com/xulioc/sveltekit-supabase-dashboard.git\ncd sveltekit-supabase-dashboard\n```\n\n### Setup environment variables\n\nCreate a new `.env` file\n\n```bash\ncp .env.example .env\n```\n\nEdit your `.env` file to match your project URL and API keys\n\n```bash\n# SUPABASE\nPUBLIC_SUPABASE_URL=\"YOUR PROJECT URL\"\nPUBLIC_SUPABASE_ANON_KEY=\"YOUR PROJECT ANON KEY\"\nPRIVATE_SUPABASE_SERVICE_KEY=\"YOUR PROJECT SERVICE KEY\"\n```\n\n### Initialize database\n\nExecute `sql/init_databse.sql` and `sql/init_demo_data.sql` in Supabase SQL Editor.\n\n### Install \u0026 run\n\n```bash\nnpm install\n```\n\nTo start in development mode:\n\n```bash\nnpm run dev\n```\n\nTo build and start in production mode:\n\n```bash\nnpm run build\nnpm run preview\n```\n\n### Deploy\n\nTo deploy to Vercel please follow instructions [here](https://vercel.com/guides/deploying-svelte-with-vercel).\n\n## Development\n\nFind more development details [here](https://github.com/xulioc/sveltekit-supabase-dashboard/blob/main/README_DEV.md).\n\n## Contribute\n\nFeel free to contribute. Issues and Pull Requests are welcome.\n\n## License\n\n[MIT](https://github.com/xulioc/sveltekit-supabase-dashboard/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxulioc%2Fsveltekit-supabase-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxulioc%2Fsveltekit-supabase-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxulioc%2Fsveltekit-supabase-dashboard/lists"}