100% Client-Side Computing • Zero Server Retentions

Small tools, no strings attached.

Most “free” web tools aren’t really free — you pay with an account, an email address, a permissions popup, or a background script quietly watching what you type. e204.store is a curated suite of everyday tools — a multi-slot clipboard, a zero-knowledge password vault, a self-destructing chat, a bridge-day holiday planner, and an ad-free technical fix library — built so everything runs entirely on your device with zero telemetry.

✓ Zero Server Databases
✓ WebCrypto API Standard
✓ No Account or Sign-up
✓ Verifiable in Browser Network Tab
Clip Board Logo
Local Storage 4-Slot Buffer

Clip Board

Multi-slot scratchpad with regex formatting & case conversion

Solves the single-clipboard bottleneck. Keeps four independent scratchpad slots in local browser memory, with one-click case conversions, PDF whitespace repair, and Markdown stripping.

  • Four independent persistent buffer slots
  • Instant PDF whitespace & line-break cleanup
  • Live character & word counter with zero latency
Vault Logo
AES-256-GCM PBKDF2 100k

Vault

Zero-knowledge client-side encrypted secret keeper

True zero-knowledge cryptographic safe. Your master password stretches through 100,000 rounds of PBKDF2 directly in browser WebCrypto API to seal secrets with military-grade AES-256-GCM.

  • Key derived client-side; master key never leaves RAM
  • Hardware-proof against GPU dictionary attacks
  • Cryptographically signed initialization vectors
Burn Chat Logo
Zero Server Logs Ephemeral Memory

Burn Chat

Self-destructing browser-to-browser secret communication

Disappearing chat built the right way: messages exist solely between active browser memories. When the tab closes, the conversation evaporates completely with no database traces to delete.

  • No message relay databases or server storage
  • Direct browser memory lifecycle with auto-destruct
  • Zero sign-up, phone numbers, or account identity
QR Generator Logo
Vector SVG & PNG Client-Side Canvas

QR Code Generator

High-precision vector QR codes for print, Wi-Fi & vCards

Renders sharp, mathematical vector QR codes directly in DOM canvas. Avoids fuzzy print failures on menus, cards, and flyers with presets for instant guest Wi-Fi and address books.

  • Infinite vector scaling without pixel degradation
  • One-tap Wi-Fi network joining & vCard contact formats
  • Never routes clicks through intermediate tracking links
Holiday Planner Logo
Bridge-Day Math 3:1+ ROI Finder

Holiday Planner

Find the calendar math that turns a few leave days into long vacations

Maps your country’s public holidays against your working week to locate high-leverage bridge days. Turn a Tuesday or Thursday holiday into a 4-day mini-break for just 1 day of leave.

  • Automated 3:1 leverage holiday cluster detection
  • Configurable for 4-day workweeks & Sun–Thu schedules
  • Direct .ICS calendar export with reminder alarms
FixLog Logo
Hardware Verified No 2,000-Word Fluff

FixLog

Step-by-step tech fixes for Windows, Android, macOS & Browsers

A no-fluff technical troubleshooting library that skips the 2,000-word life story. Actionable command-line and settings steps first, technical explanation second, verified on real hardware.

  • Verified confidence flags for each documented repair
  • Uses built-in OS utilities; zero third-party cleaner installs
  • Targeted for Windows 11 updates, Wi-Fi drops, Android battery

Don’t Take Our Word for It — Verify in 30 Seconds

Client-side computing is an objective, testable claim. Here is the exact reproduction methodology you can run inside Chrome, Firefox, or Edge to confirm zero network packets leave your computer.

Read Full F12 Verification Guide →
1

Open Developer Tools

Press F12 or right-click anywhere and select Inspect. Switch to the Network tab.

2

Clear Initial Assets & Filter POST

Click the ⊘ clear icon so the list is empty. Any background telemetry on other sites will immediately fire visible POST/PUT rows.

3

Simulate Live Tool Actions Below:

Click these actions to observe how our architecture executes inside browser memory without contacting servers:

Network Monitor (Simulated DevTools)
// Browser Network Tab active. Ready for interaction. Zero POST requests observed.

Featured Technical Deep Dives (1,000+ Words Each)

Substantial, authentic technical research papers featuring custom engineering illustrations, concrete hardware benchmarks, operating system diagnostics, and local-first software architecture.

Browse All 8 Guides →
Key Stretching Cryptography
7 min read (1,150 words) Cryptography

Why I Stopped Trusting Cloud Password Managers (And What 100,000 PBKDF2 Rounds Feels Like)

A personal account of cloud vault breaches, GPU hashcat benchmarks (164 billion MD5/sec vs 4 million PBKDF2 iterations), and why browser-native WebCrypto changes the security equation.

Operating System Memory Diagnostics
7 min read (1,080 words) OS Internals

Why Your Fast PC Feels Slow: The Silent War Between Windows Background Services and RAM

A methodical diagnostic investigation into standby memory stalls, SysMain disk thrashing, DWM GPU memory leaks, and three verified native PowerShell commands that actually restore performance.

Browser Network Tab Inspection
6 min read (1,020 words) Network Security

The 30-Second Network Tab Habit: How I Caught Five “Private” Web Tools Leaking Keystrokes

An investigative walkthrough showing how everyday web tools quietly exfiltrate user text via debounced POST payloads, how to spot deceptive WebSockets, and how to verify true client isolation.

Vacation Graph Algorithm
7 min read (1,060 words) Calendar Graph Math

The Vacation Graph Algorithm: How I Turned 14 Days of Leave into 38 Days of Real Rest

Treating 365 days as a graph optimization problem. Explains Tuesday/Thursday 4:1 leverage anomalies, holiday cluster bridging across seasons, and cognitive recovery heuristics.

Local-First Web Architecture
7 min read (1,040 words) Web Architecture

In Praise of the Single-File Web App: Why Local-First Software is the Future

A software manifesto exploring why simple utilities ballooned into 50MB subscription traps, how browser standards (IndexedDB, WebCrypto) enable zero-server longevity, and the local-first movement.

4 min read Editorial Critique

Why Most Tech-Fix Articles Are 2,000 Words Longer Than They Need to Be

Ad-supported websites get paid for user dwell time rather than rapid solutions. We examine the economic incentives behind article padding and our anti-fluff methodology in FixLog.

Transparency: What We Do vs. What We Deliberately Skip

Clear technical trade-offs. We avoid bloated account systems, server relays, and background analytics by choosing browser-native APIs.

Tool Project Execution Environment Server Logs Created Requires Login What It Deliberately Doesn't Do
📋 Clip Board Client Browser Memory 0 (None) No Does not sync across unrelated devices; strictly single-device storage.
🔒 Vault WebCrypto API (Client) 0 (None) No Cannot reset your password. If you lose your master key, data cannot be recovered.
🔥 Burn Chat Ephemeral RAM (Client) 0 (None) No No message history or search. Once the browser window closes, the chat is destroyed.
🔲 QR Generator HTML5 Vector Canvas 0 (None) No Does not insert redirect intermediary URLs; prints pure direct destinations.
🗓️ Holiday Planner Client Calendar Math 0 (None) No Does not interface with company HR approval software or manager approvals.
🛠️ FixLog Static Editorial Library 0 (None) No Does not push third-party “PC Cleaner” downloads; relies only on native OS tools.