Skip to main content

🌐 Site Architecture

Overview​

Sentry Analytics uses a unified domain architecture:

sentryanalytic.com              β†’ Landing (docs_site React app)
β”œβ”€β”€ /app β†’ Dashboard (React)
└── /api/docs β†’ Swagger API documentation

docs.sentryanalytic.com β†’ Technical documentation (Docusaurus)
β”œβ”€β”€ AI Agent
β”œβ”€β”€ Features
β”œβ”€β”€ Crypto Module
β”œβ”€β”€ API Reference
β”œβ”€β”€ Deployment
β”œβ”€β”€ Scrapers
└── Reports

Sites & URLs​

URLPurposeSource
sentryanalytic.comLanding page (info, roadmap, features)docs_site/
sentryanalytic.com/appDashboard applicationdashboard_app/
sentryanalytic.com/api/docsSwagger API documentationFastAPI auto-generated
docs.sentryanalytic.comTechnical documentationknowledge-base/

Landing Page (sentryanalytic.com)​

Beautiful React + Vite landing page with all product information.

Source: docs_site/​

Tech Stack​

  • Framework: React 18 + Vite
  • Styling: Tailwind CSS
  • Animations: Framer Motion
  • Stats: react-countup

Sections​

  • Hero with CTAs
  • Modules Showcase (Corporate + Crypto)
  • Features Overview
  • AI Analysis
  • Tech Stack
  • Roadmap
  • Founder Story
ButtonDestination
πŸš€ Dashboard/app
πŸ“š Documentationdocs.sentryanalytic.com
πŸ”Œ API Reference/api/docs

Dashboard (/app)​

Main application for company analysis.

Source: dashboard_app/​

Features​

  • Company Search
  • Trust Score Analysis
  • Battle Mode
  • AI Chat (Π’Π°Ρ€Ρ‚ΠΎΠ²ΠΈΠΉ)
  • Crypto Intelligence
  • Reports & PDF Export

Technical Documentation (docs.sentryanalytic.com)​

Docusaurus 3.7 documentation platform.

Source: knowledge-base/​

Tech Stack​

  • Framework: Docusaurus 3.7
  • Search: Algolia DocSearch
  • i18n: English, Ukrainian, German
  • Hosting: Cloud Run (europe-west1)
  • CI/CD: GitHub Actions

Features​

  • βœ… Full-text search via Algolia
  • βœ… Multi-language support (EN, UK, DE)
  • βœ… AI-powered translations (Gemini 2.5)
  • βœ… Automatic deployment on push
  • βœ… Custom domain with SSL

API Documentation (/api/docs)​

FastAPI auto-generates Swagger/OpenAPI docs.

Sections​

  • Scraping Endpoints
  • Company Endpoints
  • AI Chat Endpoints
  • Agent Tool Endpoints
  • Crypto Endpoints
  • Analytics Endpoints
  • Reports Endpoints

Deployment​

ServicePlatformRegion
Backend + Dashboard + LandingCloud Runeurope-west4
docs.sentryanalytic.comCloud Runeurope-west1

Auto-Deploy​

  • knowledge-base/** changes β†’ GitHub Actions β†’ Cloud Run (docs)
  • Backend changes β†’ Manual gcloud deploy or GitHub Actions

Documentation Sync​

LocationPurposeConsumers
docs/Internal docs (RAG indexed)AI Chat Bot
docs_site/Landing pageMarketing, users
knowledge-base/Technical documentationDevelopers

Last updated: December 28, 2025