A workflow automation platform with a drag-and-drop interface, inspired by n8n. It enables users to build, manage, and automate complex workflows without writing repetitive code.
- Drag-and-drop workflow builder
- Integration with multiple services and APIs
- Custom automation pipelines
- Event-based and scheduled triggers
- Extensible node system
- Developer-friendly architecture
- Frontend: Next.js
- Backend: Node.js
- Database: PostgreSQL, Prisma
- Queue/Workers: Redis / BullMQ
# clone the repository
git clone https://github.com/Sachinchaurasiya360/Automator
# install dependencies
npm install
# start the development server
npm run devPull requests are welcome. For major changes, please open an issue first to discuss your ideas.