ODD — Apps for OpenStation

Description

ODD is an app shop for OpenStation.

OpenStation makes WordPress feel less like a stack of admin screens and more like a computer you actually own. It gives you a desktop, a dock, movable windows, launchers, and apps that stay close while you work.

ODD is here to fill that desktop with good stuff.

We are building useful little tools, playful experiments, and apps that make WordPress more fun to spend time in. Some will help you get work done. Some may be delightfully unnecessary. All of them should feel like they belong in OpenStation.

We started with one app because we want each one to be good. ODD Notes was first; ODD Workbench is the second.

Meet ODD Notes

ODD Notes is a calm, native place to write things down without leaving your WordPress desktop. Your notes live in WordPress, open in their own window, and stay ready whenever you need them.

You can:

  • Write and organize notes with search, tags, favorites, and archives.
  • Pin notes to your OpenStation desktop.
  • Share a note when you want to, while keeping notes private by default.
  • Recover drafts if your connection disappears at the wrong moment.
  • Browse WordPress revision history and restore an earlier version.
  • Trust autosave without sending your notes to another service.

Meet ODD Workbench

ODD Workbench puts six compact, local-first utilities in one OpenStation window:

  • Clean up pasted text and whitespace.
  • Preview Markdown while you write.
  • Turn titles into clean slugs.
  • Format and validate JSON.
  • Compare two drafts.
  • Encode and decode common text formats.

Why ODD?

Because OpenStation deserves great apps.

ODD gives those apps one friendly place to live. Open the Shop, find something interesting, install it, and decide whether it belongs on your desktop, in your dock, or both. OpenStation creates the workspace. ODD fills it with things worth opening.

ODD Notes is only the beginning. We plan to keep making all sorts of cool apps for OpenStation: useful ones, weird ones, tiny ones, and things WordPress did not know it needed yet.

External services

ODD connects to https://odd.regionallyfamous.com/catalog/v1/ to display and download verified app bundles. Normal HTTPS request metadata such as IP address, user agent, URL, and timestamp may reach the catalog host. ODD does not send site content, notes, user details, cookies, analytics events, or license keys.

Service terms: https://odd.regionallyfamous.com/terms/

Privacy policy: https://odd.regionallyfamous.com/privacy/

Source and build tools

ODD is open source. The human-readable plugin and ODD Notes source, along with the catalog and packaging tools, are available at https://github.com/RegionallyFamous/odd.

To rebuild the distributed files:

  1. npm ci
  2. npm run build:notes
  3. python3 _tools/build-catalog.py
  4. odd/bin/build-zip

Screenshots

Installation

  1. Install and activate OpenStation 1.1.0 or newer. Its WordPress.org plugin slug is desktop-mode.
  2. Install and activate ODD.
  3. Enable OpenStation for your user.
  4. Open ODD Shop from the OpenStation desktop.
  5. Install ODD Notes or ODD Workbench, then come back as the app shelf grows.

FAQ

Does ODD change my public website?

No. OpenStation, ODD, and ODD Notes live inside your WordPress admin workspace. Visitors will not see them on your public site.

Is ODD just a notes app?

No. ODD Notes and ODD Workbench are the first apps in the Shop. The plan is to keep adding thoughtfully made OpenStation apps over time.

Why does ODD require OpenStation?

OpenStation provides the desktop, windows, dock, and launchers that make these apps feel like part of a real workspace. ODD builds on that foundation instead of trying to replace it.

Where are notes stored?

Notes are stored as private WordPress content. ODD Notes also keeps a local draft journal so interrupted edits can recover cleanly.

Does this preserve notes created with the OpenStation Notes prototype?

Yes. ODD Notes uses the same wpd_note content model and compatible metadata.

Does ODD send analytics or notes to another service?

No. ODD sends no telemetry or note content. It only fetches the public app catalog and an app bundle when an administrator chooses to install it.

Reviews

May 15, 2026
This plugin is a breath of fresh air. It has that crazy potential to become more than just a plugin, turning WordPress into a space that feels truly personal.
Read all 1 review

Contributors & Developers

“ODD — Apps for OpenStation” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.1.8

  • Made newly installed app launchers appear in OpenStation without a page refresh.
  • Added a refresh-and-retry path when an app window has not registered yet.
  • Fixed Workbench’s iframe template so it renders after reload, fills its bounded, resizable window, and verified all six tools.
  • Tightened bundle validation, iframe policy, catalog generation, packaging, and current-version checks.

1.1.7

  • Added ODD Workbench to the production Shop with six local-first text, Markdown, slug, JSON, diff, and encoding utilities.
  • Allowed installed catalog apps to register their own OpenStation windows and launchers.
  • Kept Workbench in a bounded floating window and simplified its icons to match OpenStation.

1.1.6

  • Renamed ODD to “ODD — Apps for OpenStation” everywhere the product appears.
  • Updated the website, repository, plugin metadata, and WordPress.org listing around ODD’s apps-first direction.

1.1.5

  • Rebuilt ODD as an Apps-only OpenStation store.
  • Added ODD Notes with private WordPress storage, autosave, local recovery, search, tags, favorites, archives, sharing, and revision restore.
  • Updated the runtime to OpenStation 1.1.0 public APIs and native window/launcher contracts.
  • Fixed note updates in Playground and eliminated false edit-conflict prompts caused by harmless retries or stale identical drafts.
  • Isolated recovery journals by WordPress installation and user.
  • Redesigned the Shop and Notes app, including consistent monochrome action icons.
  • Focused the product, catalog, and distributable package exclusively on apps.