TypeScript LLM glue that ships with its own tracing UI
Promptable gives TypeScript developers composable building blocks—prompts, chains, embeddings, and a tracing UI—for wiring together LLMs from OpenAI, Anthropic, and others.

What it does
Promptable is a TypeScript library for assembling AI applications from Large Language Models and embedding providers. It offers prompts, model adapters, embeddings, and chains for connecting LLMs to data and tools, plus a tracing system for debugging. The repository also bundles Next.js starter kits, example code, and a web UI for visualizing execution steps.
The interesting bit
The README opens with plain-English definitions of “LLM” and “Embedding,” suggesting the authors expect developers who are still orienting themselves. More concretely, the project treats observability as a first-class feature rather than an afterthought, shipping a dedicated tracing module and web interface alongside the core library.
Key highlights
- Provider support for OpenAI, Hugging Face, Cohere, and Anthropic
- Chain-based composition for linking LLMs with data sources and external tools
- Built-in tracing and a web UI for inspecting application steps
- Next.js starter kits with streaming chat and question-answering bots
- Turborepo monorepo housing the library, docs, examples, and visualization app
Caveats
- Explicitly labeled early-development and experimental; the authors advise against production use
- API is subject to change based on incoming feedback
Verdict
A reasonable sandbox for TypeScript developers prototyping chatbots, semantic search, or agents who want starter templates and built-in tracing. Look elsewhere if you need stable, production-grade abstractions.
Frequently asked
- What is cfortuner/promptable?
- Promptable gives TypeScript developers composable building blocks—prompts, chains, embeddings, and a tracing UI—for wiring together LLMs from OpenAI, Anthropic, and others.
- Is promptable open source?
- Yes — cfortuner/promptable is open source, released under the MIT license.
- What language is promptable written in?
- cfortuner/promptable is primarily written in TypeScript.
- How popular is promptable?
- cfortuner/promptable has 1.7k stars on GitHub.
- Where can I find promptable?
- cfortuner/promptable is on GitHub at https://github.com/cfortuner/promptable.