Forge

Forge

Ship AI features without the infra headache.

#6366F1
#A75BFA
#FFFFFF
#181925
Bold Technical Future-forward
Brand Guidelines

Your complete brand book

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

1,204 likes
forgeSay hello to Forge. #design
124
Posts
14.2k
Followers
342
Following
Forge
Product/Service
Ship AI features without the infra headache.
link.bio/forge

Digital First

Optimized for high-engagement social platforms - consistent and recognizable across detailed feeds and rapid-scroll contexts.

06 · Social Presence

07 · Brand in the Wild

08 · Launch Ready Assets

Brand System

Your Color System

Every color, every format. Click any value to copy.

Brand Primary

HEX ·
RGB ·
HSL ·
TW ·

Brand Accent

HEX ·
RGB ·
HSL ·
TW ·

Background

HEX ·
RGB ·
HSL ·
TW ·

Surface

HEX ·
RGB ·
HSL ·
TW ·

Foreground

HEX ·
RGB ·
HSL ·
TW ·

Muted

HEX ·
RGB ·
HSL ·
TW ·

Primary Shade Scale (50 → 950)

Brand System

Your Typography

The two typefaces that carry your brand - shown with weights, glyphs, and a working scale.

Heading Typeface
Headings · DisplaySpace Grotesk

Aa

ABCDEFGHIJKLMNOPQRSTUVWXYZ

0123456789 & ?!

ThinForge

LightForge

RegularForge

MediumForge

BoldForge

BlackForge

Body Typeface
Body · TextInter

Aa

ABCDEFGHIJKLMNOPQRSTUVWXYZ

0123456789 & ?!

Forge gives founders a complete brand identity - built around your positioning and ready to ship into your product.

Type Scale
H148px · Heading

Forge

H236px · Heading

Ship AI features without the inf…

H324px · Heading

Built to stand out

H420px · Heading

A complete identity system

Body16px · Body

Forge ships a full brand system - logo, colors, type, and code.

Caption12px · Body

© 2026 Forge

Applications

Ready-to-use assets

Live-rendered brand applications. Export any as PNG.

Business Card
Forge

Founder & CEO

hello@forge.com · forge.com

Social Header (3:1)

Forge

Ship AI features without the infra headache.

Profile Avatars
OG Image (1.9:1)

Forge

Ship AI features without the infra headache.

Art Direction

Brand Posters

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.

Poster 8 / 12
MEASURE: X=324px Y=432px
TECH SCHEMATICSYS_V.07

Forge

PARAMETER // MONOGRAM SHAPE
PRIMARY COLOR:#6366F1
HEADING FONT:Space Grotesk
BODY FONT:Inter
GLYPH ARCHITECTURE MATRIXPRINTED IN INDIA
Poster 9 / 12
METADATA // SHEET08 / 12

Forge

CORE MISSION:

Built for Engineers

AUDIENCE: Engineering teams and indie developers shipping AI features who don't want to babysit model infrastructureVERIFIED SPEC
Poster 10 / 12
ENERGY INDEX: 9.8LAUNCH READY

Forge

Ship AI features without the infra headache.

GLYPH ENGINE AUTO_V9SYSTEM COMPILATION: OK
Applications

How your site could look

A starter layout using your exact brand system.

Website Mockup
forge.com
Forge
ProductPricingAboutGet Started

Ship AI features without the infra headache.

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.

© 2026 Forge · forge.com
Applications

Brand board

A cohesive one-page editorial brand board summarizing your visual identity.

Brand Identity System
Forge
Ship AI features without the infra headache.
Forge gives engineering teams one SDK to build, test, and deploy AI features • models, evals, and observability handled.
Forge
Launch
Ship AI features without the infra headache.
91Brand score
ReadySystem status
Logo System
Primary lockups, icon mark, dark/light usage, and small-size preview.
Primary logo
Forge
On dark
Icon mark
Wordmark
Forge
Favicon
Color System
Core roles with export-ready hex values.
Primary
#6366F1
Accent
#22D3EE
Surface
#FAFAFA
Text
#111111
Muted
#666666
Highlight
#999aeb
Background#FFFFFF
Dark#0A0A0A
Panel#121212
Light#FFFFFF
Typography
Aa
Brand type
Heading: Space Grotesk
Body: Inter
Button label
H164 / 1.0
H236 / 1.1
Body18 / 1.45
Caption12 / mono
Visual Language
Developer-first / Reliability / Speed
Pattern, gradient, icon style, and motif cues for consistent brand expression.
Web Preview
Forge
Ship AI features without the infra headache.
Conversion7.8%
Audience18k
StatusLive
Social Kit
@forge
Brand Applications
Landing page
Dashboard card
App icon
Code tokens
Voice
Brand personality
Developer-firstReliabilitySpeed
"Ship AI features without the infra headache."
Direct and technical - speaks to engineers as peers, never hand-wavy.
Code Assets

Copy & paste into your project

Drop these into any codebase instantly.

tailwind.config.js
/** 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'],
      },
    },
  },
};