{"id":14968835,"url":"https://github.com/dashibase/dashibase","last_synced_at":"2025-04-04T18:08:26.864Z","repository":{"id":38080487,"uuid":"484425536","full_name":"Dashibase/dashibase","owner":"Dashibase","description":"Super simple user dashboards for Supabase users.","archived":false,"fork":false,"pushed_at":"2022-07-28T08:22:34.000Z","size":2776,"stargazers_count":663,"open_issues_count":20,"forks_count":56,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-04T18:08:09.573Z","etag":null,"topics":["dashboard","frontend","supabase","webdev"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dashibase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-22T12:28:35.000Z","updated_at":"2025-03-19T06:14:27.000Z","dependencies_parsed_at":"2022-07-13T12:20:32.533Z","dependency_job_id":null,"html_url":"https://github.com/Dashibase/dashibase","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/Dashibase%2Fdashibase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dashibase%2Fdashibase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dashibase%2Fdashibase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dashibase%2Fdashibase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dashibase","download_url":"https://codeload.github.com/Dashibase/dashibase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226215,"owners_count":20904465,"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":["dashboard","frontend","supabase","webdev"],"created_at":"2024-09-24T13:40:39.266Z","updated_at":"2025-04-04T18:08:26.841Z","avatar_url":"https://github.com/Dashibase.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg width=\"150\" src=\"./assets/dashibase-logo.png\"/\u003e\n\u003ch1 align=\"center\"\u003e\u003cb\u003eDashibase\u003c/b\u003e\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  Lightspeed app-builder for Supabase users.\n    \u003cbr /\u003e\n    \u003ca href=\"https://dashibase.com\"\u003e\u003cstrong\u003eCheck it out now ⚡\u003c/strong\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\nNeed to build an app or a dashboard? Dashibase is the fastest app-builder for Supabase users.\n\nBeautiful presets in light and dark modes. CRUD interfaces with cards and table views. Form validation, elegant login and signup pages, and more. All with a simple JSON config file.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/dashibase-screenshot.png\" style=\"border-radius: 10px;\" /\u003e\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://dashibase.com#join-waitlist\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/We're%20open%20for%20beta!-Join-%2322c55e\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/dashibase\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Twitter-00acee?logo=twitter\u0026logoColor=white\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://discord.gg/CqgZGh4ZA8\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Discord-5865F2?logo=discord\u0026logoColor=white\" /\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/dashibase/dashibase\" /\u003e\n  \u003cbr /\u003e\n\u003c/p\u003e\n\nThis repo contains the open-source code for setting up your own Dashibase dashboard if you are interested in hosting it yourself. Otherwise, we also have a [hosted version](https://dashibase.com#join-waitlist).\n\nContributions welcome!\n\n**Have suggestions for what to work on next? Support us by joining our [beta](https://dashibase.com#join-waitlist)!**\n\n---\n\n## Features\n\n### Supported\n\n- [x] Authentication UIs including sign in and sign up\n- [x] Multiple display modes - single, list, card\n- [x] CRUD functions\n- [x] Simple form validation during item creation by checking that required fields are filled in (required attributes are configured in `src/dashibaseConfig.ts`)\n- [x] Caching of dashboard data to reduce database queries and improve latency\n- [x] Dashboard is responsive and works on tablet and mobile\n- [x] Pagination support\n- [x] Filter and sort for list and card views\n\n### In-progress\n\n- [ ] Better support for table joins\n- [ ] Charts display mode\n- [ ] Third-party authentication support\n\n### Backlog\n\n- [ ] Built-in analytics\n- [ ] User impersonation\n- [ ] Kanban display mode\n- [ ] Regex form validation\n\n## Getting Started\n\n**1. Clone this repository and go to the Dashibase directory**\n\n```bash\ngit clone https://github.com/dashibase/dashibase\ncd dashibase\n```\n\n**2. Edit `src/dashibaseConfig.ts` to configure your dashboard.**\n\nSee [here](https://github.com/dashibase/dashibase/blob/main/src/utils/config.ts) for documentation on the config file.\n\n**3. Test it locally**\n\nWe currently don't have a staging mode yet but you should be able to test it locally with your own account\n\n```bash\nnpm run dev\n```\n\n**4. Deploy to your favorite server!**\n\n**Important!** Remember to add your dashboard URL to your list of your sign-up redirect URLs in Supabase. You can find it at https://app.supabase.io/project/YOUR_PROJECT_ID/auth/settings.\n\n## Like what you're seeing?\n\nWe're hoping to turn this into our full-time job! Support us by [joining our beta](https://dashibase.com#join-waitlist), visit us in our [Discord server](https://discord.gg/CqgZGh4ZA8) and follow us on [Twitter](https://twitter.com/dashibase) for more updates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashibase%2Fdashibase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashibase%2Fdashibase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashibase%2Fdashibase/lists"}