Overview
Submeto is a form submission backend service. Developers point their HTML forms to a Submeto endpoint โ submissions are forwarded to verified email addresses and stored in the database for dashboard access. No custom server code required.
Tech Stack
- Website โ Astro.js, TailwindCSS v4
- Dashboard โ React Router v7, TanStack Query, TailwindCSS v4
- Backend โ PHP / Laravel, PostgreSQL, Redis, RabbitMQ, Docker
Features
- Email Forwarding โ Delivers form submissions to userโs verified email addresses
- Dashboard โ Browse, search, and manage all stored submissions
- Dual Submission Methods โ Supports both standard HTML form actions and REST API
- File Upload Support โ Handles multipart form data with file attachments
- CSV Export โ Export collected data for analysis or migration
- Webhook โ Trigger webhook calls to third-party URLs on each submission
- Security โ Token-based API authentication with rate limiting and abuse prevention
- Google Sheets Integration โ Save submissions directly to Google Sheets (coming soon)

