8000
Skip to content
View LunarWerxs's full-sized avatar
🚀
🚀

Block or report LunarWerxs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LunarWerxs/README.md
LunarWerx Studios: digital dreams and AI solutions

Website 16 products shipped All free MCP server

Rust TypeScript Vue Bun Python Cloudflare Model Context Protocol

LunarWerx Studios is an independent software studio that builds AI-powered developer tools and desktop utilities. Everything below is shipped, free, and mostly open source, and most of it runs on your machine rather than ours. 🌙

website    source    marketplace

🤖 AI and agent tooling

Product What it does
AgentHydra Every local AI coding session in one tab, Claude Code, Codex and OpenCode, with a schedulable queue and isolated Claude Desktop instances. Website Source
RēDesign Drop in a UI screenshot and get a browsable wall of self-contained HTML redesigns from ten AI models at once. Website Source
DevWebUI A GUI and an MCP control plane for the dev servers already running on your machine. Humans click, agents automate the same daemon. Website Source
vsclaudefix Patches the Claude Code VS Code extension: a persistent side-by-side session pane, pin/star/archive, filters, live status dots. Source
vscodexfix Patches the ChatGPT/Codex VS Code extension: right-click rename/pin/star, a full-height task list, workspace grouping, working chat search. Source

đź›  Developer tools

Product What it does
RepoYeti Run git from your phone, safely. A self-hosted daemon plus a mobile PWA, with no force-push and fast-forward-only pulls. Website Source
NormWind Normalize Tailwind. A zero-config CLI and GitHub Action: px-4 py-4 → p-4, w-6 h-6 → size-6. Website Source
AnatomyOf An interactive, annotated tour of what is actually inside a source file, with colour-coded callouts, for 48 languages. Website Source
RoloDexter A universal contact field mapper for Python and JavaScript. Messy CRM, CSV or email data into one clean canonical schema. Website Source
Copilot Terminal Monitor Watches your VS Code terminal and alerts you when a command stalls or overruns, with auto-terminate, snooze and status-bar timers. Marketplace Source
FastColabCopy Transfers files inside Google Colab 10–50× faster by copying in parallel across threads instead of one file at a time. Source

đź–Ą Desktop and everyday utilities

Product What it does
SageThumbs 2K A crash-isolated Rust shell extension giving Windows 11 Explorer thumbnails for 331 file types it cannot show: camera RAW, PSD, HEIC/AVIF, video, ebooks, comics, CAD. Website Source
QuickDictate A tiny Windows tray app for voice dictation. Press a hotkey, talk, and your words type into whatever window has focus. Website Source
VectorMojo Converts design files to clean SVG entirely inside your browser: PSD, PSB, PDF, Illustrator AI, EPS, PNG, JPEG. No upload step. Website Source
YTSort Sorts any YouTube playlist you own by video length, shortest or longest first, in seconds. Userscript plus Chrome extension. Website Source
IMDb Watcharr Turns a public IMDb watchlist into a Radarr RSS feed and a Sonarr custom list, so your *arr stack picks up the same titles. Website Source

🔌 For AI agents

LunarWerx runs a free, public MCP server at https://lunarwerx.com/mcp. No account, no key.

claude mcp add --transport http lunarwerx https://lunarwerx.com/mcp

tailwind_canonicalize rewrites Tailwind classes into their canonical short form (p-[1rem] → p-4, rounded-[24px] → rounded-3xl) from 12,438 replacements generated by Tailwind's own design system. lunarwerx_find_tool searches this catalogue by task. No MCP client? Same answers over plain HTTP at /api/tailwind/canonical, and the whole table at /tailwind-canonical.json. Details: lunarwerx.com/mcp.md

Listed in the official MCP Registry as com.lunarwerx/lunarwerx, and from there on Smithery and Glama.

âť“ Questions people actually ask

What does LunarWerx software cost?

Nothing. Every product above is free to download and use. Most are MIT-licensed open source; SageThumbs 2K is source-available under PolyForm Noncommercial, and YTSort is GPL-2.0.

A few tools call a third-party AI or speech API, including RepoYeti's Smart Commit, RēDesign and QuickDictate. Those are bring-your-own-key: you supply your own provider credentials and pay that provider directly, which is often nothing on a free tier. LunarWerx never takes a cut and never resells API access.

Is it self-hosted or cloud?

Self-hosted and local-first by default. RepoYeti, AgentHydra, DevWebUI and RēDesign run as a daemon on your own machine. SageThumbs 2K and QuickDictate are native Windows apps. VectorMojo does its work entirely inside the browser tab, with no upload step at all. Where an optional cloud feature exists, such as RepoYeti's remote tunnel, it is off until you turn it on.

How do these tools work with AI agents?

Several are built for agents as first-class users, not just people. Five of the products above ship an MCP server of their own, all of them local, free, and needing no account:

  • DevWebUI and AgentHydra expose their whole daemon over MCP, so an agent drives exactly what a human clicks. AgentHydra also lets an agent ask which account it is running as and how much quota is left before it fans out work.
  • RepoYeti's repoyeti mcp exposes local repos plus guarded remote commit and sync, and publishes its full HTTP API at GET /api/openapi.json.
  • RÄ“Design's bun run src/index.ts mcp lets an agent queue and compare redesign runs.
  • SageThumbs 2K's st2k --mcp renders a thumbnail for a RAW, PSD, HEIC or video file Windows itself cannot read, and its view tool decodes any supported format to a PNG block so an agent can actually see the file.

NormWind ships as a GitHub Action so it can run unattended in CI. And the studio itself runs the public MCP server above.

One more, not in the table because it has no public repo: Connections Studio exposes a hosted MCP endpoint at https://connections.icu/v1/mcp that gives an assistant scoped reach into accounts you have already connected (AWS, Cloudflare, GitHub, Stripe, Supabase and more) instead of asking you to paste keys. Unlike everything above it is not anonymous: it wants a Connections API key or an OAuth token, and the account is free.

lunarwerx.com is the full product directory.

Pinned Loading

  1. SageThumbs-2k SageThumbs-2k Public

    Windows 11 shell extension (Rust): Explorer thumbnails for 331 file types Windows can't show, including camera RAW, PSD, HEIC/AVIF, video, ebooks, comics and CAD. Crash-isolated, source-available r…

    Rust 146 9

  2. AnatomyOf AnatomyOf Public

    Interactive 'Anatomy of a File' explorer - annotated tours of source files, language by language

    TypeScript 29 5

  3. DevWebUI DevWebUI Public

    GUI + MCP control plane for your local dev servers. Humans click, agents automate the same daemon.

    TypeScript 28 1

  4. ReDesign ReDesign Public

    Drop in a UI screenshot and RēDesign runs it past many AI models at once, then gives you a browsable wall of self-contained HTML redesigns to compare. Runs locally on Bun.

    TypeScript 14

  5. RepoYeti RepoYeti Public

    Run git from your phone, safely. A self-hosted daemon + mobile PWA: live repo grid, git-graph history, Monaco diffs, and AI Smart Commit — with guardrails (no force-push, fast-forward-only pulls).

    TypeScript 27 2

  6. AgentHydra AgentHydra Public

    Every local AI coding session in one tab: Claude Code, Codex and OpenCode in a single list, with a queue you can schedule and isolated Claude Desktop instances kept apart. Local, private, MCP-native.

    TypeScript 31

0