Ptolemy

the OpenJourney editor

Ask your administrator for a beta invite code.

👋 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 →

Powered by the OpenJourney Format (.ojf)

Ptolemy uses the open, human-readable .ojf JSON format to store and share customer journeys without proprietary lock-in.

{
  "metadata": {
    "title": "Example Journey",
    "version": "1.0"
  },
  "phases": [ { "id": "p1", "name": "Discovery" } ],
  "nodes": [ { "id": "n1", "phase": "p1", "text": "Customer searches online" } ]
}
Learn about our Open Standard