It runs right in your browser with no downloads or setup required. You can chat, search Wikipedia, and more without sending your data anywhere. Everything stays on your device.
This is what the main page looks like when you open it. The chat area is in the center and your conversations are on the left.
Here is everything it can do, and it all runs right in your browser.
When you send a message, it shows up as a bubble on the right. The AI response appears on the left. You can also see the message actions that let you copy or listen to replies.
If you tap the question mark icon, a help overlay pops up with more info about whatever setting you are looking at. It explains things without leaving the page.
Everything runs on your machine with no backend or cloud support needed. Your browser does all the work.
Your browser loads the HTML, CSS, and JavaScript. There are no installation steps or API keys required.
The AI brain is called a model, which is a JSON file containing keywords, answers, and personality settings. Your browser reads it directly.
The engine looks for patterns in what you typed, finds the best match, and builds a reply. Special commands like @ImgAuth trigger extra tools.
If you ask about a topic, it can fetch a Wikipedia page and give you a short version. That gives you way more knowledge than what the model has on its own.
The project uses three layers that each handle their own job, so you can change one without touching the others.
| Layer | Description |
|---|---|
| Frontend (UI) | This is the HTML and CSS you see on screen, built to work on any screen size. |
| Logic Engine | JavaScript code that reads the model, manages the app state, and picks the right response for your input. |
| Model | A JSON file containing all the AI knowledge and responses. It is easy to edit and extend. |
{
"ver": "Genesis-SPT-1.0",
"hello": "Hello there! How can I help you today?",
"who are you": "I'm Genesis-AI, an experimental web-based intelligence by XPDevs."
}
We follow three rules that shape everything you see here.
You should understand everything at a glance with no hidden menus or confusing icons. Just straightforward design.
Your data stays yours since everything runs locally. Nothing gets sent anywhere without you knowing about it.
Every feature earns its place here. If it doesn't make the experience better, it doesn't belong in the project.
You can set up a profile with your name and picture. If you sign in with Google, your chats sync across devices. Otherwise everything stays saved in your browser.
There is no sign up required and no credit card needed. Just open the page and start using it.
Get Started →The settings panel lets you switch between light and dark mode, pick an AI model, toggle web search, and more. You can also check which model version is running.