This is the official website for Elys, an AI-powered guardian companion that helps you navigate everyday life with more peace of mind, less stress, and a sense that someone's quietly looking out for you.
Elys is an intelligent companion that:
- Learns your routines — your commute, your devices, your charging habits, your usual gym — and is calendar aware
- Notices when something is off and nudges you before it becomes a problem
- Protects your privacy with encrypted data and user control
- Complements existing assistants rather than replacing them
- Battery Awareness: "Your phone may not have enough battery for the coming trip!"
- Device Tracking: "You left home without your earbuds again."
- Calendar Awareness: "You usually leave for your meeting by now."
- Location Intelligence: "You're at the airport. Your suitcase beacon hasn't moved."
This website is built with Svelte and Vite.
- Node.js (v14 or later)
- npm
# Install dependencies
make install# Run development server
make devThis will start a development server at http://localhost:5173/
# Build for production
make buildThis will generate a dist directory with the production build.
The website is deployed to GitHub Pages.
# Deploy to GitHub Pages
make deployElysapp.io/
├── public/ # Static assets
├── src/ # Source code
│ ├── components/ # Svelte components
│ ├── App.svelte # Main app component
│ └── main.js # Entry point
├── index.html # HTML template
├── package.json # Dependencies and scripts
├── vite.config.js # Vite configuration
├── svelte.config.js # Svelte configuration
└── Makefile # Build scripts
All rights reserved.