the OpenJourney editor
👋 Hi there!
Just a quick note: this is a personal hobby project built by a UX professional, not corporate enterprise software.
Read the story behind it →
Ptolemy uses the open, human-readable .ojf JSON format to store and share customer journeys without proprietary lock-in.
.ojf
{ "metadata": { "title": "Example Journey", "version": "1.0" }, "phases": [ { "id": "p1", "name": "Discovery" } ], "nodes": [ { "id": "n1", "phase": "p1", "text": "Customer searches online" } ] }