Free browser tools and PWAs. No tracking, no ads, works offline.
One repo, all the apps. Each app lives in its own folder with full history (absorbed from the former per-app repos, now archived).
| App | Live | Source |
|---|---|---|
| Listings Manager | listings.evey.cc | listings/ |
| Price Tracker | prices.evey.cc | price-tracker/ |
| Habit Tracker | habits.evey.cc | habit-tracker/ |
| Inventory | inventory.evey.cc | inventory/ |
| Focus Timer | focus.evey.cc | focus-timer/ |
| Bookmarks | bookmarks.evey.cc | bookmarks/ |
| QR Generator | qr.evey.cc | qr-generator/ |
| Markdown Editor | md.evey.cc | markdown-editor/ |
| Password Gen | pass.evey.cc | password-generator/ |
| Color Tools | colors.evey.cc | color-tools/ |
| JSON Formatter | json.evey.cc | json-formatter/ |
| Unit Converter | convert.evey.cc | unit-converter/ |
| Regex Tester | regex.evey.cc | regex-tester/ |
| Text Diff | diff.evey.cc | text-diff/ |
| Cron Builder | cron.evey.cc | cron-builder/ |
| Encoder/Decoder | encode.evey.cc | encoder-decoder/ |
| Hash Generator | hash.evey.cc | hash-generator/ |
| Browser Games | games.evey.cc | browser-games/ |
Pure HTML/CSS/JS. No frameworks, no build step. PWA-enabled, works offline. All data stays in localStorage.
Each app deploys to its *.evey.cc subdomain with wrangler pages deploy <app>/ from this repo.
MIT