
Security News
The AI Industry Is Betting on Open Weights
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.
@forgespace/brand-guide
Advanced tools
Forge Space brand identity — types, tokens, and theme constants for cross-project consumption
Live: brand.forgespace.co
Sync across repos: Repository Branding checklist — README header template, per-repo checklist, Stitch + brand tokens.
| Product | Status | Mark |
|---|---|---|
| Siza | Active | TBD (inherits Forge Space tokens) |
The /siza/ pairing examples are responsive by design: the Forge Space + Siza lockups
wrap safely on narrow viewports instead of relying on single-line desktop spacing.
Install the brand identity as an npm package for programmatic access in other projects:
npm install @forgespace/brand-guide
import { identity } from '@forgespace/brand-guide';
import type { BrandIdentity } from '@forgespace/brand-guide';
console.log(identity.name); // "Forge Space"
console.log(identity.colors.primary.hex); // "#7c3aed"
Raw JSON import:
import identity from '@forgespace/brand-guide/identity';
This repo doubles as a reusable brand guide template. See TEMPLATE.md for instructions on creating your own brand guide.
npm install
npm run dev
To regenerate brand assets (logos, identity, tokens): ensure src/fonts/sora.woff2 (Sora) and src/fonts/dm-sans.woff2 (DM Sans) exist—both available from Google Fonts—then run npm run generate and npm run export:raster. OG images embed both fonts when present.
Security maintenance note: this project uses npm overrides to pin vulnerable transitive
dependencies (for example lodash pulled by yaml-language-server) until upstream packages
publish patched ranges.
Download tokens in your preferred format from the live site, or find them in public/downloads/:
| Format | File |
|---|---|
| CSS Custom Properties | tokens.css |
| Siza Sub-brand CSS | siza-tokens.css |
| W3C Design Tokens | tokens.json |
| Tailwind Preset | tailwind-preset.js |
| Sass Variables | tokens.scss |
| React Theme | theme.ts |
MIT
FAQs
Forge Space brand identity — types, tokens, and theme constants for cross-project consumption
We found that @forgespace/brand-guide demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.