Flarite Docs

Documentation Visual System

Review the updated typography, spacing, and Flarite branding elements across our technical documentation.

Content Spacing & Typography

We have updated the typography system to use a more balanced line-height and increased spacing between paragraphs. The primary font remains Geist Sans for a modern, technical feel, but with adjusted weights to emphasize information hierarchy.

Typography
Black & Extra Bold

Headers now use a heavier weight to stand out against the body text.

Spacing
1.75x Leading

Body text line-height has been increased to improve readability during long sessions.

Section Headers & Bold Elements

As requested, we've reinforced the boldness of section headers. H2 and H3 elements now featurefont-black and adjusted margins to create clear boundaries between different topics.

Detailed Sub-headers

Sub-headers provide clear anchors for users scanning the documentation. They are styled to be prominent without overpowering the main section titles.

TipYou can now use ProviderBadge components to visually tag content related to specific integrations.
CloudflareStripeSupabase

Flarite Branding Accents

The documentation shell now includes subtle branding accents that align with the Flarite core application design:

  • Background Grid: A subtle 24px grid pattern reinforces the "engineering" aesthetic.
  • Glassmorphism: Sidebars and mobile headers now use backdrop blurs for a premium feel.
  • Logo Integration: The Flarite logo is present in both the header and the new branded footer.
  • Gradients: Soft blue gradients are used as background glows to add depth without distraction.

Technical Reference Sample

Here is how a typical technical step-by-step guide looks with the new styles:

1

Integrate your first provider

Navigate to the Connections tab in the Flarite dashboard and select a provider like Cloudflare.
2

Generate a Secure Token

Input your API credentials. Remember that Flarite uses AES-256 encryption for all stored tokens.
// Example interaction via Flarite Engine
const response = await flarite.ask("list my cloudflare workers");
console.log(response.data);

Review Summary

These changes aim to make the documentation feel like a first-class part of the Flarite platform rather than a separate static site. The combination of bold typography and ample whitespace helps users find what they need faster.