This entire site is a live demo of what we build. Every feature you see here can be customized for your business. Use the navigation to explore and interact with the features.
Try switching languages using the selector in the header. Notice how:
/docs, German: /de/docs, French: /fr/docsContent is organized by language:
content/
├── 1.docs/ # English documentation
├── 3.blog/ # English blog
├── de/ # German translations
│ ├── 1.docs/
│ └── 3.blog/
└── fr/ # French translations
├── 1.docs/
└── 3.blog/
Each section maintains the same structure across languages, making content management intuitive.
This demo includes two doc roots:
/docs) - Main documentation and guides/tools) - Additional resources and toolsYou can have unlimited doc roots. Common examples:
The sidebar automatically updates when you:
No manual navigation configuration needed!
Check out the floating panel on the right (on desktop) or the promotions section (on mobile). It demonstrates three interaction modes:
Entire card is clickable - Great for simple CTAs where you want maximum clickable area.
Example use cases:
Card opens detailed modal - Perfect when you need to show more information before the user commits to an action.
Example use cases:
Click the "Demo: Card Action Modal" card to see the modal with:
Only button is clickable - Best for passive display cards where the card itself provides information.
Example use cases:
All standard Markdown is supported:
Inline code and code blocksUse Vue components directly in Markdown:
Syntax-highlighted code with language labels:
export default defineAppConfig({
content: {
site: {
name: 'My SaaS'
}
}
})
Try the search (press / or click the search icon):
Navigate to the Blog section to see:
Toggle dark mode using the button in the header:
Resize your browser or view on mobile to see:
Every page we build includes:
Built-in SEO best practices:
When we build your landing page, you can customize:
✅ Branding - Logo, colors, fonts, and styling ✅ Content structure - Docs, blog, tools, tutorials, etc. ✅ Languages - Add any number of target languages ✅ Promotions - Highlight features and CTAs ✅ Navigation - Organize sections your way ✅ Analytics - Integrate tracking tools ✅ Domain - Use your custom domain ✅ Theme - Light/dark modes or custom themes
Our Process
How we build and deploy your multi-language landing page
Markdown Syntax
Text, title, and styling in standard markdown.