Skip to content
/ VectraDocs Public template

vectradocs NextJs template based on fumu docs to use for making docs

Notifications You must be signed in to change notification settings

iotserver24/VectraDocs

Repository files navigation

Documentation Template

A fast, modern documentation starter kit featuring a context-aware AI Assistant.

🚀 Features

  • 🧠 Context-Aware AI Chat: Queries your documentation to provide accurate, cited answers.
  • ⚡ Client-Side RAG: Powered by Orama, enabling instant search without heavy server costs.
  • 💬 Premium UI: Built with Next.js, Tailwind CSS, and Fumadocs.

🛠️ Stack

📦 Getting Started

  1. Install Dependencies:

    npm install
  2. Configure Secrets: Create .env.local:

    LLM_BASE_URL="https://api.openai.com/v1"
    LLM_API_KEY="sk-..."
    LLM_MODEL="gpt-3.5-turbo"
  3. Build Index & Run:

    npm run build:index
    npm run dev
  4. Visit: http://localhost:3000

📖 adding Content

  • Add MDX files to content/docs.
  • Edit app/layout.tsx for layout changes.

📄 License

MIT

About

vectradocs NextJs template based on fumu docs to use for making docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published