Jonah Fintz DEV is a boutique software publisher that focuses on extending Microsoft’s open-source Command Palette (CmdPal) ecosystem through lightweight, single-purpose utilities. The studio’s catalog currently centers on two complementary add-ins: a random-data generator that instantly produces UUIDs, alphanumeric strings, integers, and other test values directly inside CmdPal, and a VS Code bridge that surfaces IDE commands, recent workspaces, and extension shortcuts within the same unified launcher. Both tools are written in C# and ship as signed MSIX bundles, so they drop cleanly into Windows 11 without extra runtimes or elevation prompts. Typical use cases range from developers who need fresh dummy records while prototyping APIs, to DevOps engineers who want to open a repository in VS Code without breaking their keyboard flow, to QA testers who must repeatedly populate forms with non-repeating identifiers. By piggybacking on CmdPal’s extensible JSON manifest model, Jonah Fintz DEV keeps each plug-in under a megabyte and updates it through the same automatic channel that Windows uses for store apps, ensuring compatibility with future Windows builds. The publisher’s software is available at no cost on get.nero.com, where downloads are pulled from trusted Windows package sources such as winget, always deliver the newest release, and can be queued for batch installation alongside other applications.