Nodebase is a workflow automation SaaS where users build AI workflows visually with no code,Nodebase is a workflow automation SaaS where users build AI workflows visually with no code,
The network for creativity
Join 1.25M professional creatives like you
Connect with clients, get discovered, and run your business 100% commission-free
Creatives on Contra have earned over $150M and we are just getting started
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.
Thank you so much for Margadarsi Infra for this opportunity🎉
Intelliflow build entire Digital platform for Margadarsi Infra #realestate business.
Where Intelliflow Built the
Public website
Lead Management system
Dedicated Channel partner portal
#websitedesign #websitedevelopment #webapplication #softwaredevelopment
#CRMdevelopment
Niva - AI Automation Agency Template (Contact page)
📌 What's Included
13+ fully designed pages, covering the entire buyer journey:
Home — hero, problem/solution framing, services, industries served, integrations, process, stats, case study previews, testimonials, pricing, FAQ, and final CTA
About — origin story, mission, values, team, and company stats
Services — a full breakdown of each service line with outcomes and use cases
Case Studies — a CMS-powered index plus a detailed single-case-study template (problem → approach → solution → results)
Blog — a CMS-powered index and article template, ready for SEO content
Contact — a conversion-focused form paired with direct calendar booking
404, and legal pages — Privacy Policy, Terms of Service, and Cookie Policy included
📌 Ideal For
AI automation agencies and consultancies
Workflow automation specialists and system integrators
Custom AI agent developers
AI strategy and operations consultants
Freelance automation experts positioning as a boutique agency
SaaS companies offering AI-powered services to B2B clients
just shipped the core of Skillship — an AI-powered LMS built for schools.
One platform, many schools, and one rule that shaped every decision: School A must never see School B's data. Tenant-scoped models, filtered querysets at the base class, UUIDs everywhere.
Four AI features live:
— Career Pilot: personalised career paths for students
— Question generator: chapter PDF in, board-aligned MCQs out
— Adaptive quizzes: difficulty follows actual performance
— Semantic search: teachers ask in plain English, pgvector finds the material
Django + DRF for the LMS core, a separate FastAPI service for all AI work (Gemini + a pgvector RAG pipeline), Next.js 14 on the front. Django brokers every AI call — the AI layer never touches the browser.
The hard part wasn't the AI. It was making multi-tenancy boring enough that no future dev can leak a school's data by accident.
Open for new work — full-stack builds, AI integrations, RAG pipelines, multi-tenant SaaS. Send me a project.
The tenant boundary is where I'd put the first failure test. I'd try to make a user from one school retrieve another school's record before I trusted any of the AI features.