A companion file for every directory.
my-project/
├── README.md    ─── documents the project
└── me.md        ─── documents your context

README.md tells anyone what a project is.
Your companion file tells you where you are in it.

Status, next steps, session notes — whatever only you need to know. It's a markdown file. It lives alongside README.md. It never modifies anything.

Choose your companion filename
devme creates a file with this name in every directory you register.
Must end in .md and not be empty.
~/projects/my-project/
├── README.md
└── me.md  ← your companion file

Use your name, initials, or just me.md. Add it to .gitignore to keep it private, or commit it to share context with your team.

What should we call you?
Shown in the sidebar header of the interface.
Which editor do you use?
Used by the "Open in editor" button in the interface.
Editor command must not be empty.
Two more settings
Timezone must not be empty.

IANA format — e.g. America/New_York · Europe/London · Asia/Tokyo
Full list →

Must be a valid hex color like #7b96e8.

This color will be used throughout the devme interface.

Ready to set up devme
Here's what will be created.
~/.devme/config.json
your settings
~/.devme/serve.html
the web interface
~/.devme/wizard.html
this setup wizard
~/.devme/me.md
your global context hub
~/.devme/QUICKSTART.md
personalized quick reference
Preview config

      
You're set up.
Your companion filename is me.md.
devme serve         # open the interface
devme init [path]   # create your first companion file

Your personalized quick reference is at ~/.devme/QUICKSTART.md.