Skip to content

notnotdurgesh/GodChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NexusMind Ecosystem

This repository contains the source code for the NexusMind ecosystem, comprising a powerful front-end chat interface and a specialized backend service for diagram generation.

📂 Project Components

The React-based client application featuring an interactive graph view, intelligent chat capabilities, and advanced UI/UX.

  • Location: nexusmind-chat/
  • Key Features: Graph visualization, Mermaid tool integration, "Thinking" process display.

A backend service compatible with the Model Context Protocol (MCP) that handles Mermaid diagram validation and generation.

  • Location: mermaid-mcp/
  • Key Features: Syntax validation, secure diagram rendering, API documentation endpoints.

🚀 Getting Started

To get the entire system up and running, you will need to start both the client and the server.

Prerequisites

  • Node.js (v18+)
  • npm & yarn

Quick Start Guide

  1. Start the Backend Service: Open a terminal:

    cd mermaid-mcp
    npm install
    npm start

    Server will run on port 5000.

  2. Start the Frontend Client: Open a second terminal:

    cd nexusmind-chat
    yarn install
    yarn dev

    Client will run on http://localhost:5173.

📚 Documentation

For detailed instructions, please refer to the README files in each subdirectory:

About

A User Intent first chat system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages