DEV Community

Sudhanshu Ambastha
Sudhanshu Ambastha

Posted on

I Built a Cyberpunk Dev Registry (And Now Itโ€™s Open Source)

๐ŸŒ The Vision: One Search, Any Environment

Most package browsers only show you one ecosystem, typically npm. But modern development goes far beyond that. Developers often need multiple tools and environments simultaneously โ€” from VS Code and Docker to Winget, Homebrew, and APT.

The Universal Dev Registry was built to act as a central command center where you can stage everything you need in a single unified queue.
๐Ÿš€ Access the Registry: universal-dev-registry.ambastha.org

โ“ The "Why": Why Use It?

๐Ÿ”Ž Cross-Ecosystem Search
Find your backend libraries and desktop developer tools in the same interface, eliminating the need to jump across multiple registries.

๐ŸŒƒ The Cyberpunk Aesthetic

Letโ€™s be honest โ€” we all love dark mode. The interface embraces a high-contrast Cyberpunk / Terminal UI design philosophy. If weโ€™re going to spend hours interacting with a registry, it should feel like a mission-critical control system, not a plain white document.

๐Ÿ”“ Going Open Source

Iโ€™ve been working on this for a while, but I have other projects demanding my time. I realized that the best way to keep this project alive, secure, and performant is to hand the keys to the community.

The frontend (Next.js) and the backend (Node.js) are now officially public.
๐Ÿ› ๏ธ Check out the code:Universal-Dev-Registry (GitHub)

โš™๏ธ The Experience: How to Use It

  • Search: Use the terminal-style input for any library or application.
  • Stage: Add items to your Selection Queue.
  • Validate: The registry automatically checks for conflicts and protocol mismatches.
  • Execute: Generate a unified manifest for your environment.

๐Ÿ’ฌ I Want Your Feedback (And Your Pull Requests!)

-โšก Search Performance
Does the search velocity feel right for you? Weโ€™ve tuned the engine to balance speed with system stability.

Iโ€™m looking for maintainers and contributors. If you see a way to make the Auth tighter, the search faster, or the UI sleeker โ€” open a PR. Letโ€™s build the ultimate registry together.

Top comments (0)