ODD turns your WordPress admin into a customizable desktop you actually want to spend time in.
WordPress does not have to feel like a plain control panel. With ODD and WP Desktop Mode, your admin can become a little digital room: a place with wallpaper, personality, favorite tools, charming desk toys, and a shop full of strange little upgrades.
ODD is made by Nick Hamze. Visit https://weirdpress.com/odd to learn more or try it in Playground.
Open the ODD Shop, pick what feels right, and make the workspace yours.
With ODD you can:
- Add living wallpapers that make your desktop feel alive.
- Dress up your Desktop Mode dock, taskbar, and desktop icons with themed raster icon sets.
- Swap in custom cursors that match the mood.
- Drop tiny widgets onto the desktop, like notes, toys, embeds, and little desk companions.
- Install small desktop apps that open in their own windows.
- Start with a ready-made starter pack, then customize from there.
ODD is for people who live in WordPress all day and want it to feel less like rented office furniture and more like their own place.
Maybe your WordPress should be calm and cozy. Maybe it should be weird and neon. Maybe it should look like a tiny operating system from a dream. ODD gives you the pieces and lets you decorate.
Why You’ll Like It
Your admin gets a personality
Change the look and feel of WordPress without changing your public site. ODD decorates your workspace, not your visitors’ experience.
It is easy to try things
Browse the ODD Shop, install something, apply it, swap it, remove it, and keep playing until the desktop feels right.
It makes everyday WordPress more fun
Your tools are still there. Your admin still works. It just feels more alive while you work.
It works with WP Desktop Mode
ODD is made for WP Desktop Mode, the plugin that turns wp-admin into a desktop-style workspace. It works with Desktop Mode’s own windows, dock, taskbar, desktop icons, and widget layer instead of replacing the desktop shell.
External services
ODD connects to the public ODD catalog at https://odd.regionallyfamous.com/catalog/v1/. This catalog is used to show items in the ODD Shop and download the wallpapers, icon sets, cursors, widgets, and apps you choose to install.
When an administrator opens or refreshes the ODD Shop, when WordPress cron checks whether new catalog content is available, when the starter pack runs, when catalog content is installed, or when an installed item is repaired, the site makes normal HTTPS requests for static catalog files and assets. Those requests may include normal web request information such as the server IP address, user agent, requested URL, and timestamp.
ODD does not send site content, user account details, cookies, analytics events, license keys, or diagnostic reports to the catalog service.
Service terms: https://odd.regionallyfamous.com/terms/
Privacy policy: https://odd.regionallyfamous.com/privacy/
Source and build tools
The human-readable source code for ODD is available at https://github.com/RegionallyFamous/odd. The repository includes the source files, build scripts, catalog sources, and package metadata used to create the plugin.
The generated JavaScript runtime files in apps/runtime/*.js are built from the public react and react-dom npm packages pinned in the repository. React source code is maintained at https://github.com/facebook/react, and the exact package versions are recorded in package-lock.json.
Typical build commands:
npm ciodd/bin/build-runtimepython3 _tools/build-catalog.pyodd/bin/build-zip
