π 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β
| URL | Purpose | Source |
|---|---|---|
sentryanalytic.com | Landing page (info, roadmap, features) | docs_site/ |
sentryanalytic.com/app | Dashboard application | dashboard_app/ |
sentryanalytic.com/api/docs | Swagger API documentation | FastAPI auto-generated |
docs.sentryanalytic.com | Technical documentation | knowledge-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
Key Linksβ
| Button | Destination |
|---|---|
| π Dashboard | /app |
| π Documentation | docs.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β
| Service | Platform | Region |
|---|---|---|
| Backend + Dashboard + Landing | Cloud Run | europe-west4 |
| docs.sentryanalytic.com | Cloud Run | europe-west1 |
Auto-Deployβ
knowledge-base/**changes β GitHub Actions β Cloud Run (docs)- Backend changes β Manual gcloud deploy or GitHub Actions
Documentation Syncβ
| Location | Purpose | Consumers |
|---|---|---|
docs/ | Internal docs (RAG indexed) | AI Chat Bot |
docs_site/ | Landing page | Marketing, users |
knowledge-base/ | Technical documentation | Developers |
Last updated: December 28, 2025