An original component library and token set — colors, type, spacing, and components — ready to theme any product surface.
Primary
Accents
Display heading
Body large — used for lead paragraphs and intros.
Body — the default paragraph style across the product.
Body small — secondary text, dense UI.
Caption — timestamps, helper text, metadata.
Supporting copy describing this card's content in one or two lines.
Cards use the same radius and shadow tokens as the rest of the system.
Grid auto-wraps responsively via CSS grid auto-fit.
| Company | Sector | Risk score |
|---|---|---|
| Acme Corp | Manufacturing | Low |
| Globex Ltd | Retail | Medium |
| Initech | Software | High |
Inline code like npm install uses the mono font token with a subtle background.
[Browser] --HTTPS--> [API :3001] --JWT--> [MongoDB]
|
+--> [Agent service :8000] --> [LLM provider]
--- a/backend/routes/assets.js
+++ b/backend/routes/assets.js
@@
const router = express.Router();
+router.use(authenticateToken);
-// PUBLIC FOR TESTING