Warning
This project is still in its early stages. Currently, i have only completed the basic framework, core logic, and a basic UI. If you are interested in this project, feel free to join our Discord Group for discussions. We also warmly welcome contributions through pull requests. If you have any suggestions, please submit them via issues.
Click here to visit the demo sample deployed on Vercel
Unit-AI is an AI workflow platform based on Vite and FastAPI, designed to help users quickly build and deploy AI applications.
- Support workflow export
- Support Dark mode
- Support workflow drag-and-drop loading
- Some mathematical logic nodes
- Support for plugin development
- Support for API provisioning
- Clone this project
git clone git@github.com:Alndaly/unit-ai.git
cd unit-ai- Install dependencies
cd frontend
pnpm i
cd ../backend
pip install -r ./requirements.txt- Start the project
cd ../frontend
pnpm dev
cd ../backend
python main.py- Access http://localhost:5173
