Skip to content

JustDocs

The most beautiful and performant documentation theme for Astro. Built with TypeScript, Tailwind CSS, and designed for developers.

99%
Performance Score
A11y
Accessibility
SEO
Optimized
TS
TypeScript

Why Choose JustDocs?

Everything you need to create stunning documentation that your users will love.

Lightning Fast

Built on Astro for zero-JavaScript by default and blazing fast performance.

Dark Mode

Beautiful dark and light themes with smooth transitions and system preference detection.

Powerful Search

Full-text search with instant results and keyboard navigation.

Mobile First

Fully responsive design that looks perfect on all devices and screen sizes.

TypeScript

Full TypeScript support for better development experience and fewer bugs.

Customizable

Easy to customize colors, fonts, and layouts to match your brand.

See It In Action

Experience the interface and code styling tuned for both light and dark modes.

Terminal

npm install justdocs-theme
npx astro add justdocs-theme
            
astro.config.mjs

import { defineConfig } from 'astro/config'
import mdx from '@astrojs/mdx'

export default defineConfig({
  integrations: [mdx()],
  markdown: {
    syntaxHighlight: 'shiki',
    shikiConfig: {
      themes: { light: 'github-light', dark: 'github-dark' },
    }
  }
})
            

Ready to Create Beautiful Documentation?

Join thousands of developers who have chosen JustDocs for their documentation sites.