🚀 Fullstack Node.js automation template using Patchwright, Fastify, and Next.js
Ready for local development and deployment on Vercel (frontend) + Railway (backend)
- Next.js frontend – clean starter for UI and API consumption
- Fastify backend – lightweight, fast, production-ready
- Patchwright bot skeleton – ready to run browser automation tasks
- Environment-aware CORS & API key auth – secure in production
- Health check endpoint –
/health
for monitoring - Bot trigger endpoint –
/start-bot
to launch automation - Deploy-ready – structured for Vercel + Railway hosting
git clone https://github.com/your-username/patchwright-fastify-template.git my-new-project
cd my-new-project
cd backend
npm install --save-dev nodemon
npm run dev
cd frontend
npm install
npm run dev
License
Apache 2.0
Happy Automating! 🦾