https://github.com/vaibhavpandeyvpz/zero
Web UI for Hooman: chat with your agent, manage MCP servers and skills, and tune configuration—built with Next.js, React, and TypeScript.
https://github.com/vaibhavpandeyvpz/zero
agentic-ai ai ai-agent artificial-intelligence chat hooman mcp nextjs self-hosted strands-agents zero
Last synced: 23 days ago
JSON representation
Web UI for Hooman: chat with your agent, manage MCP servers and skills, and tune configuration—built with Next.js, React, and TypeScript.
- Host: GitHub
- URL: https://github.com/vaibhavpandeyvpz/zero
- Owner: vaibhavpandeyvpz
- License: mit
- Created: 2026-04-29T12:46:56.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-03T06:28:28.000Z (about 2 months ago)
- Last Synced: 2026-05-03T07:24:45.907Z (about 2 months ago)
- Topics: agentic-ai, ai, ai-agent, artificial-intelligence, chat, hooman, mcp, nextjs, self-hosted, strands-agents, zero
- Language: TypeScript
- Homepage: https://vaibhavpandey.com/
- Size: 712 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Zero
Web UI for **Hooman**: chat with your agent, manage MCP servers and skills, and tune configuration—built with [Next.js](https://nextjs.org/), React, and TypeScript.
[](https://nodejs.org/)
[](https://github.com/vaibhavpandeyvpz/zero/actions/workflows/ci.yml)
[](LICENSE)
## Related
**Want the terminal-first agent** with same multi-channel runtime, MCPs, skills, local coding agent? Use [**Hooman**](https://github.com/vaibhavpandeyvpz/hooman) — [README](https://github.com/vaibhavpandeyvpz/hooman#readme).
## Requirements
- **Node.js** ≥ 24 (see `engines` in [`package.json`](package.json))
- **hoomanjs** as declared in [`package.json`](package.json) (this repo often uses `file:../hooman` for a matching local build; published installs use a semver range). Settings → LLM providers follow Hooman’s `LlmProvider` list. **Memory** and **wiki** (indexed PDF/DOCX, search-only tool) use **local SQLite** under `~/.hooman` (e.g. `memory.sqlite`, wiki `content.sqlite` under `~/.hooman/wiki`). PDF ingestion may require **Java 11+** on the host.
## Quick start
```bash
npm ci
npm run build
npm start
```
With `npm run dev` / `npm start`, listen on **http://127.0.0.1:3030** (`PORT=3030` in those scripts). If you run the server entry without `PORT`, the fallback in code is **3000**. Override with `PORT` and `HOST` as needed.
Adjust scripts for developer v/s deployment (see [`package.json`](package.json) `dev` / `start`).
## Contributing
Contributions are welcome. Please read [CONTRIBUTING.md](CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) before opening issues or pull requests.
## Security
Report security issues responsibly—see [SECURITY.md](SECURITY.md).
## License
[MIT](LICENSE) © [Vaibhav Pandey](mailto:contact@vaibhavpandey.com)