No results found
The most beautiful and performant documentation theme for Astro. Built with TypeScript, Tailwind CSS, and designed for developers.
Everything you need to create stunning documentation that your users will love.
Built on Astro for zero-JavaScript by default and blazing fast performance.
Beautiful dark and light themes with smooth transitions and system preference detection.
Full-text search with instant results and keyboard navigation.
Fully responsive design that looks perfect on all devices and screen sizes.
Full TypeScript support for better development experience and fewer bugs.
Easy to customize colors, fonts, and layouts to match your brand.
Experience the interface and code styling tuned for both light and dark modes.
npm install justdocs-theme
npx astro add justdocs-theme
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' },
}
}
})
Join thousands of developers who have chosen JustDocs for their documentation sites.