Site Redesign Strategy
This strategy resets the docs site around two deliberately different surfaces:- a Tremor landing page for narrative orientation
- a knowledge base for stable Paperclip and Tremor reference material
Problem Statement
The existing docs experience has three structural issues:- the site shell still presents itself as a Paperclip manual while several pages behave like a Tremor-first microsite
- the knowledge-base pages and the narrative/landing content do not have clear boundary rules
- fragile presentation layers such as raw HTML islands create rendering drift and make the docs harder to maintain
Target State
The redesigned site should feel like one system with two modes.1. Tremor landing page
The landing page is the front door. It should answer only:- what Tremor is
- why it exists
- what makes it distinct
- what systems support it
- where to go next
- visual
- restrained
- short
- curated
- link-heavy in the right places
2. Knowledge base
The knowledge base is the manual. It should be:- markdown-first
- scan-friendly
- stable
- searchable
- low-drama
- Paperclip product framing
- architecture, data model, deploy, API, CLI, and adapter docs
- the Tremor operating appendix and operating corpus links
- reference pages, tables, and diagrams
Information Architecture
The top-level site should separate surfaces explicitly. Recommended navigation model:- Landing The curated Tremor narrative front door.
- Knowledge Base The manual entrypoint for Paperclip platform and shared reference docs.
- Operating Corpus The live Tremor operating appendix and control-plane references.
- Reference surfaces API, deploy, adapters, CLI, architecture records.
Content Boundary Rules
Landing page content
Allowed:- concise studio thesis
- distinctive constraints and product stance
- short explanation of the Paperclip support layer
- curated links into the manual, operating corpus, and project pages
- giant agent tables
- raw work graph dumps
- operating alerts
- live runtime baseline data
- exhaustive architecture or API reference
Knowledge-base content
Allowed:- conceptual product docs
- control-plane architecture
- deploy and runtime reference
- operating appendix indexes
- tables, diagrams, and role-based guide maps
- landing-page prose patterns
- promotional hero sections on normal docs pages
- raw HTML microsites as first-class entry pages
Technical Direction
Docs shell
Usedocs/docs.json as the single source of truth for top-level nav and site framing.
The shell should:
- present a Tremor-first entry route for the landing page
- expose a plain knowledge-base overview page as the manual entrypoint
- keep the operating corpus and reference sections separate
Page primitives
Use:- plain markdown
- Mermaid for diagrams
- tables for decision and authority surfaces
- a small number of Mintlify cards for navigation
- raw standalone HTML pages for primary entrypoints
- custom CSS islands inside the docs corpus
- decorative sections on manual/reference pages
Tremor operating wiki
The operating wiki should remain useful, but it should be entered through markdown pages such as:operating/wiki.mdcompanies/tremor/wiki/README.md
companies/tremor/wiki/index.html remains in the repo, it should be a minimal redirect or fallback page, not a standalone styled surface.
Visual Direction
Landing page
Visual thesis:Editorial internal brief, not marketing site and not product manual.Use:
- one dominant visual
- tight copy
- a small number of navigation cards
- calm typography and strong spacing
Knowledge base
Visual thesis:Quiet operator manual.Use:
- predictable headings
- simple tables
- diagrams where they teach
- minimal card usage
Implementation Plan
- Create a dedicated Tremor landing page in
start/. - Create a separate knowledge-base overview page in
start/. - Update
docs.jsonto reflect the split. - Reframe existing intro pages so they behave like manual pages rather than homepage stand-ins.
- Stabilize the operating-wiki entry surfaces and demote raw HTML islands.
- Verify the config shape and rendered routes.
Success Criteria
The redesign is successful when:- the first page clearly behaves like a landing page
- the knowledge base has a plain overview page that reads like a manual
- the operating corpus remains accessible but no longer feels like the homepage
- no primary docs entry surface depends on a custom standalone HTML island
- the nav makes the split obvious without explanation