Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lostmind008/lostmind-ai-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

πŸ“š LostMind AI Documentation Site

Professional documentation platform for the entire LostMind AI ecosystem.

Built with Mintlify Next.js 15 Deployed on Vercel

πŸš€ Overview

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

✨ Features

  • πŸ” 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

πŸ—οΈ Architecture

Core Components

  • 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

Project Structure

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

πŸš€ Quick Start

Prerequisites

  • Node.js 18+
  • pnpm package manager

Installation

# 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

πŸ“– Documentation Management

Auto-Update System

# 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

Manual Content Addition

  1. Add .mdx files to apps/docs/
  2. Update navigation in apps/docs/mint.json
  3. Run pnpm docs:dev for live preview

πŸ”§ Development

Essential Commands

# 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

Adding New Projects

  1. Place project in /Users/sumitm1/Documents/New Ongoing Projects/
  2. Ensure project has README.md, CLAUDE.md, or docs/ folder
  3. Run pnpm docs:scan to discover
  4. Run pnpm docs:extract to generate documentation

🌐 Deployment

Vercel Deployment

Settings for Vercel:

  • Root Directory: apps/docs
  • Build Command: mintlify build
  • Output Directory: _site
  • Install Command: pnpm install

Custom Domain Setup

Add DNS record for docs.lostmindai.com:

Type: CNAME
Name: docs
Value: cname.vercel-dns.com

πŸ“Š Ecosystem Projects

The documentation automatically discovers and organizes:

🏒 Main Platforms

  • LostMind AI Turborepo: Production SaaS platform
  • RAG Backend: AI backend with retrieval-augmented generation

πŸ› οΈ Development Tools

  • Updated MCP Tools: Model Context Protocol integrations
  • GitHub Repository Analyzer: Advanced repository analysis
  • Claude Code Framework: Development framework tools

πŸ“ˆ Additional Projects

  • Documentation Sites: Multiple documentation platforms
  • Memory Context Protocol: Advanced AI memory systems
  • News Analysis Tools: Content processing and analysis

🀝 Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ”— Links


Built with ❀️ by LostMind AI

About

LostMind AI Documentation Site - Auto-generating documentation for the entire ecosystem

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •