Getting Started
Get your first form running in under a minute.
Create an account
Go to Sign up — free, no credit card required.
Create a form endpoint
In your dashboard, click "+ New Form". You'll get a unique endpoint URL instantly.
Add it to your website
Set your HTML form's action attribute to your endpoint URL. Submit and see it in your dashboard.
What you can do with Rowen
Integration Guide
Code snippets for HTML, React, Next.js, Vue, and vanilla JS.
Auto-Reply Emails
Automatically send thank-you emails to people who submit your form.
Spam Protection
Built-in honeypot to filter out bots. No CAPTCHAs needed.
Custom Redirects
Send users to a thank-you page after they submit.
File Uploads
Accept resumes, images, and documents in form submissions.
Webhooks
Forward submissions to Slack, Discord, Zapier, or any URL.
CORS & AJAX
Cross-origin requests work out of the box.
FAQ
Is Rowen really free?
Yes! You get 10 forms and 1,000 submissions per month completely free. No credit card required.
Do I need backend programming?
No. Just add our endpoint URL to your HTML form and it works. No server, no database, no API code.
What happens when someone submits?
The submission is saved to your dashboard. You get an email notification. The submitter gets an auto-reply (if enabled). All automatic.
Can I use this with React / Next.js / Vue?
Yes. Rowen works with any framework. Use our endpoint with fetch() — full CORS support included.
Is my data secure?
Yes. All data is transmitted over HTTPS. Your submissions are stored securely and only accessible by you.
Can I export my data?
Yes. Export all submissions as JSON from your dashboard at any time.
What is the _gotcha field?
It's a honeypot for spam protection. Add a hidden input with name="_gotcha". Bots fill it in, but real users won't see it.