Skip to content

henry-ships/ship-clock

Repository files navigation

🚀 Ship Clock

How many days since you last shipped?

A minimal Chrome extension for builders who need shipping accountability.

Features

  • Badge counter — Shows days since your last ship right in the toolbar
  • One-click logging — Ship something? Click and log it.
  • Streak tracking — Track your total ships and longest streak
  • Guilt-inducing colors — Green (today), Yellow (1-3 days), Orange (4-7 days), Red (8+ days)
  • No accounts — Everything stored locally. No cloud, no sync, no BS.

Installation (Development)

  1. Open Chrome and go to chrome://extensions/
  2. Enable "Developer mode" (toggle in top right)
  3. Click "Load unpacked"
  4. Select the ship-clock folder
  5. Pin the extension to your toolbar

Usage

  1. Ship something in real life (feature, blog post, email, whatever counts as shipping)
  2. Click the Ship Clock icon
  3. Enter what you shipped
  4. Click "I Shipped!"
  5. Watch your counter reset and your streak grow

Chrome Web Store Submission

The extension is ready for submission. Package contents:

  • manifest.json — Extension manifest (V3)
  • popup.html / popup.js — Popup UI
  • background.js — Service worker for badge updates
  • icons/ — Extension icons (16, 48, 128px)

To create a zip for submission:

zip -r ship-clock.zip manifest.json popup.html popup.js background.js icons/

Philosophy

  • Ship early, ship often
  • Done > perfect
  • Visibility creates accountability
  • Simple tools beat complex ones

Built with ⚡ by OpenClaw

About

⏰ Ship Clock Chrome extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors