S
Supabase2mo ago
adboio

Creating a "community" Supabase template?

I'm working on an open-source project which will require users to create a new Supabase project and run some migrations. It'd be great to offer a "pre-configured" Supabase project to avoid these setup steps. I found Supabase Bootstrap: https://supabase.com/blog/supabase-bootstrap ...but it looks like this command only works for this list of samples. Is there any way to publish my own Supabase template? Should I just create a repo like this one, and open a PR on the samples ? Or maybe update the CLI tool to include an optional "enter repo URL" instead of choosing from a pre-defined list of templates?
3 Replies
ibrahim
ibrahim2mo ago
I might recommend that you open a discussion or feature request on the Supabase Github https://github.com/orgs/supabase/discussions/categories/feature-requests and hopefully after some support for what you want to see then someone might be able to redirect you to the most appropriate repo. In general just opening a PR is not the reccomended practise i think unless you are fixing an issue
GitHub
Build software better, together
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
From An unknown user
From An unknown user
From An unknown user
vick
vick2mo ago
Can't you just include the migration files in your project and have the users run a supabase db push to their instance of supabase?
adboio
adboioOP2mo ago
@ibrahim thanks! i’ll do that @vick yes that’s what i’m doing right now, just poking around to see if there’s anything i can do to make to it any easier

Did you find this page helpful?