FAQs

Frequently Asked Questions (FAQs)

Explore our collection of useful questions and answers about the Basestack Platform. If you don’t find the answer to your question here, feel free to open a discussion. We’re here to help!

What are the requirements for self-hosting

Any service that can host a NextJS ↗ applications with serverless function support and provide a Postgres database compatible with serverless environments will work seamlessly. Consider services such as Neon ↗, Supabase ↗, or traditional Postgres with connection pooling like PgBouncer ↗.

What are the supported databases?

The platform uses PostgreSQL as the database. The crucial aspect here is to ensure that the PostgreSQL service or instance supports serverless environments. To facilitate the hosting of the Feature Flags Platform, we have some suggestions that can simplify the deployment process.

If you prefer not to use a third-party service, keep in mind that any traditional instance of PostgreSQL with connection pooling, such as PgBouncer ↗, will work effectively.