Launch Kit
OG Image
hash:0xmockhashord-3
Short Pitch
Local-first, open-source habit tracker for devs. No accounts, no cloud. Build better coding habits without the data harvest.
Landing Copy
Headline: Streaky — habit tracking, local-first. Subhead: Privacy-first habit tracker built for indie developers. Your data stays on your machine. No account. No cloud dependency. No subscription. Features: Local SQLite store · AES-256 encrypted export · CLI + lightweight web UI · Zero telemetry · Self-hostable sync. CTA: Install now — npm install -g streaky — MIT licensed, open source.
PH / HN Blurb
Hey HN / Product Hunt! I built Streaky because every habit tracker I tried wanted an account, a subscription, and access to my behavioral data. As a developer, I just wanted a simple, local tool to track deep work and shipping code. Streaky is a keyboard-first, privacy-respecting habit tracker. It uses a local SQLite store, requires no account, and sends zero telemetry. It’s MIT licensed, open-source, and includes dev-focused templates. If you want to sync across machines, you can self-host the sync server. It’s free, local-first, and built for the terminal. I'd love your feedback on the architecture and UX!
Tweet Thread
Indie devs: stop surrendering your personal data to SaaS habit trackers. Introducing Streaky — a local-first, open-source habit tracker built for people who write code.
No accounts. No cloud sync. No telemetry. Your data lives in a local SQLite store on your machine. You own it, and you can export it AES-256 encrypted whenever you want.
It comes with developer-centric templates out of the box: shipping code, deep work blocks, PR reviews. Keyboard-first and minimalist, designed to fit into your terminal workflow.
Prefer sync? Streaky is MIT licensed and fully self-hostable. Run your own sync server if you need it. No vendor lock-in, no recurring subscriptions.
Build better coding habits without the cloud. Install it now: npm install -g streaky. MIT licensed, open source. Repo: https://github.com/streaky/streaky
README Polish
# Streaky — Local-First Habit Tracking for Developers Build better coding habits without surrendering your personal data to the cloud. Streaky is a privacy-first, open-source habit tracker designed for indie developers and solo coders. ## Why Streaky? Most habit trackers are gamified SaaS apps that demand your data and lock you into a subscription. Streaky flips the model: your data stays on your machine. - **Local-first:** Data is stored in a local SQLite database. No accounts, no cloud dependency, zero telemetry. - **Developer-focused:** Out-of-the-box templates for shipping code, deep work blocks, and PR reviews. - **Keyboard-first:** A minimalist CLI and lightweight web UI that stays out of your way. - **Secure Exports:** AES-256 encrypted exports ensure your behavioral data remains private. - **Open Source:** MIT licensed and fully self-hostable. Run your own optional sync server if you need it. ## Quick Start Install Streaky globally via npm: ```bash npm install -g streaky ```