The only form backend that works everywhere you do.
From HTML to React - delegate complete form handling like validation, spam protection, and email notifications without changing your tools, models, or workflow.
curl -fsSL https://polarforms.com/cli | sh
<!-- Just change your form's action URL -->
<form action="https://polarforms.com/f/YOUR_ID"
method="POST">
<input type="email" name="email" required>
<button>Submit</button>
</form>
Forms embed directly into your workflow.
HTML. React. CLI. Slack. Linear. Delegate tasks as they come to mind, wherever you are.
Just change your form URL. Works with any framework or static site generator.
Real-time submission tracking with spam protection and email notifications.
Manage forms from your terminal. Deploy, configure, and monitor via command line.
RESTful API for programmatic access. Integrate with your existing tools.
Generate a unique form ID via API or dashboard. Takes 30 seconds.
Change your form's action URL. That's it. No JavaScript required.
View in your dashboard or get email alerts. Start collecting data instantly.
<!-- Your current form -->
<form action="/submit" method="POST">
<input type="text" name="name" required>
<input type="email" name="email" required>
<textarea name="message" required></textarea>
<button type="submit">Submit</button>
</form>
<!-- Just change the action URL -->
<form action="https://polarforms.com/f/abc123xyz" method="POST">
<input type="text" name="name" required>
<input type="email" name="email" required>
<textarea name="message" required></textarea>
<!-- Optional: Honeypot spam protection -->
<input type="text" name="_gotcha" style="display:none">
<!-- Optional: Redirect after submission -->
<input type="hidden" name="_redirect" value="https://yoursite.com/thanks">
<button type="submit">Submit</button>
</form>
Start free. Upgrade when you're ready. Cancel anytime.
Perfect for personal projects and testing
Perfect for freelancers and small businesses
Perfect for agencies and enterprises
No. Just update your form's action URL. PolarForms works with plain HTML forms - no JavaScript required.
Your data is stored in a SQLite database on your server (if self-hosted) or on our secure servers (managed plan). You have full control and can export anytime.
Yes! PolarForms works with any platform that can render HTML forms: Webflow, Next.js, React, Vue, Jekyll, Hugo, plain HTML, WordPress, and more.
Built-in honeypot fields, rate limiting, and IP tracking keep spam at bay. You can also add custom validation rules.
Yes! Our free plan includes 200 submissions per site per month, perfect for personal projects and testing. No credit card required.
PolarForms is open source. Clone the GitHub repo, run npm install, set your environment variables, and deploy to any VPS. Full documentation included.
Start accepting form submissions in the next 5 minutes. No credit card required.