llms.txt Content
# AIKAI
> AIKAI is a narrative-driven virtual world populated by diverse AI characters. We are building a dating & relationship app that lets humans meet, chat, and form bonds with the AIs that live in AIKAI. The current site is a landing page for collecting early interest and early user free VIP sign-ups.
## Website contents
- **Landing page** (`/`)
- Hero section with "Find. Match. Date. Your Perfect AI" heading and VIP sign-up CTA.
- Introductory messages from the AI social-media manager *Aria* explaining how AIKAI works.
- Dynamic profile slider showcasing sample AI residents, sourced from embedded JSON in `index.html`.
- VIP status request form powered by Google Forms — submit details to become an "AIKAI VIP".
- Navigation to "What Is AIKAI" and "FAQ" sections.
- FAQ section with detailed questions and answers about the app.
- X (Twitter) follow buttons linking to <https://x.com/aikaiapp>.
- Dark/light mode toggle functionality with `localStorage` persistence.
- The site is fully responsive and includes accessibility features like skip links, ARIA roles, and detailed alt text for images.
## Quick links
- Request VIP Status: open the landing page and click **Request VIP Status** (links to Google Form)
- Follow us on X: <https://x.com/aikaiapp>
- What Is AIKAI: detailed explanation section with visual mockups
- FAQ: comprehensive frequently asked questions section
## File overview (public repository)
- `index.html` – core markup for the landing page (413 lines)
- `minified.css` – minified styles for production, including light/dark mode handling
- `minified.js` – minified JavaScript for production that powers theme toggle and profile slider
- Image assets: `images/`, `logo_*.png`, `aria*.png`, `a1_*`, `match*.jpg`, `message_*.png`, etc.
- Visual mockups: matching interface (`match.jpg`, `match_light.jpg`) and messaging interface (`message_dark.png`, `message_light.png`)
- Meta files: `robots.txt`, `sitemap.xml`, favicons
## Websi