Skip to content

Latest commit

Β 

History

History
271 lines (197 loc) Β· 5.75 KB

File metadata and controls

271 lines (197 loc) Β· 5.75 KB

ZENTAXA Landing Page

A modern, responsive landing page for ZENTAXA - AI Agent Observability Platform.

🌐 Live Links

πŸš€ Features

  • Fully Responsive Design - Works seamlessly on desktop, tablet, and mobile
  • Modern UI/UX - Built with Tailwind CSS for a professional look
  • Interactive Elements - Smooth animations and hover effects
  • Performance Optimized - Fast loading times with inline styles
  • SEO Ready - Proper meta tags and semantic HTML

πŸ“‹ Requirements

Minimum Requirements

  • A web browser (Chrome, Firefox, Safari, Edge)
  • A web server (see options below)

Development Requirements

  • Python 3.x (recommended for local development)
  • OR Node.js 14+ (alternative)
  • OR any static web server

πŸ› οΈ Installation & Setup

Option 1: Python Simple Server (Recommended)

# Navigate to the project directory
cd front-end

# Start the server
python3 -m http.server 8000

# Open your browser and visit
# http://localhost:8000

Option 2: Node.js http-server

# Install http-server globally (one time only)
npm install -g http-server

# Navigate to the project directory
cd front-end

# Start the server
http-server -p 8000

# Open your browser and visit
# http://localhost:8000

Option 3: VS Code Live Server

  1. Install the "Live Server" extension in VS Code
  2. Right-click on index.html
  3. Select "Open with Live Server"
  4. Your browser will open automatically

πŸ“ Project Structure

front-end/
β”œβ”€β”€ index.html          # Main landing page
β”œβ”€β”€ README.md          # This file
β”œβ”€β”€ LICENSE            # MIT License
└── .github/
    └── workflows/
        └── deploy.yml # GitHub Actions CI/CD

🚒 Deployment

Deploy to Netlify (Recommended - Free)

  1. Via Netlify Drop:

    • Visit Netlify Drop
    • Drag and drop the front-end folder
    • Get instant deployment with custom domain
  2. Via Git:

    • Connect your GitHub repository
    • Set build settings:
      • Build command: (leave empty)
      • Publish directory: front-end
    • Auto-deploys on push

Deploy to GitHub Pages

  1. Push your code to GitHub
  2. Go to Settings β†’ Pages
  3. Select branch and /front-end folder
  4. Save and get your URL

Deploy to Vercel

# Install Vercel CLI
npm install -g vercel

# Deploy
cd front-end
vercel

πŸ”§ Configuration

Update Contact Information

Edit index.html to update:

  • Email: Search for support@zentaxa.me
  • Social media links (YouTube, Instagram, LinkedIn, X, Reddit)
  • Demo booking form: https://tally.so/r/worBQx

Customize Branding

  • Colors: Modify Tailwind classes in index.html
  • Logo: Update the logo text in the navigation
  • Content: Edit text directly in the HTML file

🎨 Design System

Color Palette

  • Primary: Blue (#2563EB)
  • Accent: Custom accent color
  • Dark: Dark backgrounds for sections
  • Success: Green for positive metrics
  • Warning: Yellow/Red for alerts

Typography

  • Font: System fonts (sans-serif)
  • Headings: Bold, large sizes
  • Body: Regular weight, readable sizes

πŸ§ͺ Testing

Browser Compatibility

  • βœ… Chrome 90+
  • βœ… Firefox 88+
  • βœ… Safari 14+
  • βœ… Edge 90+

Mobile Responsive

  • βœ… Mobile (320px - 767px)
  • βœ… Tablet (768px - 1023px)
  • βœ… Desktop (1024px+)

πŸ“Š Performance

  • Load Time: < 2 seconds
  • First Contentful Paint: < 1 second
  • Lighthouse Score: 90+

πŸ”’ Security

  • HTTPS recommended for production
  • No sensitive data stored client-side
  • External links use rel="noopener noreferrer"

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

🀝 Contributing

This is a private project. For questions or support, contact:

πŸ†˜ Support

If you encounter any issues:

  1. Check browser console for errors
  2. Ensure you're using a modern browser
  3. Try clearing browser cache
  4. Contact support@zentaxa.me

πŸ“š Documentation

Key Features

1. Hero Section

  • Eye-catching headline
  • Call-to-action button
  • Live dashboard preview

2. Problem-Solution Framework

  • Visual comparison
  • Animated graphics
  • Clear value proposition

3. Feature Showcase

  • Cost intelligence dashboard
  • Real-time metrics
  • Agent monitoring

4. Before/After Comparison

  • Side-by-side comparison cards
  • Highlighted benefits
  • Visual metrics

5. Contact Form

  • Integrated Tally form
  • Professional styling
  • Easy lead capture

πŸ”„ Updates & Maintenance

Regular Updates

  • Keep Tailwind CDN version current
  • Update copyright year annually
  • Refresh testimonials and metrics
  • Update social media links

Monitoring

  • Check form submissions
  • Monitor page load times
  • Review user feedback
  • Update content as needed

🌟 Features Breakdown

Interactive Elements

  • Mobile hamburger menu
  • Smooth scroll animations
  • Hover effects on cards
  • Animated dashboard components

SEO Optimization

  • Semantic HTML5
  • Proper meta tags
  • Alt text for images
  • Structured data ready

Accessibility

  • ARIA labels
  • Keyboard navigation
  • Screen reader friendly
  • High contrast text

πŸš€ Quick Deploy Commands

# Clone repository
git clone <your-repo-url>
cd front-end

# Local development
python3 -m http.server 8000

# Deploy to Netlify
netlify deploy --prod

# Deploy to Vercel
vercel --prod

Built with ❀️ by ZENTAXA Team

Version: 1.0.0
Last Updated: October 2025