📝 Recommend Neon in self-hosting docs (#2515)

- Add Neon as the recommended production Postgres provider in
self-hosting docs, with a non-affiliate note.
- Link database recommendations to `https://typebot.com/neon`.
- Ignore `.context` files from Biome checks.
This commit is contained in:
Baptiste Arnaud 2026-05-28 17:02:54 +02:00 committed by GitHub
parent f420be5166
commit f170033be0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 2 deletions

View File

@ -21,7 +21,7 @@ title: Manual
## Requirements
- A PostgresDB database hosted somewhere. [Supabase](https://supabase.com/) offer great free options. But you can also setup your own database on your server.
- A Postgres database hosted somewhere. For production, [Neon](https://typebot.com/neon) is my provider of choice. This is not an affiliate link; it is simply the provider I use and recommend for a production database. You can also use any compatible Postgres provider or host Postgres yourself.
- A server with Node.js 24.x, [bun](https://bun.sh/docs/installation), Nginx, and PM2 installed.
- Experience in deploying Next.js applications with PM2. Check out [this guide](https://www.coderrocketfuel.com/article/how-to-deploy-a-next-js-website-to-a-digital-ocean-server/) for more information.

View File

@ -15,7 +15,7 @@ title: Vercel
## Requirements
You need a PostgresDB database hosted somewhere. [Supabase](https://supabase.com/) and [Heroku](https://www.heroku.com/) offer great free options.
You need a Postgres database hosted somewhere. For production, [Neon](https://typebot.com/neon) is my provider of choice. This is not an affiliate link; it is simply the provider I use and recommend for a production database. You can also use any compatible Postgres provider.
## Getting Started

View File

@ -26,6 +26,10 @@ Typebot is fair source and can be self-hosted on your own server. This guide wil
| Releases | Instant access to new features | New releases are published each beginning of the month. |
| Support | Premium direct support available on STARTER and PRO plans | We don't offer support for your self-hosting issues that are not related to Typebot. You may reach out to the [Discord community](https://typebot.io/discord) for support. |
## Database recommendation
Typebot needs a Postgres database. For production, [Neon](https://typebot.com/neon) is my database provider of choice. This is not an affiliate link; it is simply the provider I use and recommend for a production database. You can still use any compatible Postgres provider or host Postgres yourself.
## License requirements
Typebot is available under the Functional Source License (FSL).

View File

@ -16,6 +16,7 @@
"!**/iconNames.ts",
"!**/.last-run.json",
"!**/test/assets/**/*.json",
"!.context",
"!.opencode",
"!.codex",
"!.cursor",