This is the landing page for Eris, a private AI chat application that runs entirely on-device using Apple's MLX framework. The landing page showcases the app's features, available models, and privacy-first approach.
- 🌑 Dark Minimalist Design - Clean, modern interface with monochromatic theme
- ⚡ Lightning Fast - Built with Next.js 15 and optimized for performance
- 📱 Fully Responsive - Looks great on all devices
- 🎨 Smooth Animations - Subtle animations with Framer Motion
- 🔗 GitHub Integration - Live star count from the main repository
- 📄 Legal Pages - Privacy Policy and Terms of Use included
- Framework: Next.js 15 with App Router
- Language: TypeScript
- Styling: Tailwind CSS v4
- Icons: Lucide React
- Animations: Framer Motion
- Font: Geist (Next.js default)
- Node.js 18+
- npm or yarn
- Clone the repository:
git clone https://github.com/Natxo09/ErisLanding.git
cd ErisLanding- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser
npm run build
npm startsrc/
├── app/
│ ├── page.tsx # Home page
│ ├── layout.tsx # Root layout
│ ├── globals.css # Global styles
│ ├── privacy/ # Privacy policy page
│ └── terms/ # Terms of use page
└── components/
├── Header.tsx # Navigation header
├── Hero.tsx # Hero section
├── Features.tsx # Features grid
├── Models.tsx # AI models showcase
├── Privacy.tsx # Privacy section
├── Download.tsx # Download CTA
└── Footer.tsx # Footer with links
The site can be deployed to any platform that supports Next.js:
- Vercel (recommended): Simply connect your GitHub repo
- Netlify: Use the Next.js build plugin
- Self-hosted: Build and run with Node.js
- Eris iOS App - The main iOS application
- MLX - Apple's machine learning framework
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Created by Ignacio Palacio - natxo.dev
- Inspired by privacy-first AI applications
- Built with amazing open-source tools
This is just the landing page. For the actual iOS app that runs AI models on-device, check out the main Eris repository.
The app features:
- 100% on-device AI processing
- Support for 12+ language models
- Complete offline functionality
- No data collection or tracking
- Open source transparency
Download on the App Store (coming soon) or build from source!