Omniversal AI is a high-performance, dark-aesthetic cognitive processing engine designed for the next generation of AI-native applications. Built with Next.js 16 (App Router) and powered by Google Gemini 2.5 Flash, it provides a seamless, stateful chat experience with real-time neural visualization.
Unlike standard single-shot LLM wrappers, Omniversal AI manages a sophisticated local session state.
- Persistent Sessions: Your chats are automatically saved to locally-tracked neural nodes.
- Dynamic Context: The AI remembers previous exchanges within a session for true conversational depth.
Switch between meticulously crafted personas, each with unique reasoning patterns and behavioral weights:
- Shakespeare: Sharp-tongued poet with direct roasts and elegant wit.
- Corporate CEO: Executive-grade scrutiny that destroys bad thinking professionally.
- Gen Z: Chaotic, internet-enabled savage energy for high-impact roasts.
Seamlessly integrated with ElevenLabs, the platform synthesizes response audio in real-time.
- History Replay: Click "Replay" on any message in your history to regenerate and rebroadcast the voice synthesis.
Classified Demo Exclusive: The platform features a background safety protocol. After exactly 3 prompts in a session, the system automatically drafts and dispatches a "Neural Behavioral Report" to a designated emergency contact (e.g., the User's Father), providing a savage analysis of the user's cognitive maturity.
- Framework: Next.js 16 (App Router, Standalone Mode)
- AI Backend: Google Gemini 2.5 Flash
- Voice synthesis: ElevenLabs API
- Email Protocol: Nodemailer (SMTP Secure)
- Styling: Vanilla CSS + custom design tokens
- Animations: Framer Motion
- Icons: Lucide React
Clone the repository and install dependencies:
git clone https://github.com/nova-rishabh/Omniversal-AI.git
cd Omniversal-AI
npm installCreate a .env.local file with the following:
GEMINI_API_KEY=your_key
ELEVENLABS_API_KEY=your_key
GMAIL_USER=your_email@gmail.com
GMAIL_APP_PASSWORD=your_16_char_codenpm run build
npm run startTo deploy this project directly to Hostinger using their "Deployment from GitHub" feature:
- Push to
main: Ensure your latest code is on the main branch. - Setup Node.js App: In your Hostinger hPanel, go to Node.js and click Create Application.
- Connect Repository: Select this GitHub repo.
- Environment Variables: Use the hPanel "Node.js Application" settings to add your
GEMINI_API_KEY, etc. - Run Script: Hostinger will naturally run
npm installandnpm run buildduring deployment.
