Launch a polished docs site without starting from a blank page.
Imprensa is a reusable Ilha starter with MDX pages, searchable content, static output, and Areia UI components already wired together.
A practical foundation for your docs.
Keep the template brand-neutral, then replace the sample pages and navigation with your project’s content.
Create pages from src/pages with nested guide routes, shared layouts, and content-first URLs.
src/
lib/components/
main.ts
pages/
(content)/*.mdxWrite docs in MDX with Markdown, syntax-highlighted code, and embedded Ilha islands or Areia components right where readers need them.
# Writing great docs
```ts
const path = "/guide/writing"
```
<Button>Try it</Button>MiniSearch powers a fast ⌘K overlay that indexes page titles and body text out of the box.
Build prerendered pages that can be hosted almost anywhere: Vercel, Netlify, GitHub Pages, Cloudflare, or any static file server.
$ bun run build
✓ dist/index.html
✓ dist/getting-started/index.html
Deploy dist/ anywhere.Make it yours.
Update the MDX pages, extend the sidebar, and publish a documentation site that still feels like your product—not the starter.