Skip to main content

Why FormBnB with Lovable

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:
  1. Endpoint URL: https://api.formbnb.com/f/YOUR_ORG/YOUR_FORM
  2. Method: POST
  3. Spam protection: Hidden _gotcha field
  4. AJAX submission: Use fetch with FormData for no-reload experience
  5. Accept header: Accept: application/json for JSON responses

Example Prompts

Contact Form

Waitlist with Email Capture

Multi-Form App

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.