Ship AI features without the infra headache.
8 editorial pages - strategy, positioning, logo system, color, type, and applications. Every page synced to your brand.
Tap any page to zoom in and read it full-size.
01 · Brand Cover
02 · Table of Contents
03 · Brand Strategy
04 · Strategic Positioning
05 · Brand Applications
06 · Social Presence
Ship AI features without the infra headache.
Big, bold, and legible at 70mph - the mark holds up at billboard scale with a single high-contrast statement.
Dimensional signage and window graphics that make the brand unmistakable from across the street.
Posters, banners, and stands that carry the same voice and palette into any physical space.
07 · Brand in the Wild
Forge
Title Slide Template
One SDK, Zero Plumbing
Models, evals, and observability behind a single, well-typed interface.
Production by Default
Reliability, retries, and monitoring built in - not bolted on later.
Built for Engineers
Docs, types, and DX that respect how developers actually work.
Content Slide Template
08 · Launch Ready Assets
The primary mark, its safe variants, and clear-space rules. Export any panel as PNG.
Every color, every format. Click any value to copy.
Brand Primary
Brand Accent
Background
Surface
Foreground
Muted
Primary Shade Scale (50 → 950)
The two typefaces that carry your brand - shown with weights, glyphs, and a working scale.
Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
0123456789 & ?!
ThinForge
LightForge
RegularForge
MediumForge
BoldForge
BlackForge
Aa
ABCDEFGHIJKLMNOPQRSTUVWXYZ
0123456789 & ?!
Forge gives founders a complete brand identity - built around your positioning and ready to ship into your product.
Forge
Ship AI features without the inf…
Built to stand out
A complete identity system
Forge ships a full brand system - logo, colors, type, and code.
© 2026 Forge
Live-rendered brand applications. Export any as PNG.
Founder & CEO
hello@forge.com · forge.com
Forge
Ship AI features without the infra headache.
Forge
Ship AI features without the infra headache.
Twelve on-brand layouts generated from your identity - no captions baked in, so each is ready to post. Shuffle for a fresh set, export any as PNG.
CORE MISSION:
Built for Engineers
Ship AI features without the infra headache.
A starter layout using your exact brand system.
Forge gives you everything you need to launch with a brand that looks like it cost $10k.
Start free →Feature 1
Clean, on-brand, and ready to ship.
Feature 2
Clean, on-brand, and ready to ship.
Feature 3
Clean, on-brand, and ready to ship.
A cohesive one-page editorial brand board summarizing your visual identity.
Drop these into any codebase instantly.
/** Forge - Tailwind tokens */
module.exports = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: '#6366F1',
accent: '#a75bfa',
'50': '#f3f4fb',
'100': '#e8e8f7',
'200': '#c3c4f3',
'300': '#999aeb',
'400': '#5659f0',
'500': '#6467f2',
'600': '#3538ed',
'700': '#1317dd',
'800': '#070ab6',
'900': '#06088e',
'950': '#040671',
},
},
fontFamily: {
heading: ['Space Grotesk', 'sans-serif'],
body: ['Inter', 'sans-serif'],
},
},
},
};