DataTruth Navigation Guide
Quick reference for accessing all the new pages and features.
🌐 New Pages & Routes
Public-Facing Pages (Available to all authenticated users)
| Page | Route | Purpose | Key Content |
|---|---|---|---|
| Home | / | Main landing page | Overview, quick links, footer navigation |
| Security & Compliance | /security | Enterprise security details | Encryption, RBAC, audit trails, compliance (GDPR, SOC 2, HIPAA) |
| Pricing | /pricing | Plans and data sources | 3 pricing tiers, supported databases, FAQ |
| Case Studies | /case-studies | Customer success stories | 3 detailed case studies, metrics, testimonials |
| Technology | /technology | Technical differentiation | AI algorithms, architecture, performance specs |
| Roadmap | /roadmap | Product vision | Quarterly timeline, recently shipped, community requests |
Existing Application Pages
| Page | Route | Access Level | Purpose |
|---|---|---|---|
| Workspace | /workspace | All users | Query interface, chat, visualizations |
| Insights | /insights | All users | Automated insights and analytics |
| Settings | /settings | Admin only | System configuration |
| Admin Panel | /admin | Admin only | System management |
| User Management | /users | Admin only | User roles and permissions |
🎯 Quick Links from Home Page
Top Navigation Bar
- Workspace - Go to query interface
- Insights - View automated insights
- Admin (admins only) - System management
- Users (admins only) - User management
- Settings (admins only) - Configuration
Info Banners (New!)
- 💰 Simple Pricing →
/pricing - 🔒 Enterprise Security →
/security - 📊 Proven Results →
/case-studies
Technology Section
- “Explore Our Technology →” button →
/technology
Roadmap Teaser
- “View Full Roadmap →” button →
/roadmap
Footer Navigation
Product Resources Company Legal
├─ Pricing ├─ Case Studies ├─ About Us ├─ Privacy Policy
├─ Technology ├─ Documentation ├─ Careers ├─ Terms of Service
├─ Roadmap ├─ API Reference ├─ Blog └─ Cookie Policy
└─ Security └─ Community └─ Contact
📱 Navigation Tips
For Prospects/New Users:
- Start at Home (
/) for overview - Review Case Studies (
/case-studies) to see results - Check Pricing (
/pricing) for plans and data sources - Explore Security (
/security) for compliance needs - View Technology (
/technology) for technical details
For Technical Evaluators:
- Technology page for algorithms and architecture
- Security page for compliance and encryption details
- Roadmap page for upcoming features
- Pricing page for supported data sources
For Enterprise Buyers:
- Security page for compliance certifications
- Case Studies page for ROI examples
- Pricing page for enterprise tier
- Roadmap page for commitment/vision
For Existing Users:
- Workspace for daily analytics work
- Insights for automated discoveries
- Roadmap to see what’s coming
- Settings/Admin for configuration
🔐 Access Control
All new pages respect existing authentication:
- Must be logged in to access any page
- Admin-only pages still protected (Settings, Admin, Users)
- Public marketing pages accessible to all authenticated users
🎨 Design Consistency
All new pages follow the existing design system:
- Gradient headers (blue-600 to purple-600)
- Card-based layouts with shadows
- Consistent iconography
- Responsive grid layouts
- Hover effects and transitions
📝 Content Updates
To update content on these pages:
Security Page
Edit: frontend/src/components/SecurityCompliancePage.tsx Update: Security features, compliance badges, commitment text
Pricing Page
Edit: frontend/src/components/PricingPage.tsx Update: Prices, features, data sources, FAQ
Case Studies
Edit: frontend/src/components/CaseStudiesPage.tsx Update: Company details, metrics, testimonials, use cases
Technology Page
Edit: frontend/src/components/TechnologyPage.tsx Update: Algorithms, specs, architecture diagram
Roadmap Page
Edit: frontend/src/components/RoadmapPage.tsx Update: Quarterly features, shipped items, community requests
Home Page
Edit: frontend/src/components/HomePage.tsx Update: Hero text, banners, feature highlights, footer
🚀 Deployment
After making changes:
cd frontend
npm run build
Then deploy the build folder to your hosting environment.
📊 Analytics Tracking (Recommended)
Consider adding analytics to track:
- Page views on each new page
- Click-through rates from home to other pages
- Time spent on case studies and pricing pages
- Conversion from pricing to signup
🔗 External Links (To Be Added)
These sections currently show as text but should be linked:
- Documentation (create docs site)
- API Reference (create API docs)
- Community (setup forum/Discord)
- About Us, Careers, Blog (create company pages)
- Contact (create contact form)
- Privacy Policy, Terms, Cookie Policy (create legal pages)
Last Updated: December 31, 2025 Status: All routes active and functional