Stack
What I actually use to build things.
Building
- Claude Code Primary build environment. CLAUDE.md at the repo root plus phased prompt files. Every project I'm currently shipping runs through this loop.
- Node.js + discord.js Every Discord bot I've built. Long-running, event-driven, deployed on Railway.
- Python + Flask Scrapers, monitors, anything with a fetch loop and a small admin surface.
- React + Vite + Tailwind Browser-side projects where state and styling both matter.
- curl_cffi Chrome-impersonating HTTP client. Used where the target's anti-bot is aggressive enough that the default Python clients get blocked.
Running it
- Railway Bots, monitors, anything long-running. Cron schedules and always-on workers both.
- Vercel Static sites and one-off projects. This site lives here.
- Oracle Cloud VM Always-on tasks that don't fit Railway's billing model. Ubuntu, SSH-managed.
- GitHub Source for everything public, plus gated repos for personal and sensitive work.
- Namecheap Domain registrar.
Day to day
- Windows Terminal Three-monitor launcher with colored tabs that tile Claude Code sessions across screens.
- i9-14900K custom build Microcode patched for the documented voltage issue. PC swap runbook ready as contingency.