{"id":15569906,"url":"https://github.com/leighayanid/supaflow","last_synced_at":"2025-09-15T06:32:59.018Z","repository":{"id":212339916,"uuid":"730913051","full_name":"leighayanid/supaflow","owner":"leighayanid","description":"A starter template for your next Supabase hackathon","archived":false,"fork":false,"pushed_at":"2023-12-14T06:30:16.000Z","size":371,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T06:12:28.892Z","etag":null,"topics":["hackathon","nuxt3","starter","supabase","template"],"latest_commit_sha":null,"homepage":"https://supaflow-starter.vercel.app","language":"Vue","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/leighayanid.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":"2023-12-13T00:24:41.000Z","updated_at":"2024-09-26T20:54:08.000Z","dependencies_parsed_at":"2024-01-04T07:00:23.612Z","dependency_job_id":null,"html_url":"https://github.com/leighayanid/supaflow","commit_stats":null,"previous_names":["leighayanid/supaflow"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/leighayanid/supaflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leighayanid%2Fsupaflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leighayanid%2Fsupaflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leighayanid%2Fsupaflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leighayanid%2Fsupaflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leighayanid","download_url":"https://codeload.github.com/leighayanid/supaflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leighayanid%2Fsupaflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275218207,"owners_count":25425837,"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-15T02:00:09.272Z","response_time":75,"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":["hackathon","nuxt3","starter","supabase","template"],"created_at":"2024-10-02T17:40:31.896Z","updated_at":"2025-09-15T06:32:58.972Z","avatar_url":"https://github.com/leighayanid.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SupaFlow\n\nSupaFlow - a Nuxt 3 starter template for your next Supabase hackathon.\n\nBuilt with Nuxt 3, ShadCN-Vue and Supabase. Deployed on Vercel.\n\n![Image](./public/bg.png)\n\nThis template combines the power of Nuxt 3 with a stack of essential libraries to accelerate your development process.\n\n## Features\n\n### User Authentication\n\n- **Supabase:** Utilize the secure and scalable Supabase authentication system for seamless user registration and login.\n\n### Profile Management\n\n- **User Profile:** Implement a user profile system with customizable fields to manage user information.\n\n### Enhanced Readability\n\n- **Composables:** Leverage Vue composition functions to enhance code readability, maintainability, and reusability.\n\n### Frameworks and Libraries\n\n- **Nuxt 3:** The core of your application, providing a powerful Vue.js framework with improved performance and a modular structure.\n- **ShadCN Vue:** A sleek and customizable UI library to add a touch of elegance to your authentication and profile components.\n- **Tailwind CSS:** Rapidly build modern, responsive designs with the utility-first CSS framework.\n- **Vueuse:** A collection of essential Vue composition functions for supercharging your application logic.\n\n### Form Validation\n\n- **Zod:** A robust TypeScript-first schema declaration and validation library to ensure data consistency.\n- **VeeValidate:** Powerful form validation library for Vue.js to keep your forms in check.\n\n### Database\n\n- **Supabase:** The open-source alternative to Firebase, providing a real-time database and authentication system.\n\n### Styling and Theming\n\n- **Google Fonts:** Easily integrate and use a variety of beautiful and free fonts in your application.\n- **Color Mode:** Enable a dark mode or light mode for your users to customize their visual experience.\n\n### Testing\n\n- **Vitest:** A lightweight and fast test runner for Vue.js applications, ensuring your codebase remains robust.\n\n## Getting Started\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/leighayanid/supaflow.git\n   cd supaflow\n   ```\n\n2. **Install Dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n3. **Configure Supabase:**\n\n   - Set up a Supabase project and replace the configuration in `.env` with your own API key and URL.\n\n   ```bash\n     SUPABASE_URL=\n     SUPABASE_KEY\n   ```\n\n4. **Run the Development Server:**\n\n   ```bash\n   npm run dev\n   ```\n\n5. **Open Your Browser:**\n   Visit [http://localhost:3000](http://localhost:3000) to see your Supaflow starter template in action.\n\n## Customization\n\n### Theming\n\n- **Google Fonts:**\n\n  - Replace the font inside `nuxt.config.ts` file to include your preferred Google Fonts.\n\n- **Color Mode:**\n  - Customize the color modes in `tailwind.config.js` to match your application's aesthetics.\n\n### UI Components\n\n- **ShadCN Vue:**\n  - Explore and customize the UI components in the `components/ui` directory.\n\n### Application Logic\n\n- **Vueuse:**\n  - Leverage the power of Vue composition functions for your specific application needs.\n\n### Authentication and Profile\n\n- **Supabase:**\n  - Configure Supabase authentication and customize the user profile management in the `auth` and `profile` directories.\n\n### Testing\n\n- **Vitest:**\n  - Write tests for your components and logic in the `tests` directory.\n\n## Contributing\n\nFound a bug or have a suggestion? Contributions are welcome! Please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\nHappy coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleighayanid%2Fsupaflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleighayanid%2Fsupaflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleighayanid%2Fsupaflow/lists"}