BroKit
A no-sign-up suite of focused browser tools for transforming, validating, and debugging developer inputs.

What it is
BroKit is a free, browser-based collection of 21 focused developer utilities spanning data conversion, API and backend work, debugging, infrastructure configuration, security, and encoding. It brings recurring tasks such as formatting JSON, inspecting JWTs, testing regular expressions, validating infrastructure configuration, and redacting secrets into one categorized interface.
Problem being solved
Small engineering tasks repeatedly interrupt the main development workflow. A developer may need separate websites, installed packages, or improvised scripts simply to inspect a token, compare structured data, validate a cron expression, or sanitize a secret. That creates context switching and makes the quality and privacy characteristics of each ad-hoc tool difficult to assess.
How it solves the problem
- Provide one discoverable catalog of narrowly scoped tools organized by task rather than implementation.
- Give each utility a dedicated page with purpose-built inputs, output, validation, and copy-ready results.
- Deliver the catalog in the browser with no signup or installation, while retaining the simplicity of single-purpose utilities.
Technology used
Next.js App Router
Page routing and the statically generated tool catalog.
TypeScript and JSON configuration
Typed tool behavior backed by a structured category and tool catalog.
Tailwind CSS and shadcn/ui
Shared interface primitives, with Lucide React icons and next-themes.
Vercel, SSG, and ISR
Prerendered and cached web delivery with incremental revalidation where needed.
Google Analytics
Aggregate product instrumentation; representative results are not yet published.
Analytics placeholder
Product signals
Awaiting a representative baseline
Usage metrics are being instrumented. This section will report aggregate product signals after a representative measurement window is available.
- Monthly active users
- Pending baseline
- Tool executions
- Pending baseline
- Most-used utility
- Pending baseline
- Returning-user rate
- Pending baseline
Provisional — public behavior only
Basic system architecture
This working model is based on observed product behavior and public metadata. It should be replaced after the implementation repository is reviewed.
01
Browser
Receives the catalog and runs the focused tool interfaces.
02
Vercel edge and CDN
Serves prerendered pages and cached application assets.
03
Next.js application
Maps the JSON catalog to category indexes and dedicated tool routes.
04
Tool modules and analytics
Run browser-side transformations where possible and isolate network-bound workflows.