Use case
AI products
RAG, chat, and agents wired against the same contracts your app uses.
Outcome
An AI surface that streams responses, persists state, and exposes a typed tool registry — without glue code at every layer.
Stack
What shipping looks like
Most AI builds are 60% plumbing: streaming responses, persisting conversation state, indexing documents, exposing tools to the model. DeesseJS's AI templates ship that plumbing wired and tested, so you start with the agent logic instead of the protocol. Type-safe contracts keep retrieval, generation, and tool calls on the same schema as the rest of the app.
Get started
The closest template in the registry today is "ai-chatbot". Install it with the CLI:
deessejs init ai-chatbot