NibSet

Data | Precision | Structure

A curated set of standalone HTML tools for developers. Each tool is a single file — no build steps, no dependencies, no accounts. Just open and use.

Browse Tools GitHub

Philosophy

One file. One purpose. Zero friction.

Every NibSet tool is a self-contained HTML file. Download it, bookmark it, host it — it just works.

Zero Dependencies

No npm install, no build tools, no frameworks. Each tool ships as a single .html file.

Fully Offline

Everything runs in your browser. Your data never leaves your machine. No server, no tracking.

Simple by Design

Built for developers who value getting things done over configuring things.

Everything you need, nothing you don't

Each tool covers one domain. Together they form a complete developer utility belt.

Draw

Collaborative P2P drawing canvas. Create a room, share the link, and sketch together in real-time.

Markdown

Peer-to-peer collaborative Markdown editor with live preview. Edit documents together in real-time.

Presentation

Build slide decks from Markdown. Present directly in the browser with keyboard navigation.

Planned

JSON

Validate, format, diff, and query JSON data. Tree view, path copying, and schema validation.

Planned

CSV

Spreadsheet-style editing for CSV and TSV files. Sort, filter, and transform tabular data.

Planned

Regex

Test regular expressions with real-time matching, capture groups, and a quick-reference cheatsheet.

Planned

Diff

Side-by-side text comparison with syntax-aware diff highlighting. Paste, compare, done.

Planned

Color

Pick colors, convert between formats, generate palettes, and check contrast accessibility.

Planned

Encode / Decode

Base64, URL encoding, JWT decode, hash generation, and other everyday transformations.

Planned

Radically simple

1

Download

Grab any .html file from the repo. Each tool is completely self-contained.

2

Open

Double-click to open in your browser. No server needed. Works offline.

3

Use

That's it. No sign-up, no config, no tutorials. Tools built for people who build.

# Clone the full toolset
git clone https://github.com/lukeage/nibset.git

# Or just grab what you need
curl -O https://nibset.com/draw.html
curl -O https://nibset.com/markdown.html

# Open in your browser
open draw.html