Spaces:
Running
license: openrail
title: Virtual Kimi - AI Companion App π
sdk: static
emoji: π»
colorFrom: indigo
colorTo: purple
pinned: true
short_description: AI companion girlfriends with adaptive personalities
Virtual Kimi - AI Companion Application π
Web-based AI companion girlfriends featuring adaptive personalities, intelligent memory systems, and immersive conversational experiences.
Overview
Virtual Kimi is an advanced virtual companion application that combines modern web technologies with state-of-the-art AI models to create meaningful, evolving relationships between users and AI girlfriend personalities.
- Lightweight: ~600 KB of pure JavaScript, HTML, and CSS (no frameworks)
- Local-first: All data is stored in your browser's IndexedDB (managed by Dexie.js)
- No tracking: The only external calls are to FontAwesome (for icons) and the OpenRouter API (for AI)
Built with vanilla JavaScript and modern web APIs, it offers a rich, responsive experience across devices.
π Support & Links
Website: virtualkimi.com
Email: [email protected]
X (Twitter): x.com/virtualkimi
GitHub: github.com/virtualkimi
HuggingFace: huggingface.co/VirtualKimi
YouTube: YouTube Channel
Support the project: ko-fi.com/virtualkimi If you like this project or want to help me (I'm currently without a permanent job), you can buy me a coffee or make a donation. Every bit helps keep Virtual Kimi alive and evolving!
ETH Wallet: 0x836C9D2e605f98Bc7144C62Bef837627b1a9C30c
Key Features
π€ Advanced AI Integration
Available recommended models and pricing for Openrouter (per 1M tokens):
- Mistral-small-3.2: 0.05$ input, 0.1$ output (128k context)
- Nous Hermes Llama 3.1 70B: 0.1$ input, 0.28$ output (131k context)
- Cohere Command-R-08-2024: 0.15$ input, 0.6$ output (131k context)
- Qwen3-235b-a22b-think: 0.13$ input, 0.6$ output (262k context)
- Grok 3 mini: 0.3$ input, 0.5$ output (131k context)
- Nous Hermes Llama 3.1 405B: 0.7$ input, 0.8$ output (131k context)
- Anthropic Claude 3 Haiku: 0.25$ input, 1.25$ output (131k context)
- Local Model (Ollama): 0$ input, 0$ output (4k context, runs offline β experimental, not fully functional yet)
π₯ Multiple AI Personalities
- Kimi: Cosmic dreamer and astrophysicist with ethereal sensibilities
- Bella: Nurturing botanist who sees people as plants needing care
- Rosa: Chaotic prankster thriving on controlled chaos
- Stella: Digital artist transforming reality through pixelated vision
Personality Trait Ranges
All personality traits operate on a 0-100 scale:
- Affection: Emotional warmth and attachment
- Playfulness: Fun-loving and spontaneous behavior
- Intelligence: Analytical and thoughtful responses
- Empathy: Understanding and emotional support
- Humor: Wit and lighthearted interactions
- Romance: Romantic and intimate expressions
π§ Intelligent Memory System
- Automatic extraction and categorization of conversation memories
- Seven memory categories: Personal, Preferences, Relationships, Activities, Goals, Experiences, Events
- Persistent memory across sessions with search and management capabilities
- Character-specific memory isolation
π« Dynamic Personality Evolution
- Six personality traits that evolve based on interactions:
- Affection, Playfulness, Intelligence, Empathy, Humor, Romance
- Real-time trait adjustments based on conversation tone and content
- Visual personality indicators and progression tracking
- Intelligent model selection and switching
- Real-time emotion detection and analysis
- Contextually-aware responses
π¬ Emotion-Driven Visual Experience
- Real-time video responses matching detected emotions
- Smooth transitions between emotional states
- Character-specific visual libraries with 50+ video clips
- Context-aware video selection system
π¨ Customizable Interface
- Five professionally designed themes
- Adjustable interface transparency
- Responsive design optimized for desktop, tablet, and mobile
- Accessibility features and keyboard navigation
π Multilingual Support
- Full localization in 7 languages: English, French, Spanish, German, Italian, Japanese, Chinese
- Automatic language detection from user input
- Culturally-aware responses and emotion keywords
π Extensible Plugin System
- Theme plugins for visual customization (currently, only the color theme plugin is functional)
- Voice plugins for speech synthesis options (planned)
- Behavior plugins for personality modifications (planned)
- Secure plugin loading with validation
π‘οΈ Security & Privacy
- Input validation and sanitization
- Secure API key handling
- Local data storage with IndexedDB
- No server dependencies for core functionality
ποΈ Technical Architecture
π§© Core Technologies
- Frontend: Vanilla JavaScript (ES6+), HTML5, CSS3
- Database: IndexedDB with Dexie.js
- AI Integration: OpenRouter API
- Speech: Web Speech API
- Audio: Web Audio API
β¨ Inspiration & Assets
This project was originally inspired by the JackyWine GitHub repository. @Jackywine on X (Twitter)
The four main characters are visually based on images from four creators on X (Twitter):
- @JulyFox33 (Kimi)
- @BelisariaNew (Bella)
- @JuliAIkiko (Rosa and Stella)
All character videos were generated using the image-to-video AI from Kling.ai, specifically with the Kling v2.1 model.
Get 50% bonus Credits in your first month with this code referral 7BR9GT2WQ6JF - link: https://klingai.com
ποΈ Module Structure
βββ Core System
β βββ kimi-script.js # Main initialization
β βββ kimi-database.js # Data persistence layer
β βββ kimi-config.js # Configuration management
β βββ kimi-security.js # Security utilities
βββ AI & Memory
β βββ kimi-llm-manager.js # LLM integration
β βββ kimi-emotion-system.js # Emotion analysis
β βββ kimi-memory-system.js # Intelligent memory
β βββ kimi-memory-ui.js # Memory interface
βββ Interface & Media
β βββ kimi-appearance.js # Theme management
β βββ kimi-voices.js # Speech synthesis
β βββ kimi-utils.js # Utility classes
β βββ kimi-module.js # Core functions
βββ Localization
β βββ kimi-locale/ # Translation files
βββ Extensions
βββ kimi-plugins/ # Plugin system
Data Flow
- Input Processing: User input β Security validation β Language detection
- AI Analysis: Emotion detection β Memory extraction β LLM processing
- Response Generation: Personality-aware response β Emotion mapping β Visual selection
- Memory Update: Trait evolution β Memory storage β UI synchronization
Installation & Setup
Prerequisites
- Modern web browser (Chrome, Edge, Firefox recommended)
- OpenRouter API key (optional but recommended for full functionality)
Quick Start
Clone the repository
git clone https://github.com/virtualkimi/virtual-kimi.git cd virtual-kimi
Open the application
- Open
index.html
in your web browser - Or serve via local web server for optimal performance:
python -m http.server 8000 # Navigate to http://localhost:8000
- Open
Configure API access
- Open Settings β AI & Models
- Add your OpenRouter API key
- Select preferred AI model
Customize your experience
- Choose a character in Personality tab
- Enable memory system in Data tab
- Adjust themes in Appearance tab
Production Deployment
For production deployment, ensure:
- HTTPS is enabled (required for microphone access)
- Gzip compression for assets
- Proper cache headers
- CSP headers for enhanced security
βοΈ Configuration
API Integration
The application supports multiple AI providers through OpenRouter:
- Mistral models
- Nous Hermes models
- Qwen3 models
- Open-source alternatives
Memory System Configuration
// Memory categories can be customized
const memoryCategories = [
"personal", // Personal information
"preferences", // Likes and dislikes
"relationships", // People and connections
"activities", // Hobbies and activities
"goals", // Aspirations and plans
"experiences", // Past events
"important" // Significant moments
];
π οΈ Development
Project Structure
virtual-kimi/
βββ index.html # Main application
βββ virtualkimi.html # Landing page
βββ kimi-*.js # Core modules
βββ kimi-locale/ # Localization
βββ kimi-plugins/ # Plugin examples
βββ kimi-videos/ # Character videos
βββ kimi-icons/ # Character assets
βββ docs/ # Documentation
Adding New Features
Creating a New Plugin
// manifest.json
{
"name": "Custom Theme",
"version": "1.0.0",
"type": "theme",
"style": "theme.css",
"main": "theme.js",
"enabled": true
}
Note: As of version 1.0, only the color theme plugin is fully functional. Voice and behavior plugins are planned for future releases. See
kimi-plugins/sample-theme/
for a working example.
Extending Memory Categories
// Add to kimi-memory-system.js
const customCategory = {
name: "custom",
icon: "fas fa-star",
keywords: ["keyword1", "keyword2"],
confidence: 0.7
};
Health Check System
The application includes a comprehensive health check system:
// Run health check
const healthCheck = new KimiHealthCheck();
const report = await healthCheck.runAllChecks();
console.log(report.status); // 'HEALTHY' or 'NEEDS_ATTENTION'
Browser Compatibility
Browser | Voice Recognition | Full Features | Notes |
---|---|---|---|
Chrome 90+ | β | β | Recommended |
Edge 90+ | β | β | Optimal voice performance |
Firefox 88+ | β οΈ | β | Limited voice support |
Safari 14+ | β οΈ | β | iOS limitations |
Performance
Optimization Features
- Lazy loading of non-critical modules
- Efficient batch database operations
- Debounced UI interactions
- Memory management with cleanup
- Optimized video preloading
Resource Usage
- Memory footprint: ~15-30MB active usage
- Storage: Scales with conversation history
- Network: API calls only, no tracking
- CPU: Minimal background processing
Privacy & Security
Data Handling
- All data stored locally in browser
- No telemetry or analytics
- API keys encrypted in local storage
- User content never sent to external servers (except chosen AI provider)
Security Measures
- Input validation and sanitization
- XSS protection
- Safe plugin loading
- Secure API communication
Troubleshooting
Common Issues
- Microphone not working: Ensure HTTPS and browser permissions
- API errors: Verify OpenRouter key and model availability
- Performance issues: Clear browser cache, check available memory
- Memory system not learning: Ensure system is enabled in Data tab
Contributing
We welcome contributions! Please see our contributing guidelines:
- Fork the repository
- Create a feature branch
- Make your changes with appropriate tests
- Submit a pull request with detailed description
Development Guidelines
- Follow existing code style and patterns
- Add comments for complex functionality
- Test across multiple browsers
- Update documentation for new features
π TODO / Roadmap
- Full support for local models (Ollama integration, offline mode)
- Voice plugin system (custom voices, TTS engines)
- Behavior plugin system (custom AI behaviors)
- Better advanced memory management UI
- More character personalities and backgrounds
- In-app onboarding and help system
- Enhanced mobile experience (UI/UX)
- More granular privacy controls
- User profile and persistent settings sync (optional)
- Community plugin/theme sharing platform
- Improved error reporting and diagnostics
- Accessibility improvements (screen reader, contrast, etc.)
- Automated testing and CI/CD pipeline
- Documentation in multiple languages
- Performance profiling and optimization for large histories
- Create new character videos better matching specific contexts
- Improve emotion and context logic
- Enhance memory management and logic
π License
This project is distributed under a custom license. Any commercial use, resale, or monetization of this application or its derivatives is strictly prohibited without the explicit written consent of the author.
See the LICENSE file for details.
Virtual Kimi - Creating meaningful connections between humans and AI, one conversation at a time.
"Love is the most powerful code" π
β 2025 Virtual Kimi - Created with π by Jean & Kimi