Loading repository data…
Loading repository data…
simran1002 / repository
Workflow Builder Lite is an AI‑powered text automation app that lets you build reusable workflows and run them on any input in a few clicks. It’s built with Next.js 14, TypeScript, Prisma, and PostgreSQL, and uses OpenAI to perform high‑quality text processing.
A production-ready AI-native automation runner for text processing. Create workflows with 2–4 steps (clean, summarize, extract, tag), run them on input text, and view step-by-step output with export options.
npm install
cp .env.example .env
npm run db:push
npm run dev
OPENAI_API_KEY=sk-your-key docker-compose up --build
| Variable | Description |
|---|---|
DATABASE_URL | PostgreSQL connection string |
OPENAI_API_KEY | OpenAI API key |
OPENAI_MODEL | Model name (default: gpt-4o-mini) |