Skip to content

Conversation

@prosdev
Copy link
Collaborator

@prosdev prosdev commented Nov 26, 2025

Summary

Adds a documentation website using Nextra v4 with Next.js 15, ready for Vercel deployment.

What's Included

Landing Page

  • Feature overview with quick start guide
  • Architecture diagram
  • Links to documentation

Documentation

  • Installation - Step-by-step setup for Cursor and Claude Code
  • Quickstart - 5-minute guide from zero to semantic search
  • MCP Tools Reference - Full documentation for all 6 tools:
    • dev_search - Semantic code search
    • dev_plan - Implementation planning from GitHub issues
    • dev_explore - Code pattern exploration
    • dev_gh - GitHub issues/PRs search
    • dev_status - Repository status
    • dev_health - Server health monitoring
  • Architecture - System overview and data flow

Tech Stack

  • Nextra v4 (App Router)
  • Next.js 15
  • nextra-theme-docs
  • Vercel Analytics integration

Deployment

To deploy on Vercel:

  1. Connect the repo
  2. Set Root Directory to website
  3. Deploy

Local Development

cd website
npm install
npm run dev

Screenshots

The site is working locally - ready for Vercel deployment.

Addresses #32

- Set up Nextra v4 with Next.js 15 and nextra-theme-docs
- Add landing page with feature overview
- Add installation and quickstart guides
- Document all 6 MCP tools (dev_search, dev_plan, dev_explore, dev_gh, dev_status, dev_health)
- Add architecture documentation
- Configure Vercel Analytics integration
- Use plain markdown (no custom components) for RSC compatibility

Ready for Vercel deployment at /website
@prosdev prosdev merged commit 33ad544 into main Nov 26, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant