Tools I've built
Things I've built for myself, so I stop rebuilding them.
| Tool | Stack | Repo | State | Backed up |
|---|---|---|---|---|
| Atlas sidebar | Chrome extension | none | In use | Not a repo |
| SMTP connection test | Python | none | In use | Not a repo |
| Tab inspector | Chrome extension | none | In use | Not a repo |
| Zoom hand-raise queue | Expo, React Native | none | In use | No remote |
| Codeable dashboard | PHP, SQLite | codeadditcs-crm | In use | Dirty |
| Sonos source switcher | Swift | sonos-source-switcher | In use | Dirty |
| clickup-tools | PHP CLI | clickup-tools | In use | Pushed |
| Codeable canned responses | Chrome extension | codeable-chrome-canned-responses | In use | Pushed |
| Codeable link router | Chrome extension, MV3 | codeable-link-router | In use | Pushed |
| mail-log-laravel | Laravel | mail-log-laravel | Spec only | Pushed |
| nr-dashboard | React, Vite | nr-dashboard | In use | Pushed |
| Proposal generator | Node | codeaddicts-proposal-generator | In use | Pushed |
| Stream Deck push to talk | Node, Swift | stream-deck-push-to-talk | In use | Pushed |
| WordPress bootstrap scripts | Bash | dotfiles | In use | Pushed |
Adding one
New .md in this folder with frontmatter:
---
title: Tool name
repo: repo-name # omit if there isn't one
stack: PHP CLI
state: In use # In use | Spec only | Abandoned | Unknown
backup: Pushed # Pushed | Dirty | No remote | Not a repo
---
state is whether the thing works. backup is whether it would survive the external drive failing. Two separate questions, so the table shows both.