Prompt Junky

Prompt Managers & Versioning

Platforms and libraries for writing, storing, versioning and deploying prompts, including prompt IDEs, registries and template formats.

67 prompt tools / page 1 of 2

Guidance

Agent & Prompt Frameworks

A templating language for steering language models token by token, interleaving generation with control flow, regex and grammar constraints. Output structure is enforced during decoding rather than checked afterwards.

github.com

LangChain

Agent & Prompt Frameworks

One of the most widely used frameworks for LLM applications, providing prompt templates, chat message abstractions, tool calling and agent loops. It connects to the LangSmith platform for tracing and prompt management.

docs.langchain.com

Letta

Agent & Prompt Frameworks

A platform for stateful agents, formerly MemGPT, where the agent manages its own context window through editable memory blocks. The prompt is assembled from persistent memory rather than rebuilt each turn.

docs.letta.com

LLM CLI

Agent & Prompt Frameworks

Simon Willison's command-line tool and Python library for running prompts against many models. Prompts, system prompts and responses are logged to a local SQLite database, and saved templates can be reused.

llm.datasette.io

Promptfoo

Evaluation & Testing

A command-line and library test runner for prompts, models and RAG pipelines. Test cases are declared in YAML, run side by side across providers, and the project also performs red-team scans for prompt injection and jailbreaks.

promptfoo.dev

PromptLayer

Prompt Managers & Versioning

A prompt management platform where non-engineers can edit prompts in a visual registry while engineers pull versions at runtime. It also logs requests and runs evaluation pipelines against prompt versions.

promptlayer.com

Semantic Kernel

Agent & Prompt Frameworks

Microsoft's SDK for embedding model calls into C#, Python and Java applications. Prompts live in versioned template files with typed parameters and are invoked as callable functions alongside native code.

aka.ms

ell

Agent & Prompt Frameworks

A language model programming library that treats prompts as versioned Python functions. A local store records every prompt version and invocation so changes can be diffed and compared in a studio UI.

docs.ell.so

Mirascope

Agent & Prompt Frameworks

A Python library that keeps prompts as decorated functions with normal editor tooling rather than opaque chains. It supports response models, prompt templates and a provider-agnostic call interface.

mirascope.com

BAML

Agent & Prompt Frameworks

A domain-specific language for writing prompts as typed functions that compile to Python, TypeScript and other clients. Schemas are enforced with a parser that repairs imperfect model output.

boundaryml.com

Priompt

Prompt Managers & Versioning

A JSX-based prompt design library from the makers of Cursor. Prompt components are given priorities so the renderer can drop lower-priority sections when the context window is tight.

github.com

LiteLLM

Agent & Prompt Frameworks

A gateway and Python SDK that exposes more than a hundred model APIs in the OpenAI request format, with budgets, fallbacks and logging so one prompt can be tested across providers.

docs.litellm.ai

Repo Prompt Community Edition

Prompt Managers & Versioning

The community edition of Repo Prompt, a macOS context-engineering app that helps select files from a repository and assemble them into a prompt, with an MCP command-line interface.

repoprompt.com

Langtail

Prompt Managers & Versioning

A prompt management platform aimed at product teams, combining a playground for iterating on prompts with test suites that run those prompts against saved cases before deployment.

langtail.com

Prompt Optimizer

Prompt Managers & Versioning

A browser, desktop and extension tool that rewrites a rough prompt into a more structured one, keeping history locally and letting you compare the original and optimized versions.

prompt.always200.com

Opik

Prompt Managers & Versioning

Comet's open-source platform for tracing, evaluating and monitoring LLM applications, including a prompt library with versioning and an agent optimizer for improving prompt text.

comet.com

Agenta

Prompt Managers & Versioning

An open-source workspace where engineers and subject-matter experts iterate on prompts and agent configurations side by side, with versioning, evaluation runs and observability.

agenta.ai

Kiln

Evaluation & Testing

A desktop application and Python library for building AI systems, covering prompt iteration, dataset collection, evaluations, synthetic data and fine-tuning in one project file.

kiln.tech

Arize Phoenix

Prompt Managers & Versioning

Arize's open-source observability tool that runs locally or self-hosted, offering OpenTelemetry tracing, a prompt playground with saved prompt versions and built-in evaluators.

github.com

ChainForge

Evaluation & Testing

An open-source visual environment for stress-testing prompts. Prompt variants, models and evaluators are wired together as nodes, and results are compared in charts and tables.

chainforge.ai

Prompty

Prompt Managers & Versioning

A Microsoft specification and tooling for the .prompty file format, storing a prompt plus its model configuration and sample inputs in one readable asset with a VS Code runner.

prompty.ai

Helicone

Prompt Managers & Versioning

An open-source observability and gateway platform that logs every model request through a one-line proxy change, with prompt versioning, caching and experiment tooling on top.

helicone.ai

Langtrace

Prompt Managers & Versioning

An open-source, OpenTelemetry-based observability tool for LLM applications that captures traces, manages prompt versions in a registry and runs evaluations on collected data.

langtrace.ai

MLflow

Prompt Managers & Versioning

The widely used open-source ML platform, which now includes a prompt registry for versioning prompt templates alongside tracing and LLM evaluation for generative applications.

mlflow.org

Prompt Poet

Prompt Managers & Versioning

A library from Character.AI for composing prompts from YAML and Jinja2 templates, with automatic truncation that respects section boundaries when the context limit is reached.

pypi.org

Prompt flow

Prompt Managers & Versioning

A Microsoft toolkit for building LLM applications as directed flows of prompts, Python code and tools, with batch runs, built-in evaluation flows and a VS Code visual editor.

microsoft.github.io

Langfuse

Prompt Managers & Versioning

An open-source LLM engineering platform combining tracing, evaluations and a prompt management layer where prompts are versioned, labelled and fetched at runtime by the SDK.

langfuse.com

Arize AX

Evaluation & Testing

Arize's commercial platform for agent observability and evaluation, adding hosted tracing, online evaluators and issue tracking on top of the open-source Phoenix project.

arize.com

Weights & Biases

Evaluation & Testing

The experiment tracking company whose Weave product records LLM calls, versions prompts and datasets as objects, and runs scored evaluations for generative applications.

wandb.ai

Bifrost

Agent & Prompt Frameworks

An open-source AI gateway that fronts many model providers behind one API, adding routing, load balancing, guardrails and governance for prompts sent from applications.

getmaxim.ai

Promptify

Prompt Managers & Versioning

A Python library with prompt templates for common NLP tasks such as named entity recognition, classification and question answering, returning parsed structured output.

github.com

Pydantic Logfire

Prompt Managers & Versioning

An OpenTelemetry-based observability service from the Pydantic team with first-class instrumentation for LLM calls and agent runs alongside ordinary application traces.

pydantic.dev

code2prompt

Prompt Managers & Versioning

A command-line tool that turns a codebase into a single structured prompt with a source tree, respecting ignore rules and reporting the token count before you send it.

code2prompt.dev

OpenLLMetry

Prompt Managers & Versioning

A set of OpenTelemetry instrumentations for LLM frameworks and providers from Traceloop, exporting prompt and completion spans to any compatible observability backend.

traceloop.com

PromptHub

Prompt Managers & Versioning

A team-oriented prompt management tool with Git-style versioning, branching and side-by-side comparison of prompt revisions, plus an API for fetching approved prompts.

prompthub.us

Portkey AI Gateway

Agent & Prompt Frameworks

The open-source gateway behind Portkey, routing to a large catalogue of models with built-in guardrails, retries and conditional routing rules configured per request.

portkey.ai

Questions

Frequently asked questions

What counts as prompt managers & versioning?

Platforms and libraries for writing, storing, versioning and deploying prompts, including prompt IDEs, registries and template formats.

What are prompt managers & versioning?

Platforms and libraries for writing, storing, versioning and deploying prompts, including prompt IDEs, registries and template formats.

Do I need a tool for this?

Solo users often do fine with a text file. Teams shipping prompts to production usually want versioning and evaluation. Start with the free tier of a tool in the category.