Skip to main content
PromptFlipdocs

PromptFlip docs

Update prompts without a deploy. PromptFlip is a prompt registry: developers integrate once through an SDK, and your team edits prompts from the dashboard — changes go live in seconds, with no code change.

Explore the docs

How it works

Developers integrate once. Your team iterates forever.

  • Reference each prompt by a stable key and fetch it at runtime with get().
  • Publish a new version from the dashboard — it is live immediately server-side, with no deploy and no pull request. An SDK instance may still serve a cached fetch for a while after, depending on its cache configuration.
  • The SDK never throws on the serving path. If the service is unreachable it returns the last cached value or your inline fallback, so your app always has a usable prompt.
  • Report telemetry — tokens, latency, and custom metrics — to compare versions and run A/B experiments.

Open source

Every client is source-available — read the code, file an issue, or send a PR.

Next steps

New here? Start with the Quickstart, then skim Core concepts. Ready to wire it into your app? Jump to the Python or TypeScript SDK, or call the HTTP API directly.