Backend for
static websites
Form endpoints, rate limiting, bot detection, and analytics — without building or maintaining a backend server.
Platform usage
0
Submissions
0
Endpoints
0
Developers
0
Bots blocked
0
IPs blocked
0
Operations
Last 7 days · Updated every 5 min
What's included
Instant endpoints
Create a form backend in seconds. No server, no config, no DevOps.
Rate limiting
Per-IP limits with configurable windows and custom error messages.
Bot detection
Honeypot field silently catches bots and permanently bans their IP.
Auto IP blocking
IPs exceeding 5× your rate limit are auto-blocked. No manual work.
Submission storage
Every form submission stored in Postgres. Never lose a message.
Live analytics
Track total, success, rate-limited, and bot counts per endpoint.
Integration
<form action="https://gateway.unstatic.dev/message/YOUR_KEY" method="POST"> <input name="name" placeholder="Name" /> <input name="email" placeholder="Email" type="email" /> <input name="message" placeholder="Message" /> <!-- Honeypot: invisible to humans, catches bots --> <input name="_honeypot" style="display:none" tabindex="-1" /> <button type="submit">Send</button> </form>
Coming soon
Integrations