Flux is an enterprise-grade polymorphic workspace that unifies Ideation, Execution, and Scheduling.
- Polymorphic Canvas: Draw, write, and organize thoughts spatially.
- AI Operator (Gen 9): Intelligent summarization and project planning.
- Execution Engine: Kanban and Table views synced with your canvas.
- Enterprise Ready (Gen 10): SSO-ready authentication and plugin architecture.
- Clone the repository
- Install dependencies:
npm install - Setup Environment: Copy
.env.exampleto.envand fill in secrets. - Run Development Server:
npm run dev
- Framework: Next.js 15 (App Router)
- Database: SQLite (Dev) / Postgres (Prod) with Prisma
- Auth: NextAuth v5 (Google, Apple)
- UI: TailwindCSS v4, Framer Motion, Radix UI