Back to projects
Active Started Jun 2026

Style Calibrator

A self-paced app that turns a voice-and-style calibration pack into a clickable flow, then exports a prompt to generate your personal style profile.

Private Repo
Python HTML JavaScript

The Problem

Asking an AI to “write in my voice” rarely works, because the model has no grounded description of what your voice actually is. The fix is a structured style profile — but building one by hand is tedious, and the answers that matter (how you write across contexts, what you sound like under pressure, which markers are essential to you) are easy to skip.

What I Built

A self-paced app that turns a voice-and-style calibration prompt pack into a clickable, save-as-you-go flow. You work through sections — baseline writing, contextual variation, real samples grouped by medium — and the app exports a single prompt you paste into any AI to generate your personal communication-style profile.

Local-First by Design

Two ways to run it, both with no account and no cloud:

  • Quick — double-click the single HTML file; answers autosave to the browser, with file-backup on demand.
  • Durable — a zero-dependency Python helper (serve.py, stdlib only, no internet) writes every keystroke atomically to a real folder, so work survives a browser wipe and reopens straight from disk.

All answers, samples, and exports stay on your machine — the repo ships the tool, never anyone’s data.

Why It Matters

The output is a reusable profile prompt: drop it into any model and get writing that sounds like you, grounded in real samples and explicit preferences rather than a guess.