compresr.json
Compresr Brand Identity
A complete profile of Compresr's visual system — colors, typography, components, and personality — extracted from https://compresr.ai. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/compresr
- Machine-readable JSON: https://characterquilt.com/branding/compresr.json
- Per-page llms.txt: https://characterquilt.com/branding/compresr/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #16A34A |
| Accent | #16A34A |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #16A34A
- secondary: #142239
- accent: #16A34A
- background: #0A0A0A
- textPrimary: #0A0A0A
- link: #231309
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://compresr.ai/_next/image?url=%2Flogo.png&w=96&q=75
- Favicon: https://compresr.ai/favicon.ico
UI Components
- buttonPrimary: background=#16A34A, textColor=#FFFFFF, borderRadius=9999px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(22, 163, 74, 0.75) 0px 8px 24px -14px
- buttonSecondary: background=#1A1A1A, textColor=#FFFFFF, borderColor=#3B3B3B, borderRadius=9999px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Compresr Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- compresr - Context Compression
- Image: https://compresr.ai/logo.png
- Source: https://compresr.ai/
- Compresr-ai · GitHub
- Always look at the data" is one of the truths I internalized deeply during the research part of my career and carried over to its start-up chapter! At Compresr (YC W26), we
- Image: https://media.licdn.com/dms/image/v2/D5622AQGTyv17Ag6Ffg/feedshare-shrink_800/B56Z28w_RqI0Ac-/0/1776988452367?e=2147483647&v=beta&t=D653jkRPB7AIqch_venL0hCmQ4rEJ97SPyUDOOJ1E54
- Source: https://www.linkedin.com/posts/ivan-zakazov_always-look-at-the-data-is-one-of-the-truths-activity-7453229778905616384-mgCm
- Boost Model Context with Compresr (YC W26) AI Compression | Y Combinator posted on the topic | LinkedIn
- Image: https://media.licdn.com/dms/image/v2/D5605AQHiApwvdTgM1A/videocover-low/B56Z0CHQ3eKIBY-/0/1773856953228?e=2147483647&v=beta&t=Q8ek9OzuWQvg1b66MO3jaAX-d_rA6WVHdvYVTDrhHWQ
- Source: https://www.linkedin.com/posts/y-combinator_compresr-yc-w26-helps-you-boost-context-activity-7432575141538148352-OwAg
- LLMs need context to answer well, but too much raises cost and hurts accuracy (context rot). Compresr (YC W26) prunes it. Case study on meeting-transcript QA: we compress the transcript before the… |
- Image: https://media.licdn.com/dms/image/v2/D5622AQHW7b6M4ktxvQ/feedshare-shrink_800/B56Z2tUYhYIkAg-/0/1776729296125?e=2147483647&v=beta&t=MxVxGyAQnul-C8y2WAgLrylTeUl0fdEKOjjDbbj0iac
- Source: https://www.linkedin.com/posts/ivan-zakazov_llms-need-context-to-answer-well-but-too-activity-7452142797153017858-mXls
- Compresr (YC W26) | LinkedIn
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.