Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>One Page TokensNew to Visual Studio Code? Get it now.
One Page Tokens

One Page Tokens

one-page

| (0) | Free
Import design tokens from real product brands (Stripe, Linear, Notion, …) into the active editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

One Page Tokens — VSCode extension

Import design tokens from real product brands (Stripe, Linear, Notion, Supabase, Vercel, Anthropic, and 44 more) into the active editor.

Usage

  1. Open the command palette (Cmd+Shift+P / Ctrl+Shift+P)
  2. Run One Page: Import design tokens…
  3. Pick a brand → pick a format → tokens are inserted at the cursor.

Formats

Format Output
CSS Variables :root { --color-brand-primary: #635BFF; ... }
Tailwind v4 @theme { --color-primary: #635BFF; ... }
Design Tokens W3C $value / $type JSON for Style Dictionary / Theo
Full brand JSON Everything — colors, typography, components, code patterns
DESIGN.md Long-form design reference (markdown)

If no editor is open, the result is shown in a new untitled buffer.

Configuration

  • onePage.baseUrl — override the API base (default https://one-page-orpin.vercel.app).

Build

npm install
npm run build       # tsc → dist/extension.js
npm run package     # produces a .vsix you can side-load

Source

Tokens are served by the public One Page API — same endpoints used by the CLI (@one-page/cli), npm package (@one-page/tokens), and Figma plugin.

License

MIT. Tokens are derived from publicly available product screenshots — brand names and visual identities remain trademarks of their respective owners.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft