Lab

Lab

AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.

361 articles

Development
RAXXO Studios 8 min

Claude Code Desktop: Select DOM Elements to Edit Components Directly

Claude Code Desktop lets you click DOM elements directly in the app instead of verbally describing which component needs editing. The feature captures HTML tags,...

Development
RAXXO Studios 6 min

Claude Code /loop: Run Recurring Tasks on Autopilot

/loop schedules recurring prompts in Claude Code sessions without requiring cron jobs or separate monitoring tools. Syntax supports flexible interval placement: leading (/loop 5m task),...

Development
RAXXO Studios 8 min

The .claude/ Folder Explained: How to Set Up Any Claude Code Project

CLAUDE.md is automatically loaded at conversation start, serving as persistent AI context about your project structure, tech stack, and conventions. Document specific details like exact...

AI Tools
RAXXO Studios 9 min

Chrome's New AI Agent Feature: Browser Automation Just Changed

Chrome now allows AI agents to connect to already-authenticated browser sessions via DevTools Protocol instead of automating login from scratch. This eliminates traditional automation pain...

AI Tools
RAXXO Studios 8 min

Google Stitch vs Claude: Which AI Design Tool Wins in 2026?

Google Stitch generates interactive UI designs from text prompts using Material Design patterns natively. Claude offers two design approaches: Artifacts for iterative HTML/CSS/JavaScript prototyping, and...

Development
RAXXO Studios 10 min

The Developer's Guide to Shopify (When You're Not a Shopify Dev)

A web developer's guide to Shopify. Liquid templates, theme architecture, and the Admin API - explained for devs who've never touched Shopify before.

Shopify
RAXXO Studios 6 min

How to Build a Shopify Store with AI in 2026

A practical guide to launching a Shopify store using AI tools for design, copy, and product creation - no coding needed.

Development
RAXXO Studios 6 min

Shopify Liquid Sections: A Developer's Quick Reference

A practical reference for building custom Shopify Liquid sections with schema settings, CSS isolation, and real-world patterns.

Shopify
RAXXO Studios 6 min

Shopify SEO in 2026: What Actually Moves the Needle

Skip the outdated SEO advice. Here's what actually drives organic traffic to Shopify stores in 2026.

Shopify
RAXXO Studios 6 min

From Figma to Shopify: The Design-to-Store Pipeline

The complete workflow for designing in Figma and building it in Shopify, from design tokens to custom Liquid sections.

Design
RAXXO Studios 6 min

The Psychology of Dark Mode Design (And Why It Converts)

The psychology behind dark mode design and why it converts better. Color science, contrast ratios, and practical dark UI design patterns.

Development
RAXXO Studios 5 min

Vercel Deployment Workflows for Solo Developers

Vercel deployment workflows for solo developers. Staging environments, preview deploys, rollbacks, and how to stop pushing bugs to production.