Atlas Forms + Porkbun
Forms for Porkbun static sites
Porkbun's static hosting is great for simple sites, but forms need a backend. Atlas handles form submissions, file uploads, and webhooks so your static site can do more. No server required.
Why Atlas for Porkbun?
Add dynamic forms to static sites
Webhook Notifications
Get instant notifications when forms are submitted. Connect to any endpoint.
File Uploads
Accept file uploads on static hosting. Images, PDFs, and more.
Spam Protection
Built-in spam filtering keeps your inbox clean. No captcha required.
Static Site Ready
Perfect for Porkbun static hosting. No server-side code needed.
Simple Setup
Works with any static site
Create an Atlas Form
Sign up for Atlas and create a new form. Copy your unique form endpoint URL.
https://atlasforms.app/f/abc123xyz
Add Form to Your Site
Add an HTML form to your static site. Upload via Porkbun file manager or FTP.
<!DOCTYPE html>
<html>
<head>
<title>Contact</title>
<style>
form { max-width: 400px; margin: 0 auto; }
input, textarea { width: 100%; padding: 10px; margin: 8px 0; }
button { background: #F28DA6; color: #fff; padding: 12px; border: none; }
</style>
</head>
<body>
<form action="https://atlasforms.app/f/abc123xyz" method="POST">
<input type="text" name="name" placeholder="Name" required>
<input type="email" name="email" placeholder="Email" required>
<textarea name="message" placeholder="Message" rows="4"></textarea>
<button type="submit">Send</button>
</form>
</body>
</html>Add Webhooks
Configure webhooks in Atlas to forward submissions to your tools.
webhook_url: https://hooks.slack.com/services/xxx
What You Get
Full form backend for static sites
| Feature | Static Only | + Atlas |
|---|---|---|
| Form submissions | - | |
| File uploads | - | |
| Webhook notifications | - | |
| Spam protection | - | |
| API access | - | |
| Submission dashboard | - | |
| No server needed |
Ready to add forms to your Porkbun site?
Start free and upgrade when you need more. No credit card required.