This is a Next.js project bootstrapped with create-next-app.
Fuzzie is a flexible, modern Workflow Automation Builder that helps you connect apps, automate repetitive tasks, and streamline your processes — without writing code.
- Visual workflow builder
- Multi-app triggers and actions
- Clean, user-friendly interface
- Real-time execution with error handling
- Integrations with:
- Google Drive
- Slack
- Discord
- Notion
- Frontend: Next.js 14, Tailwind CSS v4
- Authentication: Clerk
- Database: Neon Tech
- File Storage: Uploadcare
- Tunnel: Ngrok
- Payments: Stripe
Click here to watch UI Click here to watch Working
git clone https://github.com/mayurbhadange/Automation-Builder.git
cd Automation-Builder
Here’s an example of how your .env.local file might look for Fuzzie:
# Clerk Authentication
CLERK_PUBLISHABLE_KEY=your-clerk-publishable-key
CLERK_SECRET_KEY=your-clerk-secret-key
# Neon Tech (PostgreSQL DB)
DATABASE_URL=your-neon-tech-postgres-url
# Uploadcare
UPLOADCARE_PUBLIC_KEY=your-uploadcare-public-key
UPLOADCARE_SECRET_KEY=your-uploadcare-secret-key
# Ngrok
NGROK_AUTH_TOKEN=your-ngrok-auth-token
NGROK_PUBLIC_URL=your-ngrok-url # Example: https://xyz123.ngrok.io
# Stripe
STRIPE_PUBLIC_KEY=your-stripe-public-key
STRIPE_SECRET_KEY=your-stripe-secret-key
STRIPE_WEBHOOK_SECRET=your-stripe-webhook-secret
# Google API (Drive)
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
GOOGLE_REDIRECT_URI=https://fuzzie-kohl.vercel/api/auth/callback/google
GOOGLE_API_KEY=your-google-api-key
# Slack API
SLACK_CLIENT_ID=your-slack-client-id
SLACK_CLIENT_SECRET=your-slack-client-secret
SLACK_SIGNING_SECRET=your-slack-signing-secret
SLACK_BOT_TOKEN=your-slack-bot-token
# Discord API
DISCORD_CLIENT_ID=your-discord-client-id
DISCORD_CLIENT_SECRET=your-discord-client-secret
DISCORD_BOT_TOKEN=your-discord-bot-token
DISCORD_PUBLIC_KEY=your-discord-public-key
# Notion API
NOTION_API_KEY=your-notion-api-key
NOTION_CLIENT_ID=your-notion-client-id
NOTION_CLIENT_SECRET=your-notion-client-secret
NOTION_REDIRECT_URI=https://fuzzie-kohl.vercel/api/auth/callback/notion
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result (for local development).
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.





