Back to home

March 5, 2026

Version your prompts like code

Prompt management is now on neatlogs. Every edit creates a new version. Promote to production with a label change — no redeploy needed.

Version your prompts like code

How it works

Store prompts in Neatlogs and fetch them at runtime instead of hardcoding them in your application. Test changes in the Playground before promoting them to production, keep a full version history, and roll back instantly if something breaks. Existing Langfuse prompts can be imported from Experiments > Prompts > Import.

Quick start

prompt = neatlogs.get_prompt("system-prompt", label="production")
compiled = prompt.compile(user_name="Alex")
Read the Experiments docs