Nodebase is an AI-powered workflow automation platform designed to help users build, manage, and optimize intelligent workflows with ease. The project is currently under active development and will continue evolving with new features, integrations, and architectural improvements.
Nodebase aims to simplify complex processes by leveraging AI-driven automation. Whether it's orchestrating tasks, connecting services, or building smart pipelines, Nodebase focuses on performance, scalability, and developer experience.
| Technology | Purpose |
|---|---|
| Next.js 16 | Full-stack React framework for production-grade applications |
| React 19 | Modern UI development with concurrent features |
| shadcn/ui | Accessible and customizable component library |
| Prisma | Type-safe ORM for database management |
| PostgreSQL(Neon) | Reliable relational database |
| TypeScript | Static typing for safer and scalable code |
Commands used while creating this project:
npx create-next-app@latestnpx shadcn@latest initnpm install prisma tsx @types/pg --save-devnpm install @prisma/client @prisma/adapter-pg dotenv pgnpx prisma initnpx prisma migrate devnpx prisma generatenpx prisma migrate resetnpm install @trpc/server @trpc/client @trpc/tanstack-react-query @tanstack/react-query@latest zod client-only server-onlynpm install better-auth
npx @better-auth/cli generate
npx prisma migrate dev
npx prisma generatenpm install inngest
npx --ignore-scripts=false inngest-cli@latest dev
🚧 In Development This project is actively being built. Expect frequent updates, refactors, and new capabilities.