Propeller Website is a documentation website built with Next.js and Fumadocs, featuring documentation and OpenAPI reference pages.
- Documentation with MDX support
- OpenAPI/Swagger API reference documentation
- Static site generation for optimal performance
- Search functionality powered by Orama
- Responsive design with dark mode support
- SEO-optimized with sitemap and robots.txt generation
pnpm installRun the development server:
pnpm run devOpen http://localhost:3000 with your browser to see the result.
Build the static site:
pnpm run buildThe output will be generated in the out directory.
pnpm run startpnpm run lint
pnpm run lint:fix # Auto-fix issuesThe site is configured for static export and can be deployed to GitHub Pages (via .github/workflows/cd.yaml) or any other static hosting provider.