supertrove-marketing
Viewer Demo
Demo list showcasing JSON viewer, Mermaid diagrams, and SmartItemViewer
6 items
theme-config.json
Content
JSON
{ "name": "supertrove-theme", "version": "1.0.0", "colors": { "primary": "#f59e0b", "background": "#ffffff", "foreground": "#0a0a0a", "muted": "#f4f4f5", "border": "#e4e4e7" }, "dark": { "background": "#0a0a0a", "foreground": "#fafafa", "muted": "#27272a", "border": "#3f3f46" }, "fonts": { "sans": "Inter, system-ui, sans-serif", "mono": "JetBrains Mono, monospace" }, "radius": "0.5rem", "sidebar": { "width": "240px", "collapsedWidth": "48px" } }
product-schema.json
Content
JSON
{ "id": "prod_9k2xm", "name": "Hydrating Face Serum", "sku": "HFS-50ML-01", "status": "active", "price": { "amount": 4900, "currency": "AUD", "compare_at": 6500 }, "inventory": { "tracked": true, "quantity": 143, "low_stock_threshold": 20 }, "tags": [ "skincare", "serum", "hydration", "bestseller" ], "metafields": { "ingredients": "Hyaluronic Acid, Niacinamide, Centella Asiatica", "skin_type": [ "dry", "combination", "sensitive" ], "certifications": [ "cruelty-free", "vegan" ] }, "seo": { "title": "Hydrating Face Serum – 50ml | YourBrand", "description": "Deeply hydrating serum with Hyaluronic Acid and Niacinamide.", "keywords": [ "face serum", "hydrating serum", "hyaluronic acid serum" ] } }
Content Brief: Hydrating Serum
content_briefbrief-hfs-50ml.jsonskincarelaunchQ3
Summary
Full content brief for the Hydrating Face Serum launch campaign.
Content
JSON
{ "product": "Hydrating Face Serum", "sku": "HFS-50ML-01", "target_audience": "Women 25–45 with dry or sensitive skin", "tone": "warm, scientific-lite, trustworthy", "key_claims": [ "72h hydration", "Clinically tested", "No parabens or sulfates" ], "channels": [ "PDP", "email", "instagram" ], "word_count": { "pdp": 300, "email": 120, "instagram": 60 }, "deadline": "2026-06-01" }
Agent Workflow: Product Enrichment
workflowagentenrichmentshopify
Summary
How the enrichment agent processes raw Shopify products into fully documented items.
Why
Raw Shopify exports lack structured metadata needed for SEO and personalisation. This workflow fills the gap without manual effort.
Details
Steps
- Ingest — pull product from Shopify Admin API
- Classify — tag skin type, ingredient category, price tier
- Enrich — generate summary, SEO title, and description
- Validate — check word counts and required fields
- Push — write back to Shopify metafields
Rendering diagram…
Note: Validation failures are queued for human review — the agent never silently drops items.
Release Notes: v0.4.0
release_noterelease-v040.md
Content
Release v0.4.0
What's new
- JSON Viewer — syntax-highlighted JSON with a copy button
- Mermaid diagrams — flowcharts and sequence diagrams render inline in markdown
- SmartItemViewer — structured Pretty/Raw toggle for any item type
- Guest role — invite people to specific lists only
- Connect CTA — always visible in the sidebar footer
- Workspace switcher — moved to the top of the sidebar
Bug fixes
- Invite form no longer errors when inviting an existing member (updates role instead)
- Frontend deploys no longer leak
localhostURLs from.env.local
Upgrade notes
No migrations required. All changes are additive.
Rendering diagram…
pipeline.md
Content
Content Pipeline
This document describes the content production flow.
Architecture Overview
Rendering diagram…
Sequence: Agent Handoff
Rendering diagram…
Status Key
| Status | Meaning |
|---|---|
| 🟡 In Progress | Agent is working |
| 🟢 Done | Ready to publish |
| 🔴 Blocked | Needs human input |
Shared via SuperTrove