{"id":13614467,"url":"https://github.com/zernonia/supabase-schema","last_synced_at":"2025-10-05T04:44:59.335Z","repository":{"id":41119672,"uuid":"365743123","full_name":"zernonia/supabase-schema","owner":"zernonia","description":"Secured \u0026 Simple Supabase Schema Visualizer","archived":false,"fork":false,"pushed_at":"2023-12-07T21:05:55.000Z","size":602,"stargazers_count":836,"open_issues_count":16,"forks_count":51,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-13T07:49:24.639Z","etag":null,"topics":["database-schema","supabase-schema","typescript","vite","vue","vueuse","yarn"],"latest_commit_sha":null,"homepage":"https://supabase-schema.vercel.app/","language":"Vue","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/zernonia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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},"funding":{"custom":["https://www.buymeacoffee.com/zernonia"]}},"created_at":"2021-05-09T12:06:40.000Z","updated_at":"2025-04-01T09:37:15.000Z","dependencies_parsed_at":"2024-01-14T04:45:51.803Z","dependency_job_id":"a691789b-2524-415e-94dd-e54ddbb2cdb7","html_url":"https://github.com/zernonia/supabase-schema","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/zernonia%2Fsupabase-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zernonia%2Fsupabase-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zernonia%2Fsupabase-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zernonia%2Fsupabase-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zernonia","download_url":"https://codeload.github.com/zernonia/supabase-schema/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248681494,"owners_count":21144700,"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":["database-schema","supabase-schema","typescript","vite","vue","vueuse","yarn"],"created_at":"2024-08-01T20:01:01.852Z","updated_at":"2025-10-05T04:44:54.316Z","avatar_url":"https://github.com/zernonia.png","language":"Vue","readme":"\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/zernonia/supabase-schema\"\u003e\n    \u003cimg src=\"src/assets/logo.svg\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eSupabase Schema\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    Secured \u0026 Simple \u003cstrong\u003e\u003ca href=\"https://supabase.io/\"\u003eSupabase\u003c/a\u003e Schema Visualizer.\u003c/strong\u003e\n    \u003cbr /\u003e\n    No installations • No Database password required.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://supabase-schema.vercel.app/\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/zernonia/supabase-schema/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/zernonia/supabase-schema/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n![Supabase Schema](images/main.png)\n\n## 🚀 Features\n\n- 🔨 No installations\n- 🔒 Persistent State in LocalStorage\n- 🚪 Login-less\n- 👀 No Sensitive info required\n- 🤚 Moveable Schema for own design\n\n## 📇 About The Project\n\nI look around the internet and found many Database Schema Visualizers that require me to either download the software, or login to view my Database Schema. I feel like there's too many unneccessary steps, just to view the schema.\n\nThus, I've decided to take this opportunity to build this **Open Source, Free, Login-less and Secured** Supabase Schema Visualizer 🔥\n\n### 🔨 Built With\n\n- [Vue 3](https://v3.vuejs.org/)\n- [Vite](https://vitejs.dev/)\n- [WindiCSS](https://windicss.org/)\n\n## 🐾 Instructions\n\n1. Go to [Supabase App](https://app.supabase.io/)\n2. Select your Project\n3. Go to `Settings`\n4. In Settings tab, Go to `API`\n5. Under `Config`, copy `URL`\n6. Under `API Keys`, copy `anon` `public`\n7. Paste both value into their respectively slot in [Supabase Schema](https://supabase-schema.vercel.app/)\n8. Fetch data\n9. Enjoy the Visualization 🎉\n\nRemeber to ⭐ this repo if you ❤ this Apps\n\n## 🌎 Local Development\n\n### Prerequisites\n\nYarn\n\n- ```sh\n  npm install --global yarn\n  ```\n\n### Development\n\n1. Clone the repo\n   ```sh\n   git clone https://github.com/zernonia/supabase-schema.git\n   ```\n2. Install NPM packages\n   ```sh\n   yarn install\n   ```\n3. Run Development instance\n   ```sh\n   yarn dev\n   ```\n\n## ➕ Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 🙏 Acknowledgement\n\n1. Fundamental for this Visualization ([Generate database types from OpenAPI specification](https://supabase.io/docs/reference/javascript/generating-types#generate-database-types-from-openapi-specification))\n2. Guide to Construct Dynamic SVG Connector ([Connecting Table using SVG](https://codepen.io/alojzije/pen/ndfrI))\n3. [Icones - icon gallery](https://icones.js.org/)\n\n## 📈 Analytics\n\nI'm using [Umami Analytics](https://umami.is/docs/about) because I'm interested in the distributions of user who uses Supabase and this tool.\n\n[This](https://umami-zernonia.vercel.app/share/yzSUulXQ/Supabase%20Schema) is the public URL for the analytics. Enjoy!\n\n## 📜 License\n\nNot Associated with Supabase.\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n# 📧 Contact\n\nZernonia - [@zernonia](https://twitter.com/zernonia) - zernonia@gmail.com\n\nAlso, if you like my work, please buy me a coffee ☕😳\n\n\u003ca href=\"https://www.buymeacoffee.com/zernonia\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png\" alt=\"Logo\" \u003e\n  \u003c/a\u003e\n","funding_links":["https://www.buymeacoffee.com/zernonia"],"categories":["Vue"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzernonia%2Fsupabase-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzernonia%2Fsupabase-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzernonia%2Fsupabase-schema/lists"}