Sidecar šø A Classy, Multi-Identity NIP-07 Signer
- Why We Build on Open Protocols
- The Evolution of the āSidecarā Brand
- Built for Reliability and My Daily Workflow
- Try it, Break it
What started as a personal challenge to rethink the onboarding, login, and remote-signing user experience turned into a fully functional, open-source NIP-07 extension designed for Nostr novices and power users alike, who need a signing tool that lets them use the web client of their choice without interruptions, and feels like a native part of the experience rather than something grafted onto it.
The goal wasnāt to build a massive, multi-feature platform, but rather a stable utility that focuses strictly on identity and signature handling. When a signer acts up, it breaks your experience across every client you use. Sidecar keeps things simple to minimize those points of failure.
Instead of an overwhelming interface, it provides a straightforward layout that handles key generation and extension pinning with zero friction. It makes multi-key management easy, allowing you to quickly switch between personal accounts or brand profiles and adjust client permissions on the fly. Itās just a clean, reliable tool built for daily use.
Why We Build on Open Protocols
For the past three years, I relied almost exclusively on Alby to handle my client authentications and wallet permissions. Itās a crucial piece of infrastructure for our ecosystem, but a recent deployment hiccup one morning briefly left me staring at a blank window instead of the familiar account panel. It was a short-lived bug that they quickly fixed, but hitting that roadblock directly in my daily workflow was the push I needed.
In the interim, I switched back to nos2x, Fiatjafās barebones signer (I call it the āCraigslist of Nostrā because it has never been updated from the original unstyled interface), and I used it to post a note asking if anyone else was facing extension issues. The answers were mixed.
This experience was a solid reminder of why we build on open protocols: no single app should be a permanent bottleneck. As someone who uses Nostr daily and has spent the last 18 months actively designing and developing for the network, I realized there was room for another signer built from the perspective of an active userās specific workflow. One that leans on better local reliability and a simple, intuitive design.
The Evolution of the āSidecarā Brand
The name and visual design were actually staring me right in the face. Last summer, I designed the branding for an entirely different app concept called Sidecar.
The original idea was a light, endlessly scrolling sidebar client that overlayed normal websites, allowing users to comment on news articles, blogs, and product pages in a shadow layer invisible to the legacy web. It felt like an exclusive, classy speakeasy lounge, which naturally led to the name, inspired by one of my favorite mixed drinks (usually made with cognac, orange liqueur, and lemon juice, and garnished with an orange slice).

That early iteration ran into major technical friction, including unreliable feed sourcing, encrypted payload size limits, and the inability of browser extensions to talk to each other, causing me to put the initial client on the rocks. However, tackling those early hurdles directly inspired other standalone tools I still use today, like Plebs vs. Zombies and Mutable (built to handle follow/mute-list pruning and cleaning inactive keys from the social graph).
A year later, with a fresh perspective and a week of vibing with Claude, I repurposed the Sidecar identity into a modern extension. I paid $5 for the privilege of becoming a Chrome developer, and braced myself for what I was told would be a two-week review process, and was surprised to see it approved and live in under 48 hours.

Built for Reliability and My Daily Workflow
I built Sidecar to be functionally exactly what I wanted out of my signing extension. And, of course, it had to be classy.
1. Persistent Panel over Clunky Popups
By designing around a persistent sidebar panel that you can keep open while you browse, Sidecar completely changes how you interact with NIP-07 requests. Traditional extension signers love to throw separate popup windows at you for every single signature. These popups easily get lost behind your main browser window, or worse, stack multiple windows directly on top of each other until itās completely impossible to track what youāre approving, and causing your signing requests to go missing. Keeping Sidecar anchored in your view pane eliminates the window hunt entirely.
2. Intuitive Architecture & Onboarding
No backends or data collection. Your keys are encrypted with a master password and stored encrypted in your local browser storage. If youāre onboarding someone new or spinning up a clean alt, you can generate a new keypair directly inside the view panel with zero friction.
3. Seamless Multi-Identity Support
This is the core feature I needed for my daily workflows. Sidecar lets you hot-swap between multiple identities seamlessly. If you balance a personal identity and a brand profile, you can manage specific client permissions for each key independent of one another.
4. Integrated Nostr Wallet Connect (NWC)
The extension includes a NWC Lightning integration to zap directly through the signer, without needing to connect your wallet to each client. You can even back up your encrypted NWC string to your own relays, so you can restore it if you sign into Sidecar on another browser.

Try it, Break it
Because this handles keys, you shouldnāt have to trust me, just the code. The repo is completely open-source. Clone it, audit the storage calls, or ask your favorite LLM to verify exactly how key isolation is managed.
š Sidecar šø on Chrome Web Store
If youāre looking for a clean upgrade to your desktop signing workflow, give it a spin. Iād love to hear your feedback, feature requests, or bug reports. And if you love it, maybe I can even convince you to write a Google review, so people just learning about Nostr can find their way to it.
Thanks for reading!
Write a comment