Skip to content

Rapiddraft vscode

Original OneNote page: Rapiddraft vscode

Route: product/technical note to route

Categories: product_technical_or_learning

Source

  • Word export: C:\Users\adeel\OneDrive\100_Knowledge\203_TextCAD\01_Product_Project_Management\TextCAD_Wiki\inbox\onenoteexport\01_PROJECTS\Gauss Compute\Rapiddraft vscode.docx
  • MHT export: C:\Users\adeel\OneDrive\100_Knowledge\203_TextCAD\01_Product_Project_Management\TextCAD_Wiki\inbox\onenoteexport\01_PROJECTS\Gauss Compute\Rapiddraft vscode.mht

Extracted Notes

These notes are extracted from the Word export so the source is visible in the wiki without moving or deleting the original file.

  • Here’s exactly how to run your RapidDraft project (the one Codex generated) and what dependencies are required β€” all verified against the README you uploaded.
  • 🧩 1. Prerequisites (must be installed)
  • For running the frontend (React + Vite)
  • (bundled with Node)
  • JS package management
  • For running the backend (FastAPI + CAD libraries)
  • (bundled with Python)
  • Python package management
  • Clone and version control
  • Simplifies running pre-defined tasks
  • FreeCAD 0.21+ (optional)
  • Enables real CAD view generation
  • For containerized backend builds
  • Netlify CLI (optional)
  • For deployment testing locally
  • βš™οΈ 2. Local Installation (Manual Mode)
  • cd backendpython -m venv .venv# Activate:# Windows PowerShell:.venv\Scripts\Activate# macOS/Linux:source .venv/bin/activate
  • Install dependenciespip install -r requirements.txt

  • Run FastAPI backenduvicorn app.main:app --reload --port 8000

  • Your backend should now run at:
  • πŸ‘‰ http://localhost:8000
  • You can check it with:
  • curl http://localhost:8000/api/health
  • Expected output: {"status":"ok"}
  • In another terminal:
  • cd frontendnpm installnpm run dev
  • Your frontend should run at:
  • πŸ‘‰ http://localhost:5173
  • If the backend runs on another port, set the API base URL:
  • Create .env in frontend/ with:
  • VITE_API_BASE_URL=http://localhost:8000
  • 🧰 3. Using Make (if installed)
  • At the repo root, simply run:
  • make init # installs frontend & backend depsmake dev-be # starts backendmake dev-fe # starts frontend
  • 🐳 4. Run via Docker (optional)

URLs Found

  • http://localhost:8000
  • http://localhost:8000/api/health
  • http://localhost:5173
  • https://chatgpt.com/c/691b8e12-5b68-8333-bd62-6c5edc077e50
  • http://127.0.0.1:8000/docs
  • https://models.github.ai.openai.azure.com/
  • https://meet.google.com/dyh-mhpo-nme?authuser=0
  • https://mcp.exa.ai/mcp?exaApiKey=f79f5260-67a1-4364-9ced-bcbde5f4ee56
  • https://mcp.exa.ai/mcp?exaApiKey=f79f5260-67a1-4364-9ced-bcbde5f4ee56&tools=web_search_exa,get_code_context_exa,people_search_exa
  • https://mcp.exa.ai/mcp?exaApiKey=f79f5260-67a1-4364-9ced-bcbde5f4ee56&tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,crawling_exa,company_research_exa,people_search_exa,deep_researcher_start,deep_researcher_check
  • https://dashboard.exa.ai/api-keys
  • https://docs.exa.ai/reference/exa-mcp
  • https://api.exa.ai/search
  • https://exa.ai/docs/reference/livecrawling-contents#maxAgeHours
  • https://exa.ai/docs/reference/get-contents
  • https://exa.ai/docs/reference/answer
  • https://api.exa.ai/contents
  • https://example.com/article
  • https://example.com/blog-post
  • https://exa.ai/docs
  • https://dashboard.exa.ai
  • https://status.exa.ai
  • https://api.cloudflare.com/client/v4/accounts/9d4044898c21bed69d6e61ec5f5d07b1/tokens/verify

Next Curation Action

Review for Product Wiki migration. Keep only relationship, GTM, or CRM implications in the Network Wiki.

Sources

  • C:\Users\adeel\OneDrive\100_Knowledge\203_TextCAD\01_Product_Project_Management\TextCAD_Wiki\inbox\onenoteexport\01_PROJECTS\Gauss Compute\Rapiddraft vscode.docx
  • C:\Users\adeel\OneDrive\100_Knowledge\203_TextCAD\01_Product_Project_Management\TextCAD_Wiki\inbox\onenoteexport\01_PROJECTS\Gauss Compute\Rapiddraft vscode.mht