πŸ”§

FORGE

Build Agent Β· antcpu Β· antcpu.io Β· EDU

● ACTIVE 1 SMPL / task ← roster ← antcpu.com
// chat with forge
 
IDLE
πŸ”§
FORGE online. Paste your code, describe what you're building, or ask anything β€” HTML, CSS, JS, routes, schemas, automation. I build alongside you. What are we working on?
FORGE Β· ready
// paste code here
// forge task queue
// core build
πŸ”
code review
Paste any code β€” HTML, CSS, JS, Python, SQL. FORGE reviews for bugs, security, and improvements.
+1 SMPL
πŸ—ΊοΈ
route scaffolding
Describe your app structure. FORGE generates a clean route scaffold with file layout.
+1 SMPL
πŸ—„οΈ
DB schema design
Describe your data model. FORGE designs a clean schema β€” SQL or NoSQL.
+1 SMPL
πŸ›
debug assist
Paste broken code + the error. FORGE finds the bug and explains the fix.
+1 SMPL
πŸš€
deploy checklist
Pre-deploy review β€” auth, routes, env vars, security headers, performance.
+1 SMPL
// antcpu.io dev track
πŸ’»
challenge code review
Paste your Week N submission. FORGE reviews it against the challenge criteria.
+1 SMPL
πŸ€–
AI prompt engineering
Build better prompts for the challenge. FORGE refines your prompt for accuracy and output quality.
+1 SMPL
βš™οΈ
automation builder
Design a Zapier or n8n workflow. Describe the trigger and action β€” FORGE maps it out.
+1 SMPL
πŸ”
QA test plan
Write test cases for your challenge submission. FORGE generates a structured QA plan.
+1 SMPL
// EDU student help
πŸŽ“
lesson help
Stuck on a lesson? Tell FORGE which class and lesson β€” get a clear explanation.
+1 SMPL
πŸ› οΈ
code fix
Paste your broken code from a lesson. FORGE fixes it and explains every change.
+1 SMPL
πŸ“‹
project review
Submit your end-of-class project. FORGE reviews it and tells you what to improve.
+1 SMPL
πŸ—ΊοΈ
what's next
Tell FORGE where you are. Get a clear recommendation for your next class or skill.
+1 SMPL
// forge Β· antcpu build

FORGE is the build engine for antcpu.com. HTML, CSS, JS, routes, schemas, APIs β€” paste anything, ask anything. This is where antcpu gets built.

⚑ quick build
πŸ“– reference
πŸ—ΊοΈ routes
🧱 stack
// quick build actions
πŸ”§ new page
Scaffold a new antcpu.com page β€” nav, header, content sections, footer. Paste the page name and purpose.
🎨 CSS component
Build a reusable CSS component β€” card, button, nav, modal, grid. Describe it and FORGE writes it.
⚑ JS module
Write a clean vanilla JS module β€” no frameworks. Describe the behaviour and FORGE builds it.
πŸ”Œ API route
Design a new API route β€” method, params, auth, response shape. FORGE writes the handler.
πŸ—„οΈ schema
Design a database schema for any antcpu feature. SQL or JSON. FORGE maps the relationships.
πŸ” audit
Paste any antcpu page or component. FORGE audits for performance, accessibility, and security.
πŸ“± responsive fix
Paste CSS that breaks on mobile. FORGE fixes it and explains the responsive pattern.
βš™οΈ automation
Design a Zapier or n8n workflow for any antcpu process. Describe the trigger and FORGE maps it.
// antcpu code reference
// antcpu color tokens
--bg:        #080810
--bg-card:   #0f0d18
--text:      #f0ede8
--text-dim:  #a09890
--orange:    #ff4d00
--amber:     #d4a017
--green:     #22c55e
--border:    rgba(255,255,255,0.07)
// agent accent colors
ANTCPU:  #ff4d00  orange
ARIA:    #00ff88  green
FORGE:   #58a6ff  blue
SCOUT:   #d29922  amber
HERALD:  #f0883e  orange
VAULT:   #ff7b72  red
LEDGER:  #d4a017  gold
// shared.js API
ANTCPU.SMPL.earn(id, n)
ANTCPU.Tasks.complete(id)
ANTCPU.Messages.add(id)
ANTCPU.Log.add(id, text)
ANTCPU.renderPerf(id)
ANTCPU.renderLog(id)
ANTCPU.initChat(config)
// face engine API
head.setState('idle')
head.setState('thinking')
head.setState('speaking')
head.setState('done')
head.setState('error')
head.speak(text, ms)
head.destroy()
// AI endpoint
POST antcpu-ai.vercel.app
     /api/chat
header: x-antcpu-key
        ANTCPU2026
body: {
  agent: "forge",
  message: "..."
}
// nav.js globals
window.ANT_PAGE = {
  title: 'FORGE',
  root:  './'
}
// loads: ant.js
//        antcpu.js
//        antcpu.css
//        antcpu-ai.js
//        antcpu.live.js
//        antcpu.ram.js
// antcpu.com route map
01
antcpu.com
homepage Β· main hub
● live open β†’
02
/agents/
agent roster Β· 7 agents
● live open β†’
03
/edu/
35 classes Β· 27 free
● live open β†’
04
/antchain/
crypto hub Β· node 1 active
● live open β†’
05
/cloud/
Arena ad network
● live open β†’
06
/manda/
Amanda Β· photography agent
● live open β†’
07
/tower.html
genesis Β· build ledger
● live open β†’
08
/progress.html
v0.1 β†’ v1.0 roadmap
● live open β†’
09
/radar.html
blockers Β· gates Β· intel
● live open β†’
10
antcpu-ai.vercel.app
Brand AI framework Β· /api/chat
● live open β†’
11
antcpu.io
internship challenge Β· day 18
● live open β†’
// antcpu tech stack
// frontend
HTML5 Β· semantic
CSS3 Β· custom properties
Vanilla JS Β· no framework
SVG animation engine
Canvas pixel engine
shared.css + shared.js
// hosting
antcpu.com    β†’ static host
antcpu.io     β†’ static host
antcpu-ai     β†’ Vercel
antcpu-ads    β†’ Vercel
Supabase      β†’ DB + auth
               timeclock
               time_clock table
// AI layer
antcpu-ai.vercel.app
  /api/chat
  agent: string
  message: string
  key: ANTCPU2026
Gemini 2.0 Flash
15 RPM Β· 20 RPD free
// automation
Zapier workflows
  β†’ Discord webhook
  β†’ Email (Resend)
  β†’ antcpu-launcher
     .vercel.app
n8n (planned)
antcpu.live.js
antcpu.ram.js
// face engine
talking-head-svg.js v2.0
  TalkingHeadSVG class
  TH_SVG_CONFIGS
  ConvoPlayerSVG
talking-head.js v1.0
  TalkingHead class
  TH_CONFIGS
talking-head-fx.js
  ConvoPlayer
  EnvelopeFX
  ActionEvent
// nav system
nav.js v2.1.0
  timeclock β†’ Supabase
  ticker β†’ live data
  drawer β†’ 8 routes
  clock β†’ ET timezone
  heartbeat β†’ activity
  idle logout β†’ 5min
// forge Β· antcpu.io dev track
// challenge status
🟒 Live πŸ“… Day 18 πŸ“ Week 3 β€” Collaborator πŸ”œ Week 4 β€” Leader πŸ† Internship at 100%
// dev role path
πŸ’» Developer β†’ ⚑ Vibe Coder β†’ 🌐 Web Builder β†’ πŸ” QA Tester β†’ πŸ€– AI Prompt Engineer β†’ βš™οΈ Automation Builder
πŸ“€ submit code
πŸ€– prompt eng
βš™οΈ automation
πŸ”— links
// submit your challenge code

Paste your Week N submission below. Tell FORGE which week and what you built. Get a full review against the challenge criteria.

// paste submission
// AI prompt engineering

The AI Prompt Engineer role requires you to build effective prompts. Paste your prompt below β€” FORGE refines it for accuracy, specificity, and output quality.

// your prompt
// automation builder

The Automation Builder role requires you to design and document a working workflow. Describe your trigger, steps, and goal β€” FORGE maps the full workflow.

// forge Β· antcpu edu

FORGE is your build teacher. Stuck on a lesson, broken code, or not sure what to learn next β€” ask FORGE. Every CPU class is mapped below.

πŸ’» CPU classes
πŸ› οΈ get help
πŸ“‘ live sessions
// cpu track β€” 12 classes
01
Build Your First Website
Zero Β· HTML, CSS, publish Β· 5 lessons
βœ… live open β†’
02
Website 101
Beginner Β· deeper web fundamentals
βœ… live open β†’
03
HTML & CSS Fundamentals
Beginner Β· semantic HTML, CSS layouts
July
04
JavaScript Essentials
Beginner Β· DOM, events, functions
July
05
Python for Beginners
Beginner Β· syntax, loops, functions
July
06
AI Tools for Everyone
Beginner Β· ChatGPT, Gemini, practical use
July
07
Prompt Engineering
Beginner Β· write better prompts, get better outputs
July
08
Intro to Google AI Studio
Beginner Β· Gemini API, build AI apps
July
09
React Development
Intermediate Β· components, state, hooks
Paid
10
Node.js Backend
Intermediate Β· Express, APIs, middleware
Paid
11
Full-Stack Development
Advanced Β· frontend + backend + deploy
Paid
12
Automation & DevOps
Advanced Β· CI/CD, Zapier, n8n, deploy pipelines
Paid
// get help from forge
// live sessions
// DAY SESSION
1:00pm EST
Mon – Fri Β· 45 minutes Β· all levels
enter β†’
// NIGHT SESSION
6:00pm EST
Mon – Fri Β· 45 minutes Β· all levels
enter β†’
// SELF-PACED
anytime
all lessons available Β· no schedule needed
browse β†’
// forge performance
0
tasks completed
0
SMPL earned
0
messages sent
β€”
last active
// model config
πŸ”§
KB demo mode
Prompt style: build agent β€” code review, teach, scaffold Β· antcpu + antcpu.io + EDU Β· Rate: 1 SMPL per task
● active
// activity log
// no activity yet β€” start a task or send a message