{"id":14957382,"url":"https://github.com/routerso/router","last_synced_at":"2026-06-06T12:31:49.446Z","repository":{"id":243137283,"uuid":"777446767","full_name":"routerso/router","owner":"routerso","description":"Router.so is headless form handling and lead routing for marketing-minded developers. ","archived":false,"fork":false,"pushed_at":"2025-12-12T17:25:04.000Z","size":6188,"stargazers_count":366,"open_issues_count":1,"forks_count":65,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-06T09:44:40.770Z","etag":null,"topics":["form-builder","forms","lead-router","next-js","open-source","shadcn-ui","tailwind"],"latest_commit_sha":null,"homepage":"https://router.so","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/routerso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-25T21:39:40.000Z","updated_at":"2026-03-02T15:41:10.000Z","dependencies_parsed_at":"2024-07-30T08:11:40.858Z","dependency_job_id":"b246bb7b-1449-41c3-9bfd-d83885d35c55","html_url":"https://github.com/routerso/router","commit_stats":{"total_commits":201,"total_committers":9,"mean_commits":"22.333333333333332","dds":0.417910447761194,"last_synced_commit":"d0e550935ce0dade6f2ede21ad5e9aa82b7d5a8c"},"previous_names":["9d8dev/router","routerso/router"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/routerso/router","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/routerso%2Frouter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/routerso%2Frouter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/routerso%2Frouter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/routerso%2Frouter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/routerso","download_url":"https://codeload.github.com/routerso/router/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/routerso%2Frouter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33983046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["form-builder","forms","lead-router","next-js","open-source","shadcn-ui","tailwind"],"created_at":"2024-09-24T13:14:49.317Z","updated_at":"2026-06-06T12:31:49.427Z","avatar_url":"https://github.com/routerso.png","language":"TypeScript","funding_links":[],"categories":["Platforms \u0026 Applications"],"sub_categories":[],"readme":"# Router.so / Open Source Form Backend\n\n\u003ca href=\"https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Frouterso%2Frouter%2Ftree%2Fmain\u0026env=RESEND_API_KEY,NEXTAUTH_SECRET,NODE_ENV,POSTGRES_URL\u0026envDescription=NODE_ENV%20should%20be%20%60development%60.%20Resend%20will%20require%20an%20account%20to%20get%20an%20API%20key.\u0026envLink=https%3A%2F%2Fgithub.com%2Frouterso%2Frouter%2Ftree%2Fmain%3Ftab%3Dreadme-ov-file%23prerequisites\u0026project-name=router-so\u0026repository-name=router-so\"\u003e\u003cimg src=\"https://vercel.com/button\" alt=\"Deploy with Vercel\"/\u003e\u003c/a\u003e\n\n## Description\n\nThis is a simple router for forms. [Watch a Demo](https://x.com/youngbloodcyb/status/1831808232966516972)\n\n# Self-Hosting router\n\n## Prerequisites\n\nBefore starting, ensure you have the following:\n\n- An account with [Resend](https://resend.com/)\n- An account with [Vercel](https://vercel.com/)\n- A PostgreSQL database (we recommend [Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres))\n\n## Environment Variables\n\nAfter creating your accounts, update your `.env.example` to be `.env.local` for running the application locally. Then, update the keys for each value.\n\n## Step-by-Step Instructions\n\n1. **Clone the Repository**\n\n   ```sh\n   git clone https://github.com/routerso/router.git\n   cd router/main\n   ```\n### Without Docker\n\n2. **Install Dependencies**\n\n   ```sh\n   npm install\n   ```\n\n3. **Set Up Environment Variables**\n\n   Ensure your `.env` file is correctly configured as mentioned above.\n\n4. **Generate the Database Migrations**\n\n   ```sh\n   npm drizzle-kit generate\n   ```\n\n5. **Run the Database Migrations**\n\n   ```sh\n   npm tsx lib/db/migrate.ts\n   ```\n\n6. **Start the Development Server**\n\n   ```sh\n   npm run dev\n   ```\n### With docker\n\n2. **Set Up Environment Variables**\n\n   Ensure your `.env` file is correctly configured as mentioned above.\n\n3. **Run Docker Command\n   ```sh\n   docker compose up\n   ```\n## Deploying to Vercel\n\n- Push your code to a GitHub repository.\n- Connect your repository to Vercel.\n- Set the environment variables in Vercel's dashboard under \"Settings \u003e Environment Variables\".\n\n## Additional Resources\n\n- [Vercel Documentation](https://vercel.com/docs)\n- [Resend Documentation](https://resend.com/docs)\n\nFor any issues or questions, please open an issue on the [GitHub repository](https://github.com/routerso/router).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frouterso%2Frouter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frouterso%2Frouter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frouterso%2Frouter/lists"}