Skip to main content
Fridge Notes is the smallest useful Publish integration: a local notes server that makes itself reachable through Meradomo and greets each visitor by their verified email.

Source

examples/fridge-notes/ — MIT-licensed. Two files: server.js and README.md.

Run it

Approve Fridge Notes in the menu-bar app, then open the printed https://notes.<your-name>.meradomo.com.

The two integration points

1. Self-publish on launch — one HTTP call, then poll until live:
2. Read identity from the header the agent injects — no sign-in code:
That’s the whole integration. See Agent API for the full publish lifecycle and Security model for why the header can be trusted.