AI-generated documentation for Personal AI Infrastructure (PAI) by Daniel Miessler.
This is an unofficial, community-maintained documentation site for PAI. Content is:
- AI-generated by Claude
- Organized using the Diataxis framework (tutorials, how-to guides, reference, explanation)
- Maintained by @virtualian
For the official PAI source code and documentation, visit Daniel Miessler's PAI repository.
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview