We initially thought supabase could handle hosting, but it does not seem to be a good choice for serving frontend code (needed for the wiki). We should choose a provider that allows:
easy integration with a Postgres database
gives decent usage metrics
allows static file storage (for things like the LLM prompt templates)
How should we host the wiki + API backend?
Choices I see right now:
We initially thought supabase could handle hosting, but it does not seem to be a good choice for serving frontend code (needed for the wiki). We should choose a provider that allows: