Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chroxify/supafork
Fork Supabase projects with one click
https://github.com/chroxify/supafork
supabase
Last synced: 3 days ago
JSON representation
Fork Supabase projects with one click
- Host: GitHub
- URL: https://github.com/chroxify/supafork
- Owner: chroxify
- License: mit
- Created: 2023-12-12T22:37:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-06T17:56:54.000Z (4 months ago)
- Last Synced: 2025-01-17T07:05:43.202Z (10 days ago)
- Topics: supabase
- Language: TypeScript
- Homepage: https://supafork.chroxify.com
- Size: 121 KB
- Stars: 66
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fork Supabase Projects with Ease
Learn more »
Introduction
·
Demo Video
·
Roadmap
·
Contributing
## Demo Video
https://github.com/chroxify/supafork/assets/65873518/b11be7a0-efa1-4149-914f-8eae7807d1a0
## Introduction
Supafork is an open-source project that allows you to easily fork Supabase projects. Currently there are two ways to fork a Supabase project:
1. Using the Supabase CLI
2. Using the Supabase dashboardBoth of these methods have their own drawbacks. The Supabase CLI is mainly designed for developers, and the Supabase dashboard requires you to manually copy and paste every single migration file. Supafork aims to solve these problems by providing a simple and easy-to-use interface for forking Supabase projects.
Supafork is inspired by [Vercel's Deploy](https://vercel.com/docs/deployments/deploy-button) button, which allows you to deploy a repository with a single click. The goal is to provide a similar experience for Supabase projects, allowing for easier setup of self-hosted apps using Supabase.
## Roadmap
Some more improvements that are planned in the future are:
- [ ] Improved migration error handling
- [ ] Supabase OAuth instead of database password
- [ ] Seeding supportFeel free to open an issue or submit a pull request if you have any further ideas for improvements!
## Contributing
We love contributions! Here's how you can contribute:
- [Report a bug](https://github.com/chroxify/supafork/issues/new?labels=bug) you found while using supafork
- [Request a feature](https://github.com/chroxify/supafork/issues/new?labels=enhancement) that you think will be useful
- [Submit a pull request](https://github.com/chroxify/supafork/pulls) if you want to contribute with new features or bug fixes## License
Supafork is licensed under the [MIT License](https://github.com/chroxify/supafork/blob/main/LICENSE).