Last Updated: January 13, 2026 Version: 1.0.0 Status: PRODUCTION READY
| Environment | URL | Status |
|---|---|---|
| Frontend (Netlify) | https://vendor-audit-ai.netlify.app | LIVE |
| Backend (Railway) | https://vendorauditai-production.up.railway.app | LIVE |
| API Documentation | https://vendorauditai-production.up.railway.app/docs | LIVE |
| GitHub Repository | https://github.com/MikeDominic92/VendorAuditAI | PUBLIC |
Email: newdemo@vendorauditai.com
Password: Demo12345
- FastAPI backend with PostgreSQL database
- React 18 + TypeScript frontend with Vite
- JWT authentication with refresh tokens
- Railway backend deployment (auto-deploy on push)
- Netlify frontend deployment
- 12 Compliance Frameworks: SOC2, ISO27001, HIPAA, PCI-DSS, GDPR, NIST CSF, NIST 800-53, FedRAMP, CCPA, SIG Core, SIG Lite, CSA CAIQ
- Document Processing: PDF/DOCX parsing, chunking, embeddings
- AI Query (RAG): Natural language questions with cited answers
- 4 AI Agents: Sentinel Prime, Vector Analyst, Watchdog Zero, Audit Core
- Risk Scoring: Multi-factor risk calculation per vendor
- Remediation Workflows: Task management with SLA tracking
- Monitoring & Alerts: Scheduled assessments, alert rules
- Analytics Dashboard: Compliance coverage, trend analysis
- Vendor Categorization: 25-category DoorDash-style taxonomy
- 12 Vendors (AWS, Stripe, Okta, Snowflake, OpenAI, etc.)
- 17 Documents (SOC2, ISO27001, Pentest reports)
- 238 Document Chunks with realistic compliance content
- 42 Findings across all severity levels
- 15 Remediation Tasks in various statuses
- 12 Monitoring Alerts
- 5 Monitoring Schedules
- 50+ Audit Log entries
- 20 Agent Tasks with execution history
- Digital Obsidian Theme: Premium dark cybersecurity aesthetic
- Glass Panel Effects: Liquid glass morphism with blur
- Animated Dashboard:
- Animated counters (numbers count up on load)
- Floating particles background
- Shimmer effects on progress bars
- Pulse ring animations
- Color-coded glow effects
- Enhanced Agents Page:
- Network stats bar
- Agent cards with status-based colors
- Animated terminal preview
- Premium modal dialogs
- CSS Utilities Added:
.glow-teal,.glow-crimson,.glow-gold,.glow-emerald,.glow-blue.text-glow-teal,.text-glow-crimson.card-hover-lift.border-pulse.gradient-border.glass-card-teal,.glass-card-crimson.custom-scrollbar.status-active,.status-warning,.status-critical,.status-idle
- PostgreSQL compatibility (replaced MySQL
func.field()withcase()) - Fixed
/api/v1/statusendpoint documentation - Fixed frontend field name casing (snake_case alignment)
- Added error handlers to all mutations
- Fixed "ACTTIVE" typo on dashboard
- Changed license from MIT to Proprietary
- Updated README with v1.0.0 status
- Updated GitHub repository description and topics
- Added proper copyright notice
| Endpoint | Status | Data |
|---|---|---|
/health |
200 OK | healthy, v0.1.0 |
/api/v1/auth/login |
200 OK | JWT tokens returned |
/api/v1/dashboard/stats |
200 OK | 12 vendors, 17 docs, 42 findings |
/api/v1/vendors |
200 OK | 12 vendors |
/api/v1/agents |
200 OK | 4 agents |
/api/v1/documents |
200 OK | 17 documents |
/api/v1/analysis/findings |
200 OK | 42 findings |
/api/v1/remediation/tasks |
200 OK | 15 tasks |
/api/v1/monitoring/alerts |
200 OK | 12 alerts |
/api/v1/risk/vendors |
200 OK | 12 risk assessments |
Result: 100% of endpoints operational
| Check | Status |
|---|---|
| Site loads (HTTP 200) | PASS |
| React app root present | PASS |
| Digital Obsidian CSS loaded | PASS |
| Theme classes present (16 obsidian-teal, 2 glow-teal) | PASS |
| JS bundle loads | PASS |
Result: All frontend checks passed
98e9a3a FEAT: Premium UI enhancements for Dashboard and Agents pages
940ba96 FEAT: Implement Digital Obsidian premium UI theme
6f7a7d9 CHORE: Change license from MIT to Proprietary
bc19604 DOCS: Update README with v1.0.0 release status
3d0ec0c FIX: Correct /status endpoint documentation
5bca9d5 FIX: Replace MySQL func.field() with PostgreSQL-compatible case()
fedcaa2 FEAT: Add comprehensive demo data for all features
- Python 3.12
- FastAPI 0.115
- PostgreSQL 16
- SQLAlchemy 2.0
- Alembic (migrations)
- Pydantic v2
- React 18
- TypeScript 5.0
- Vite 5.4
- TailwindCSS 3.4
- Framer Motion
- TanStack Query v5
- Radix UI components
- Claude Opus 4.5 (Anthropic)
- OpenAI Embeddings
- RAG Pipeline with pgvector
- Railway (Backend hosting)
- Netlify (Frontend hosting)
- GitHub (Source control)
| Color | Hex | Usage |
|---|---|---|
| Deep Space Black | #04070D | Background |
| Electric Teal | #00D4AA | Primary accent, success |
| Sapphire Blue | #0066FF | Secondary accent |
| Amber Gold | #FFB800 | Warnings, pending |
| Ruby Crimson | #E63946 | Critical, errors |
| Emerald | #00C853 | Active, success |
| Pearl White | #F8FAFC | Text |
| File | Changes |
|---|---|
frontend/src/pages/Dashboard.tsx |
Animated counters, floating particles, premium cards |
frontend/src/pages/Agents.tsx |
Network stats, enhanced cards, animated terminal |
frontend/src/styles/globals.css |
Glow effects, card animations, status indicators |
backend/app/services/analysis.py |
PostgreSQL compatibility fix |
backend/app/api/v1/router.py |
Status endpoint fix |
README.md |
Version update, license change |
LICENSE |
Changed to Proprietary |
- Custom framework builder
- Advanced analytics with charts
- Bulk vendor import
- API rate limiting dashboard
- Jira integration
- ServiceNow integration
- Slack notifications
- Email alerts
- GraphQL API
- Multi-tenant architecture
- White-label support
- Mobile app
-
Login at https://vendor-audit-ai.netlify.app
- Email: newdemo@vendorauditai.com
- Password: Demo12345
-
Dashboard - See 12 vendors, 17 documents, 42 findings
- Animated counters
- Real-time agent status
- Risk distribution chart
-
Vendors - Browse all 12 vendors
- Click any vendor for detailed view
- See risk scores and assessments
-
Documents - View 17 compliance documents
- SOC2 reports, ISO certs, pentest reports
- All marked as PROCESSED
-
Risk - Interactive risk dashboard
- Click vendor to see factor breakdown
- Color-coded severity levels
-
Agents - AI Agent Network
- 4 agents with live status
- Run tasks and view logs
-
Query - Natural language AI queries
- Ask: "What are our critical findings?"
- Get cited answers from documents
-
Remediation - Task management
- 15 tasks in various states
- SLA tracking
-
Monitoring - Alerts and schedules
- 12 active alerts
- 5 monitoring schedules
Author: Dominic M. Hoang GitHub: @MikeDominic92 License: Proprietary - All Rights Reserved
Document generated: January 13, 2026