forge robotics.json
Forge Robotics Brand Identity
A complete profile of Forge Robotics's visual system — colors, typography, components, and personality — extracted from https://forge-robotics.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/forge-robotics
- Machine-readable JSON: https://characterquilt.com/branding/forge-robotics.json
- Per-page llms.txt: https://characterquilt.com/branding/forge-robotics/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #FF6900 |
| Accent | #FF6900 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #FF6900
- accent: #FF6900
- background: #202020
- textPrimary: #202020
- link: #F97316
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
UI Components
- buttonPrimary: background=#FF6900, textColor=#000000, borderRadius=6px, shadow=none
- buttonSecondary: background=transparent, textColor=#FFFFFF, borderColor=#3A3A3A, borderRadius=6px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: industrial and manufacturing sectors
Forge Robotics Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Forge Robotics · Modular Autonomous Factories
- Image: https://forgerobotics.com/icon.png
- Source: https://forge-robotics.com/
- Forge Robotics · Modular Autonomous Factories
- 4421 FORGE Robotics | Behind the Bumpers | FRC CRESCENDO Robot
- Behind the Bumpers | 4421 FORGE Robotics | Charged Up Robot
- Forge FRC 9404
- Forge Lab: AI-powered simulation and training for vision-guided robotics
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.