What I'm learning while building.

Build notes, lessons learned, and technical essays by Aymeric Dijoux. Not a regular blog — I write when I have something worth sharing.

Based in Paris · Épinay-sur-Orge (Essonne) & Réunion Island

May 24, 2026

Claude Code on the web: how I ship my apps from my phone

A GitHub issue from the phone, a Claude Code session auto-triggered in a cloud container, a PR popping up in Slack, a merge from the GitHub app. My indie workflow when I'm away from the laptop — and what works vs. what doesn't.

ia · claude · process · indie · 6 min
May 22, 2026

I rebuilt my site with Astro 6 and prepared for LLMs in search

Astro 6, Tailwind 4 with @theme, content collections + MDX, bilingual FR/EN, and a full GEO setup (llms.txt, JSON-LD entity graph, robots.txt with allow for AI bots). How and why I rebuilt it all.

build · stack · ia · 5 min
May 19, 2026

Spec-Driven Development with Claude: the workflow that saved me a month

Brainstorming → spec → detailed plan → sub-agent execution with review. The workflow I've been using for a few months that finally makes AI usable on multi-day projects, not just snippets.

ia · claude · process · 5 min
May 16, 2026

Shipping an AI app to the App Store in 2026: the actual rejections I got

VoiceJournal made it to the App Store, but not on the first try. The concrete rejections I got, the exact fixes, and the process traps (DSA, ITMS-90186, RevenueCat, App Groups) that aren't anywhere in Apple's docs.

mobile · 12 min
May 12, 2026

RTK: how I cut 80% of the noise eating up my Claude context

A Rust CLI proxy that sits between Claude Code and your shell commands. It compresses verbose output (git status, ls, jest...) before it ever reaches the context window. One command to install, instant payoff.

ia · claude · tools · process · 5 min