N0AGI / products
v1 · May 2026
Self-hosted + iOS · Indie-built

Tools that run on your server. Or your iPhone.

A small catalog of N0AGI products. The webapps ship as a single Docker image — paste a one-line installer on a fresh Alpine, Debian, or RHEL VM and you're up in 90 seconds. The iOS apps are one-time App Store purchases that live on your iPhone. Either way: your data, on your hardware, on your terms. No SaaS lock-in, no subscriptions.

callsign live

FCC ULS amateur radio call sign lookup — fast, private, ad-free.

Looks up any U.S. amateur radio call sign against the live FCC ULS database. Privacy controls let licensees redact street address from public lookups. Powers the 73 iOS app's data layer — same speed, same record set, in your browser.

call.n0agi.com dashboard — Amateur Radio Call Sign Lookup search bar, 1,685,688 total licenses, 828,861 active, 57 states and territories, plus database-insights ring charts and a top-15-states bar chart

73 live

iPhone app — amateur radio call sign lookup, favorites & filters, in your pocket.

Native iOS companion to the callsign webapp — same FCC ULS data layer, surfaced through a native search-and-favorites experience built for the field. Full FCC record, DMR IDs via RadioID.net, QR-share, 10 hand-crafted themes. Whether you're at a contest, a club meeting, or just curious about a call sign you heard on the air, 73 gives you the full record in seconds.

73 detail card for N0AGI — license class Extra, status Active, full FCC record fields, QR code, and DMR IDs visible

ChipVault live

iPhone app — turn NXP DESFire EV2/EV3 NFC cards into hardware-backed personal vaults.

Encrypted, chipset-native AES-128, secured by your master password. Store passwords, codes, recovery phrases, and notes directly on physical NFC cards you carry in your wallet. New in v2.0: an encrypted Self-Manifesto on every card lets you recover your vault on a new phone with just the card + master password. No cloud, no servers, no subscriptions — just hardware you control.

ChipVault card shelf — a source card in red and its backup card in midnight blue, each with a storage donut showing 62% used

PartsBin live

Self-hosted parts inventory for makers, electronics hobbyists, and small shops.

Track every component, vendor, BOM line, and where every resistor lives. The two-level SB → SSB hierarchy (Storage Bin → sub-Storage Bin) keeps workshop inventory honest at the drawer level. Import your existing Excel sheet in one click, web UI plus an iPhone companion, single binary on Alpine — your data stays in your shop.

PartsBin Electronics Workbench dashboard — Shelf Map with rows of named Storage Bins (BATTERY, APOLLO 12, CAP-ELECT, CAPACITOR, etc.), tabs for Shelf A through D, and a Stock Storage Bins (SSB) list at the bottom showing per-part inventory codes
install on a fresh VM
$ curl -fsSL https://products.n0agi.com/partsbin/install.sh -o /tmp/install.sh
sudo bash /tmp/install.sh

f/stop live

A private, invite-only photo blogging platform.

For individuals, hobbyists, and pros who want their portfolio on their own server. Single-album hierarchy, EXIF-driven metadata, reverse-geocoded location, watermarking, 20-day trial built in.

f/stop intro · coming soon
screenshot · coming soon
install on a fresh VM
$ curl -fsSL https://products.n0agi.com/fstop/install.sh -o /tmp/install.sh
sudo bash /tmp/install.sh

CryptChat live

End-to-end encrypted messaging with steganographic image transport.

For when off-the-shelf messaging isn't private enough. GPG + Steghide pipeline hides ciphertext inside ordinary-looking images. Self-host on your own VM, share the public key with your circle, you own the channel.

CryptChat intro · coming soon
screenshot · coming soon
install on a fresh VM
$ curl -fsSL https://products.n0agi.com/cryptchat/install.sh -o /tmp/install.sh
sudo bash /tmp/install.sh