#51 · Primary category: Prompt Engineering Tools

prompty

generative-ai llm-evaluation llms promptengineering prompty

Prompty makes it easy to create, manage, debug, and evaluate LLM prompts for your AI applications. Prompty is an asset class and format for LLM prompts designed to enhance observability, understandability, and portability for developers.

Project last updated:08/28/26

GitHub Stars

1.3K

Forks

126

Contributors

30

License

MIT

Why we included this project

Prompty treats prompts as versionable files rather than strings buried in application code. A single .prompty markdown document bundles model configuration, environment-backed keys, input schemas, and a templated prompt body, so the same asset runs unchanged from VS Code, Python, or TypeScript. The live preview, chat mode, and per-execution trace files make it easy to see exactly what was sent to the model, which is a real relief for teams that iterate on prompts often. The provider layer is swappable at runtime too: point one prompt at OpenAI, Microsoft Foundry, Anthropic, or any OpenAI-compatible endpoint by changing connection settings instead of the prompt content. It's a sensible pick for anyone who wants prompts reviewed, reused, and debugged like proper source assets rather than hardcoded strings.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category