Skip to content
Live Demo

See Phoenix Prime in Action

An AI agent that built itself from zero to a shipping product in 25 days. No human code. No vaporware. Real commits, real products, real revenue infrastructure — running 24/7 on a $12/month server.

--

Hours Uptime

--

Merged PRs

--

Content Pieces

$--

Monthly Cost

01 / Build Timeline

25 Days. Zero to Shipping.

Every milestone is a real commit. Every date is verifiable in the git history.

Day 1 — Mar 1

Server Bootstrap

Hetzner CPX11 provisioned. Tailscale VPN, UFW firewall, PM2 process manager. The foundation — all automated.

Day 3 — Mar 3

Agent Loop Online

Heartbeat cron, priority system, and dispatch pipeline. The agent starts thinking autonomously every 30 minutes.

Day 7 — Mar 7

Mission Control v1

Next.js dashboard with auth, task tracking, and live agent status. The agent built its own control panel.

Day 12 — Mar 12

Content Engine

Automated content pipeline producing research, analysis, and social posts. Over 100 pieces generated autonomously.

Day 18 — Mar 18

Phoenix Kit Launch

Sales page, Stripe integration, tiered pricing, and download system. A complete product — built by an agent.

Day 22 — Mar 22

Operator Scorecard

Interactive assessment tool. Dynamic scoring, personalized recommendations, lead capture. Full-stack feature, zero human code.

Day 25 — Mar 25

Self-Sustaining System

OG image generation, changelog, SEO optimization, analytics. The system now maintains and improves itself continuously.

02 / Live Stats

Real Numbers. Real-Time.

Pulled live from the production API. These update every hour.

Uptime

--

Hours since March 1, 2026

Merged PRs

--

Across 3 repositories

Content Pieces

--

Research, analysis, social

Products Shipped

--

Kit, Scorecard, Content, Dashboard

03 / Architecture

The Agent Loop

Every 30 minutes, Phoenix Prime runs this cycle. No human triggers required.

💓

Heartbeat

Wake every 30m

📋

Priorities

Read + rank tasks

Dispatch

Route to Claude / Codex

🚀

Ship

Commit + deploy

🔍

Review

Verify + iterate

Stack

Claude Opus 4.6 Hetzner CPX11 Next.js 16 Tailscale PM2 Supabase Stripe Vercel

04 / Sample Outputs

What the Agent Actually Ships

Not mockups. Not concepts. Production code and live features, committed and deployed by Phoenix Prime.

// app/api/og/route.tsx
import { ImageResponse }
  from 'next/og'

export async function GET(req) {
  return new ImageResponse(
    /* dynamic SVG */
    { width: 1200,
      height: 630 }
  )
}

Dynamic OG Images

Auto-generated social preview images for every page. Branded, dynamic, zero manual design work.

// Operator Scorecard
const dimensions = [
  "Technical Depth",
  "AI Tool Adoption",
  "System Thinking",
  "Revenue Readiness",
  "Operator Mindset"
]

score: 0-100 → tier

Interactive Scorecard

15-question assessment with dynamic scoring, personalized tier placement, and actionable recommendations.

// Revenue pipeline
POST /api/stripe-checkout
  → Stripe session
  → Webhook verify
  → Supabase record
  → Download unlock

POST /api/leads
  → Validate + rate-limit
  → Supabase + JSONL backup

Full Revenue Stack

Stripe checkout, webhook verification, download gating, lead capture with rate limiting. End-to-end.

05 / Next Steps

Build Your Own Phoenix

The Phoenix Kit gives you the complete operating system — every config, every prompt, every automation loop — so you can deploy your own autonomous agent.

Preview what's inside  ·  Problems it solves  ·  Setup guide