Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoFlow AI

Prompt-to-automation platform. Converts a natural-language instruction into a validated, deployed workflow on n8n / Make / Flowise.

Monorepo layout

  • apps/web — Next.js frontend (prompt UI, clarification chat, workflow dashboard)
  • apps/api — FastAPI backend (agents, deterministic services, RAG, data layer)
  • packages/shared-types — TypeScript types shared between web and any Node tooling
  • packages/ui-components — shared design-system components
  • infra — deployment configs (Docker Compose, Coolify, Kubernetes)
  • docs — architecture, API spec, setup guides

Quick start

cp .env.example .env
docker compose -f infra/docker-compose.yml up -d      # postgres, redis, qdrant
cd apps/api && pip install -e . && uvicorn src.main:app --reload
cd apps/web && npm install && npm run dev

See docs/setup.md for full local setup and docs/architecture.md for the system design.

About

AI platform that turns plain language prompts into validated deployed automations on n8n Make and Flowise no visual builder required.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages