Lab

Lab

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

7 articles

RAXXO Studios 8 min read

How I Built a Viral Web Game That Got 156K Views

Center This Div hit 156K views in 48 hours from one Reddit post. The full breakdown: tech stack, anti-cheat, launch strategy, and real numbers.

Build In PublicBusinessDevelopment
Read article
More Articles
Development
RAXXO Studios 11 min

How I Built an Anti-Cheat System for a CSS Game

Three versions of anti-cheat for a CSS centering game with 3,000+ attempts. HMAC tokens, pattern analysis, and HTTP 418 teapots.

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.

Development
RAXXO Studios 5 min

Building a Webhook System for Shopify Order Automation

Build a webhook system for Shopify order automation with Next.js. HMAC verification, plan upgrades, and handling edge cases in production.

Tutorials
RAXXO Studios 6 min

Next.js App Router + Clerk Auth: A Practical Setup Guide

Step-by-step guide to integrating Clerk authentication with Next.js App Router, including middleware, webhooks, and production deployment.

Development
RAXXO Studios 5 min

React Server Components: What Designers Need to Know

React Server Components explained for designers. What RSC changes about building UIs, when to use client vs server components, and practical examples.

Tutorials
RAXXO Studios 5 min

How to Set Up Clerk Authentication for Any Next.js Project

Set up Clerk authentication in any Next.js project with Google OAuth, email codes, webhooks, and custom styling. A complete practical guide.