Experience GreyFlow in action: grey-flow-alpha.vercel.app
GreyFlow is an open-source visual AI agent builder that empowers developers and non-developers alike to create, customize, and deploy AI agents through an intuitive visual interface. Built with modern web technologies and designed with user experience in mind, GreyFlow makes AI agent development accessible and efficient.
- 🎨 Visual Node-Based Interface
- 🔌 Modular Agent Components
- 🔄 Real-time Preview & Testing
- 📤 Export & Deploy Capabilities
- 🛠️ Customizable Workflows
- 🤝 API Integration Support
- Frontend: Next.js 14, TypeScript, Tailwind CSS
- UI Components: Shadcn/ui
- State Management: React Hooks
- Styling: Tailwind CSS with custom configurations
- Node.js (v18 or higher)
- pnpm (recommended) or npm
- Clone the repository:
git clone https://github.com/brendmung/GreyFlow-alpha.git
cd GreyFlow-alpha- Install dependencies:
pnpm install
# or
npm install- Run the development server:
pnpm dev
# or
npm run dev- Open http://localhost:3000 in your browser.
We welcome contributions from the community! Whether it's:
- 🐛 Bug fixes
- ✨ New features
- 📚 Documentation improvements
- 🎨 UI/UX enhancements
Please read our Contributing Guidelines before submitting a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
-
Built with Next.js
-
UI components from shadcn/ui
-
Styling with Tailwind CSS
-
Project Link: https://github.com/brendmung/GreyFlow-alpha
Made with ❤️ by the GreyFlow Team