Lovable builds full-stack apps from prompts. When you need forms that actually work — collecting submissions, sending emails, triggering webhooks — FormBnB is the easiest backend to connect. No server setup, no database config. Just a URL.
How to Use
Lovable doesn’t use the npx skills CLI directly. Instead, include FormBnB instructions in your prompt:
In Your Prompt
Key Details to Include
When prompting Lovable, mention these specifics:
- Endpoint URL:
https://api.formbnb.com/f/YOUR_ORG/YOUR_FORM
- Method:
POST
- Spam protection: Hidden
_gotcha field
- AJAX submission: Use
fetch with FormData for no-reload experience
- Accept header:
Accept: application/json for JSON responses
Example Prompts
Waitlist with Email Capture
Template Code
If Lovable needs a reference, share this pattern:
FormBnB auto-creates forms when you submit to a new slug. You don’t need to create the form in the dashboard first — just start submitting.