# Command Craft Assistant > A free, browser-based reference of 1,186 developer commands across 28 > frameworks, grouped into 180 categories. Search, copy, star and export > commands, or ask a built-in AI assistant that is scoped to the framework > you have selected. The command library, search, favourites and exports > are entirely client-side. URL: https://seeb4coding.in/tools/command-craft-assistant/ Publisher: SeeB4Coding (https://seeb4coding.in/) Price: Free, no sign-up, no usage limit on the command library. ## What it is A cheat sheet, not a terminal. It does not execute anything. Every entry is a pair of (command, plain-English description) that you copy into your own shell. Deep links work per framework: append `#docker`, `#flutter`, `#git` and so on to the tool URL to open that tab directly. ## Coverage | Group | Technologies | |-----------|--------------| | Frontend | React, Next.js, Vue, Angular, TypeScript | | Mobile | React Native, Flutter, Swift, Gradle | | Backend | Node.js, Python, Django, Java, PHP, Laravel, Ruby, Go, Rust, GraphQL | | Data | SQL, PostgreSQL, MongoDB, Redis | | DevOps | Git and GitHub, Docker, AWS, Bash | | Languages | C++, TypeScript | Totals: 28 frameworks, 180 categories, 1,186 commands. ## Features - **Scoped search** — filter the active framework, or switch the scope to *All frameworks* to search the whole library at once. Matching is AND across whitespace-separated terms and covers both the command and its description, so `release apk` finds `./gradlew assembleRelease`. - **Command palette** — `Ctrl+K` (`Cmd+K` on macOS) opens a palette over all 1,186 commands. Arrow keys navigate, `Enter` copies, `Tab` opens the owning framework tab with the command pre-filled in the search box, `Esc` closes. `/` anywhere on the page focuses the in-page search. - **One-click copy** — uses the async Clipboard API where available and falls back to a hidden textarea plus `execCommand('copy')` otherwise. - **Favourites** — star any command into a pinned *Favourites* view. - **Recently copied** — the last 30 copied commands, newest first. - **Export** — download the active framework, your favourites, or the current search results as Markdown, or as a shell script in which every command is commented out and preceded by its description. The `.sh` export is a reference dump, deliberately not runnable as-is. - **Print** — a print stylesheet expands every section and drops the chrome. - **Themes** — light and dark, defaulting to the system preference, applied before first paint so there is no flash. - **AI assistant** — free, no sign-up, rate limited. The selected framework is included in the prompt, so "how do I clean the build?" resolves to the right toolchain. Supports `Ctrl+Enter` to send, a Stop button that aborts the request, Regenerate, per-code-block copy and copy-whole-answer as markdown. ## Privacy The command library ships with the page and is never queried remotely. Search, favourites, copy history, exports and theme all stay in the browser. The single outbound request is the AI assistant: pressing *Ask AI* POSTs the question you typed plus the selected framework name to `https://seeb4coding.in/api/cca`. Nothing else is transmitted. Do not paste secrets, tokens or customer data into the AI box. Browser storage keys, all in `localStorage`: `cca-theme`, `cca-tab`, `cca-scope`, `cca-favs`, `cca-recent`, `cca-open`. Clearing site data removes them; they are not synced across devices. ## Caveats CLIs change between major versions, and the library deliberately includes destructive commands (`git reset --hard`, `docker system prune`, `DROP TABLE`, force pushes, cloud teardown) because they are genuinely useful. Read the description and confirm the flags against your own CLI version before running anything. ## Related tools - JSON to Dart Model Converter: https://seeb4coding.in/tools/json-to-dart-model-converter/ - JSON Beautifier: https://seeb4coding.in/json/beautifyjson/ - API Documentation Generator: https://seeb4coding.in/tools/apidocumentationgenerator/ - Mock API Server: https://seeb4coding.in/tools/mockAPIserver/ - Regex Pattern Generator: https://seeb4coding.in/tools/regexpatterngenerator/ - All tools: https://seeb4coding.in/