OSS Prompt Management/Engineering Tool

Hey everyone,

I Just wanted to share that I created a free OSS tool for communicating w/ various LLM’s directly through Markdown + JSX. It allows you to write more complex long-prompts in a readable, declarative syntax. If you have existing MD files, you can just import them as components! Then to run it, you can use our vscode extension or load it into our SDK.

It supports:

  • Markdown
  • JSX, style components
  • Text, Object, Tool outputs
  • Type Safety
  • Unified API across models/providers
    and more…

Curious what your thoughts are. We’ve found this useful for iterating on our prompts, so I’m wondering if other folks would as well.