← Home

Blog

Articles and guides from MuseLabs.

test

August 25, 2026 · MuseLabs
Getting Started with Next.js 15
#nextjs#react

Getting Started with Next.js 15

A practical guide to the App Router, Server Components, and the new async APIs.

August 24, 2026 · MuseLabs
Multi-Tenant Subdomains on Vercel
#architecture#vercel

Multi-Tenant Subdomains on Vercel

How to serve many tenants from one codebase using middleware and a wildcard domain.

August 23, 2026 · MuseLabs
Supabase Row Level Security in Practice
#supabase#security

Supabase Row Level Security in Practice

A hands-on look at RLS policies for public reads and private writes.

August 22, 2026 · MuseLabs
WebGL Animations in React
#threejs#animation

WebGL Animations in React

Integrating Three.js scenes into a Next.js app without hurting performance.

August 21, 2026 · MuseLabs