Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
310 articles
Motion Design Tokens That Actually Compose: Durations, Easings, Choreography
Three-tier motion tokens: primitives like --ms-200 and --ease-out-expo feed semantic and component layers, never the other way around Stagger groups with --stagger-step calc() unlock orchestrated...
Claude Code /goal and Agent View: 5 Solo-Studio Wins
Claude Code v2.1.139 added /goal, which sets a completion condition and keeps the agent working across turns until the metric is met `claude agents` puts...
From Notion to Shopify Pages via API: A 50-Line Sync Script
A 50-line TypeScript script syncs Notion database pages to Shopify Pages via the Admin REST API Uses notion-to-md to turn Notion blocks into clean HTML...
Claude Result Loops + Rubrics: 5 Self-Eval Patterns for Production Agents
Result Loops let an agent score its own output against a JSON rubric and retry until the score passes, public beta since 2026-05-06 Pattern 1...
Why I Doubled My Product Prices and Lost Zero Customers
Doubled Blueprint from 19 EUR to 33 EUR and FULLMOON from 29 EUR to 49 EUR with zero churn from existing buyers Sales rate per...
Effect-TS in Production: 4 Patterns I Use Across Shopify Backends
Effect-TS replaced try/catch and ad-hoc retries across 3 Shopify backends and cut error-handling code by roughly 40 percent Pattern 1: Effect.tryPromise wraps Shopify Admin API...
Theme App Extensions vs Section Schemas in 2026: When to Pick Which
Theme App Extensions ship blocks across many themes via the App Store, ideal for distributed apps with version control Local section schemas live in the...
What Claude's Dreaming Actually Does: Memory Consolidation Explained
Anthropic's new Dreaming feature reads session logs offline, finds repeat patterns, and merges duplicate memories into a tighter file Original session data stays untouched, only...
OKLCH-First Color Systems: 5 Patterns and the Wide-Gamut Wins
OKLCH gives you perceptual uniformity, so a 5% lightness change reads as a 5% lightness change at any hue One base color generates a full...
Build a Telegram Alert Bot for Shopify Orders in 30 Lines of TypeScript
A Bun serverless function on Vercel turns Shopify orders/create webhooks into Telegram pings in under 5s HMAC verification with the webhook secret stops random POSTs...
Solo Studio Invoicing in 2026: Stripe Tax + DATEV Export + USt-VA via API
Stripe Tax handles VAT calculation per customer location automatically across 40+ countries A 50-line Node script exports the monthly DATEV CSV my tax advisor actually...
Anthropic's 2026-2027 Compute Map: 5 Deals, 10+ Gigawatts, One Solo-Dev Take
Anthropic stacked five compute deals through May 2026: SpaceX Colossus 1, Amazon, Google plus Broadcom, Microsoft Azure, and Fluidstack Combined headline: 10+ gigawatts on paper,...