Simple Card
Cards are great for feature highlights. They automatically use theme colors.
This is a clean documentation page. All styling comes from Starlight’s theme system automatically. No hardcoded colors.
Regular paragraphs, bold text, italic text, and inline code all work automatically.
function example() { return "Code blocks are automatically styled";}| Feature | Status | Notes |
|---|---|---|
| Markdown | Works | Auto-themed |
| Components | Works | Auto-themed |
| Custom HTML | Avoid | Needs manual colors |
Simple Card
Cards are great for feature highlights. They automatically use theme colors.
Another Card
No need to specify colors - everything inherits from the theme.
Download the .dmg file and drag to Applications.
Run the .exe installer and follow the prompts.
Use the .AppImage or install via package manager.
Connect your data
Upload a file or connect to a database.
Ask a question
Type your question in plain English.
Get insights
Review the analysis and visualizations.
Status: Stable
Version: v2.0
Don’t do this in new docs:
// ❌ BAD - Hardcoded colors that bypass theming<div class="bg-violet-900/20 border-purple-700 text-emerald-200"> Custom styled content</div>Instead, use Starlight components or standard markdown which automatically inherit theme colors.
For sustainable docs that respect the theme: