Professional documentation platform for the entire LostMind AI ecosystem.
This is the centralized documentation platform for LostMind AI, automatically discovering and documenting our entire ecosystem of projects. Built on a customized Next-Forge foundation with Mintlify for professional documentation generation.
Live Site: docs.lostmindai.com
- π Auto-Discovery: Automatically finds and documents all projects in the ecosystem
- π Smart Extraction: Intelligently extracts content from README files, documentation folders, and markdown files
- π Daily Sync: Automated daily updates via GitHub Actions
- π¨ Professional Design: Enterprise-grade documentation with Mintlify
- β‘ Fast Performance: Global CDN distribution via Vercel
- π Multi-Project Support: Organizes and categorizes 12+ active projects
- Documentation Engine: Mintlify-powered documentation generation
- Content Scanner: Automated project discovery and content extraction
- Sync Automation: GitHub Actions for daily content updates
- Project Categorization: Smart organization by project type and priority
apps/
βββ docs/ # Main documentation site (Mintlify)
βββ api/ # Backend API services
βββ app/ # Main web application
βββ storybook/ # Component library documentation
packages/
βββ design-system/ # Shared UI components (shadcn/ui)
βββ auth/ # Authentication system
βββ database/ # Prisma ORM
βββ ... # 8+ shared packages
scripts/
βββ docs-automation/ # Project scanning and content extraction
- Node.js 18+
- pnpm package manager
# Clone the repository
git clone https://github.com/lostmind008/lostmind-ai-docs.git
cd lostmind-ai-docs
# Install dependencies
pnpm install
# Start documentation development server
pnpm docs:dev
The documentation site will be available at http://localhost:3004
# Scan for new projects and extract content
pnpm docs:update
# Individual steps:
pnpm docs:scan # Discover new projects
pnpm docs:extract # Extract and format content
- Add
.mdx
files toapps/docs/
- Update navigation in
apps/docs/mint.json
- Run
pnpm docs:dev
for live preview
# Development
pnpm dev # Start all development servers
pnpm docs:dev # Start docs only (recommended)
# Building & Testing
pnpm build # Build all packages
pnpm test # Run test suite
pnpm lint # Lint codebase
# Database Operations
pnpm migrate # Run Prisma migrations
# Documentation
pnpm docs:build # Build documentation for production
- Place project in
/Users/sumitm1/Documents/New Ongoing Projects/
- Ensure project has
README.md
,CLAUDE.md
, ordocs/
folder - Run
pnpm docs:scan
to discover - Run
pnpm docs:extract
to generate documentation
Settings for Vercel:
- Root Directory:
apps/docs
- Build Command:
mintlify build
- Output Directory:
_site
- Install Command:
pnpm install
Add DNS record for docs.lostmindai.com
:
Type: CNAME
Name: docs
Value: cname.vercel-dns.com
The documentation automatically discovers and organizes:
- LostMind AI Turborepo: Production SaaS platform
- RAG Backend: AI backend with retrieval-augmented generation
- Updated MCP Tools: Model Context Protocol integrations
- GitHub Repository Analyzer: Advanced repository analysis
- Claude Code Framework: Development framework tools
- Documentation Sites: Multiple documentation platforms
- Memory Context Protocol: Advanced AI memory systems
- News Analysis Tools: Content processing and analysis
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Live Documentation: docs.lostmindai.com
- Main Platform: ask.lostmindai.com
- Website: lostmindai.com
- GitHub: github.com/lostmind-ai
Built with β€οΈ by LostMind AI