

Overview
Talon is a local-first workspace built for the day-to-day reality of bug bounty hunting. Instead of juggling scattered notes, spreadsheets, and scope screenshots, hunters get a single dashboard to track programs, in-scope and out-of-scope assets, live targets, recon artifacts, and the full lifecycle of each finding — from first observation to triaged report. Everything is stored locally in the browser via IndexedDB, so sensitive recon data never leaves the machine and there is no server to host, secure, or trust.
Technologies
- - Next.js
- - TypeScript
- - Dexie (IndexedDB)
- - React
- - Tailwind CSS

Year
2026
Type
Personal Project
Role
Solo Developer
Highlights
Designed a local-first data model in Dexie/IndexedDB so all programs, scopes, targets, and findings persist offline with zero backend.
Built a scope manager that distinguishes in-scope and out-of-scope assets and flags targets that drift outside program boundaries.
Implemented a finding tracker covering the full workflow — draft, validate, and export — with a clean, keyboard-friendly interface for fast capture during active recon.
