Intentive.dev
Declarative Intent Graph QL for chat, search, & workflows.
Unify intent across channels with one declarative spec. MIT-licensed and extensible.
Why Intentive?
Single Source of Truth
Define canonical intent graphs that serve as the single source of truth across your entire application ecosystem.
Works Everywhere
Seamlessly integrate with React, Node, Temporal, Salesforce, and more. One spec to rule them all.
Open & Extensible
MIT licensed with pluggable resolvers. Extend and customize to fit your specific needs.
Quick Start
# ⚡ 15-Second Start
git clone https://github.com/agenticaivc/intentive.git && \
cd intentive && pnpm install && \
npm run payroll:demo
# Expected: 🎉 Payroll success!
# 🚀 API Testing
npm run gateway:dev &
curl -X POST http://localhost:4000/intent -H "Content-Type: application/json" -d '{"ask":"Test"}'