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
- Endpoint:
https://api.formbnb.com/f/YOUR_ORG/YOUR_FORM
- Method:
POST with fetch and FormData
- Spam protection:
<input type="text" name="_gotcha" style="display:none">
- JSON response: Add
Accept: application/json header
- Redirect: Use
_next hidden field for custom redirect URL
Example Prompts
Landing Page with Waitlist
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.