THE BLAZE METHOD

Build fast. Ship safe. Sleep well.

A simple framework for shipping AI-generated code.
Three steps: Guide, Gate, Guard.

The Method

🧭

GUIDE — Helps you build

Give your AI assistant the context it needs. A CLAUDE.md file in your project describes your architecture, patterns, and rules. Instead of the AI guessing, it knows.

# CLAUDE.md ## Architecture - Next.js 14 app router - Supabase for auth and database - All API routes in /app/api/ ## Patterns - Use server components by default - Zod for all input validation - Error boundaries on every page
🚪

GATE — Checks before you ship

Automated checks run on every commit. Tests, type checking, security scans, build validation. Same rules for everyone. If it passes, it ships.

$ git commit -m "Add user dashboard" Running pre-commit checks... TypeScript compilation Jest tests (47 passed) ESLint (no warnings) Build succeeds → Pushed to CI pipeline All checks passed. Ready to deploy.
👁

GUARD — Watches production

Health checks, error tracking, and deployment monitoring run continuously. Problems get caught before users notice them.

GET /api/health → 200 OK Database: connected (3ms) API: responding (12ms) Memory: 67% (healthy) Last deploy: 2h ago, stable Vercel monitoring: active Errors (24h): 0

Experienced engineers use it to bring structure to AI-assisted teams.

Newcomers use it as a safety net while learning to build with AI.

The framework scales from a solo project to a 180-endpoint production API.

In Practice

This grew out of real work, not theory. Here's how it runs across production systems every day.

CLAUDE.md files in every project
AI assistants get project context, architecture docs, and coding patterns automatically
Guide
Pre-commit hooks + CI pipelines
Jest tests, TypeScript checks, GitHub Actions, build validation on every push
Gate
Health endpoints + deploy monitoring
/api/health endpoints, Vercel monitoring, database logging, error tracking
Guard

Used in: PhoneBurner · NEXT Dialer · MeetingBurner · QuantBurner · CIXBot · FaxBurner

Get Started

1

Add a CLAUDE.md to your project

Describe your architecture, patterns, and rules. Your AI assistant reads this file automatically and follows your standards.

2

Set up your Gate

Add pre-commit hooks for tests and type checking. Configure CI to run on every push. Same rules for every contributor.

3

Add a health endpoint

A simple /api/health route that confirms your services are running. Connect deployment monitoring to catch issues early.

Read the Full Guidebook

Coming Soon: BLAZE Guide MCP Server — an MCP server for Claude Code that knows your team's patterns.

Star on GitHub to get notified

John and Otto Rydell, creators of The Blaze Method

John & Otto Rydell

How It Started

Christmas Eve 2025, Otto showed his dad what AI could do with code. John spent the next month building a complete product with these tools. The speed was real. The chaos was too.

The Blaze Method started as the answer to a simple question: what if you could move this fast and have it actually work?

January 25, 2026 — they wrote it down and gave it away.

John Rydell — BSE Computer Science, UCLA. Founder of PhoneBurner (2008), FaxBurner, MeetingBurner. Author of Little Gems for Business and Life.