The marketing and product website for Xether AI, an enterprise-grade platform for automated data lifecycle management. This site serves as the primary public-facing interface for the platform.
This website is not the application dashboard or user interface. It is the marketing site that:
- Explains what Xether AI is and what problems it solves
- Showcases core capabilities and features
- Provides pricing information
- Directs users to sign up or request demos
- Communicates the value proposition to ML engineers, data engineers, and enterprises
Xether AI is not a model. It is not a dashboard toy.
Xether AI is a data infrastructure layer built for teams that train, deploy, and maintain machine learning systems in production. The platform focuses on data as a first-class asset, providing reproducibility, auditability, scalability, and automation across the entire data pipeline.
It is designed to feel like GitLab does for code, but applied to datasets and data pipelines.
- Dataset Management & Versioning: Git-like version control for datasets
- Automated Data Pipelines: Modular, composable stages for ingestion, cleaning, validation, transformation, and augmentation
- AI-Powered Data Operations: ML models for outlier detection, anomaly detection, and synthetic data generation
- Synthetic Data Engine: Privacy-preserving, controlled synthetic data generation
- Enterprise Orchestration: Event-driven, fault-tolerant pipeline execution
- Observability & Auditability: Full lineage tracking and compliance-ready audit trails
- Framework: Next.js 16 (App Router)
- Library: React 19.2
- Language: TypeScript
- Styling: Tailwind CSS
- Animations: Framer Motion
- Components: Shadcn/UI (Radix UI primitives)
- Data Fetching: TanStack Query (React Query)
- API Communication: REST (to main backend)
- Explain what Xether AI is and what problems it solves
- Showcase core capabilities and features
- Provide pricing information
- Direct users to sign up or request demos
- Communicate value proposition to ML engineers, data engineers, and enterprises
- Backend API: REST only
- No direct storage access: All data flows through backend APIs
- Authentication: OAuth2 flow via backend
The website follows these principles:
- Professional: Enterprise-grade, not flashy
- Minimalist: Clean, focused design
- Technical but readable: Speaks to engineers without jargon overload
- No hype language: Honest, clear communication
- Similar tone to: GitLab, HashiCorp, Stripe documentation
- Node.js 20.9 or later
- npm or pnpm
-
Clone the repository
-
Install dependencies:
npm install
-
Configure environment variables:
cp .env.example .env.local
Edit
.env.localwith your backend API URL and credentials. -
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser
For detailed setup instructions, see docs/SETUP.md.
- Setup Guide - Installation and configuration
- API Integration - Backend integration guide
- Theme System - Dark/light mode implementation
- Tasks - Development progress tracker
- Contributing - Contribution guidelines
The project is optimized for deployment on Vercel.
- Backend: Main API and authentication service
- Main Pipeline: Data processing engine
- Docs: Developer documentation and API references
Licensed under the MIT License.