Router.so is headless form handling and lead routing for marketing-minded developers.
This is a simple router for forms. Watch a Demo
Before starting, ensure you have the following:
After creating your accounts, update your .env.example
to be .env.local
for running the application locally. Then update the keys for each value.
Clone the Repository
git clone https://github.com/9d8dev/router.gitcd router/main
Install Dependencies
npm install
Set Up Environment Variables
Ensure your .env
file is correctly configured as mentioned above.
Generate the Database Migrations
npm drizzle-kit generate
Run the Databse Migrations
npm tsx lib/db/migrate.ts
Start the Development Server
npm run dev
Set Up Environment Variables
Ensure your .env
file is correctly configured as mentioned above.
**Run Docker Command
docker compose up
For any issues or questions, please open an issue on the GitHub repository.
Router.so is headless form handling and lead routing for marketing-minded developers.
This is a simple router for forms. Watch a Demo
Before starting, ensure you have the following:
After creating your accounts, update your .env.example
to be .env.local
for running the application locally. Then update the keys for each value.
Clone the Repository
git clone https://github.com/9d8dev/router.gitcd router/main
Install Dependencies
npm install
Set Up Environment Variables
Ensure your .env
file is correctly configured as mentioned above.
Generate the Database Migrations
npm drizzle-kit generate
Run the Databse Migrations
npm tsx lib/db/migrate.ts
Start the Development Server
npm run dev
Set Up Environment Variables
Ensure your .env
file is correctly configured as mentioned above.
**Run Docker Command
docker compose up
For any issues or questions, please open an issue on the GitHub repository.