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 (opens in a new tab). We're here to help!

What are the requirements for self-hosting

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

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 ↗ (opens in a new tab), will work effectively.