Skip to content

Fullstack Node.js automation template using Patchwright, Fastify, and Next.js Ready for local development and deployment on Vercel (frontend) + Railway (backend)

Notifications You must be signed in to change notification settings

kalvin-eliazord/patchright-fastify-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Patchwright-Fastify-Template

🚀 Fullstack Node.js automation template using Patchwright, Fastify, and Next.js
Ready for local development and deployment on Vercel (frontend) + Railway (backend)


Features

  • 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

Getting Started

1. Clone the template

git clone https://github.com/your-username/patchwright-fastify-template.git my-new-project
cd my-new-project

2. Run backend

cd backend
npm install --save-dev nodemon
npm run dev

3. Run frontend

cd frontend
npm install
npm run dev

License

Apache 2.0

Happy Automating! 🦾

About

Fullstack Node.js automation template using Patchwright, Fastify, and Next.js Ready for local development and deployment on Vercel (frontend) + Railway (backend)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published