Skip to main content

Why FormBnB with Bolt

Bolt builds full-stack apps in the browser. When your app needs forms that collect data, send emails, or trigger webhooks, FormBnB handles the backend so Bolt can focus on the frontend.

How to Use

Bolt runs in the browser and doesn’t use the npx skills CLI. Instead, include FormBnB instructions directly in your prompt:

In Your Prompt

Key Details to Include

  1. Endpoint: https://api.formbnb.com/f/YOUR_ORG/YOUR_FORM
  2. Method: POST with fetch and FormData
  3. Spam protection: <input type="text" name="_gotcha" style="display:none">
  4. JSON response: Add Accept: application/json header
  5. Redirect: Use _next hidden field for custom redirect URL

Example Prompts

Landing Page with Waitlist

Contact Form with File Upload

Multiple Forms

Reference Code

Share this with Bolt if it needs a pattern:
FormBnB auto-creates forms when you submit to a new slug. You don’t need to set up anything in the FormBnB dashboard first — just start building in Bolt and submit.