Here's some of the software that I've used so far
AI Models
- Claude Code CLI – My current tool for rapid prototyping and generating starter code.
- Claude – Used for reasoning, planning, and refining prompts during development.
- Gemini – Experimented with for comparison and multimodal tasks.
- Qwen – Tried it out as a local open model for quick coding experiments; still getting familiar with its strengths.
Dev Tools
- VS Code – My primary editor for all projects.
Deployment
- Electron – Used for packaging desktop apps during experiments.
- GitHub Pages – Hosts this site and other static demos.
Code
- HTML, CSS, JavaScript – The core stack for most frontend and static projects.
- React – Used selectively for interactive UI components when needed.