A modern, responsive landing page for ZENTAXA - AI Agent Observability Platform.
- Platform: zentaxaapp.azurewebsites.net
- PyPI SDK: pypi.org/project/zentaxa
- Documentation: View Docs
- 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
- A web browser (Chrome, Firefox, Safari, Edge)
- A web server (see options below)
- Python 3.x (recommended for local development)
- OR Node.js 14+ (alternative)
- OR any static web server
# Navigate to the project directory
cd front-end
# Start the server
python3 -m http.server 8000
# Open your browser and visit
# http://localhost:8000# 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- Install the "Live Server" extension in VS Code
- Right-click on
index.html - Select "Open with Live Server"
- Your browser will open automatically
front-end/
βββ index.html # Main landing page
βββ README.md # This file
βββ LICENSE # MIT License
βββ .github/
βββ workflows/
βββ deploy.yml # GitHub Actions CI/CD
-
Via Netlify Drop:
- Visit Netlify Drop
- Drag and drop the
front-endfolder - Get instant deployment with custom domain
-
Via Git:
- Connect your GitHub repository
- Set build settings:
- Build command: (leave empty)
- Publish directory:
front-end
- Auto-deploys on push
- Push your code to GitHub
- Go to Settings β Pages
- Select branch and
/front-endfolder - Save and get your URL
# Install Vercel CLI
npm install -g vercel
# Deploy
cd front-end
vercelEdit 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
- Colors: Modify Tailwind classes in
index.html - Logo: Update the logo text in the navigation
- Content: Edit text directly in the HTML file
- Primary: Blue (
#2563EB) - Accent: Custom accent color
- Dark: Dark backgrounds for sections
- Success: Green for positive metrics
- Warning: Yellow/Red for alerts
- Font: System fonts (sans-serif)
- Headings: Bold, large sizes
- Body: Regular weight, readable sizes
- β Chrome 90+
- β Firefox 88+
- β Safari 14+
- β Edge 90+
- β Mobile (320px - 767px)
- β Tablet (768px - 1023px)
- β Desktop (1024px+)
- Load Time: < 2 seconds
- First Contentful Paint: < 1 second
- Lighthouse Score: 90+
- HTTPS recommended for production
- No sensitive data stored client-side
- External links use
rel="noopener noreferrer"
This project is licensed under the MIT License - see the LICENSE file for details.
This is a private project. For questions or support, contact:
- Email: support@zentaxa.me
- LinkedIn: Happy Raj
If you encounter any issues:
- Check browser console for errors
- Ensure you're using a modern browser
- Try clearing browser cache
- Contact support@zentaxa.me
- Eye-catching headline
- Call-to-action button
- Live dashboard preview
- Visual comparison
- Animated graphics
- Clear value proposition
- Cost intelligence dashboard
- Real-time metrics
- Agent monitoring
- Side-by-side comparison cards
- Highlighted benefits
- Visual metrics
- Integrated Tally form
- Professional styling
- Easy lead capture
- Keep Tailwind CDN version current
- Update copyright year annually
- Refresh testimonials and metrics
- Update social media links
- Check form submissions
- Monitor page load times
- Review user feedback
- Update content as needed
- Mobile hamburger menu
- Smooth scroll animations
- Hover effects on cards
- Animated dashboard components
- Semantic HTML5
- Proper meta tags
- Alt text for images
- Structured data ready
- ARIA labels
- Keyboard navigation
- Screen reader friendly
- High contrast text
# 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 --prodBuilt with β€οΈ by ZENTAXA Team
Version: 1.0.0
Last Updated: October 2025