Nodebase is a workflow automation by Hamza NafasatNodebase is a workflow automation by Hamza Nafasat

Nodebase is a workflow automation

Hamza Nafasat

Hamza Nafasat

Nodebase is a workflow automation SaaS where users build AI workflows visually with no code, backed by a custom execution engine. I built the full product end to end, alone.
The visual builder runs on React Flow inside Next.js 15. Users connect trigger nodes, AI nodes, API nodes, and conditional logic into full pipelines. The backend engine uses topological sort to resolve node dependencies before running each step, so nothing fires out of order. Inngest handles background jobs, retries, and scheduled triggers. Webhooks let outside services start a workflow by hitting an endpoint.
This is AI automation in practice. OpenAI, Claude, and Gemini run as built-in AI nodes next to Slack, Discord, and Stripe. A user can route data through an LLM, act on the result, and pass it to the next step, all without code. Credentials are encrypted and pulled at runtime, so keys never sit in plain text.
Prisma with Neon PostgreSQL handles workflow ownership, execution history, and job logs. tRPC connects frontend and backend with full type safety.
What the client gets: a no-code platform where non-technical staff build their own AI workflows, on an engine reliable enough to run them on a schedule without supervision.
Like this project

Posted Jul 3, 2026

Nodebase is a workflow automation SaaS where users build AI workflows visually with no code, backed by a custom execution engine. I built the full product en...