Router.so is headless form handling and lead routing for marketing-minded developers.
The Router.so is an open-source form backend designed to make form handling easier. It provides a simple router for forms, making it easier to manage form submissions. The setup requires accounts with Resend and Vercel, along with a PostgreSQL database. This tool offers step-by-step instructions on how to set up and deploy the form backend.
git clone <repository-url>
npm install
.env.example
to .env.local
and update keys with values.npm run migrate:generate
npm run migrate:latest
npm run dev
docker-compose up
Router.so is a tool that simplifies form handling with its form backend router. It provides an easy setup process that includes support for self-hosting, environment variables, and database migrations. Users can choose to install with or without Docker, and deployment to Vercel is made straightforward with the provided instructions and integration with GitHub repositories. Additional resources like Vercel and Resend documentation are also available for reference.