techmeat.dev

Stack

(AI-generated draft. To be rewritten by a human later.)

A snapshot of what techmeat.dev is built with, the tools I lean on day to day, and the workflow I use to ship posts and features with coding agents.

Tech stack

Tooling

AI assistants

Hardware

Workflow

Each post and each feature goes through roughly the same loop:

  1. Capture the goal and constraints in CLAUDE.md / AGENTS.md so the agent has a stable context.
  2. Brainstorm the shape of the work with Superpowers; produce a design spec.
  3. Turn the spec into an implementation plan with concrete steps.
  4. Subagent-driven execution, with a two-stage review (spec compliance, then code quality) per task.
  5. For posts: a multi-stage SEO + GEO pipeline before publishing.

The point of this page is to be honest about the toolchain so the posts can stay focused on process instead of re-explaining the setup every time.