{"id":50544167,"url":"https://github.com/vaibhavpandeyvpz/zero","last_synced_at":"2026-06-03T22:30:57.399Z","repository":{"id":355348252,"uuid":"1224598738","full_name":"vaibhavpandeyvpz/zero","owner":"vaibhavpandeyvpz","description":"Web UI for Hooman: chat with your agent, manage MCP servers and skills, and tune configuration—built with Next.js, React, and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-05-03T06:28:28.000Z","size":729,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-03T07:24:45.907Z","etag":null,"topics":["agentic-ai","ai","ai-agent","artificial-intelligence","chat","hooman","mcp","nextjs","self-hosted","strands-agents","zero"],"latest_commit_sha":null,"homepage":"https://vaibhavpandey.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vaibhavpandeyvpz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-29T12:46:56.000Z","updated_at":"2026-05-03T06:28:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vaibhavpandeyvpz/zero","commit_stats":null,"previous_names":["vaibhavpandeyvpz/zero"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vaibhavpandeyvpz/zero","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaibhavpandeyvpz%2Fzero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaibhavpandeyvpz%2Fzero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaibhavpandeyvpz%2Fzero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaibhavpandeyvpz%2Fzero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaibhavpandeyvpz","download_url":"https://codeload.github.com/vaibhavpandeyvpz/zero/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaibhavpandeyvpz%2Fzero/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33883102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","ai","ai-agent","artificial-intelligence","chat","hooman","mcp","nextjs","self-hosted","strands-agents","zero"],"created_at":"2026-06-03T22:30:56.831Z","updated_at":"2026-06-03T22:30:57.376Z","avatar_url":"https://github.com/vaibhavpandeyvpz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Zero\n\nWeb 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.\n\n[![Node](https://img.shields.io/badge/node-%3E%3D24-339933?logo=node.js\u0026logoColor=white)](https://nodejs.org/)\n[![CI](https://github.com/vaibhavpandeyvpz/zero/actions/workflows/ci.yml/badge.svg)](https://github.com/vaibhavpandeyvpz/zero/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/screenshot.png\" alt=\"Zero app screenshot\" width=\"1000\" /\u003e\n\u003c/p\u003e\n\n## Related\n\n**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).\n\n## Requirements\n\n- **Node.js** ≥ 24 (see `engines` in [`package.json`](package.json))\n- **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.\n\n## Quick start\n\n```bash\nnpm ci\nnpm run build\nnpm start\n```\n\nWith `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.\n\nAdjust scripts for developer v/s deployment (see [`package.json`](package.json) `dev` / `start`).\n\n## Contributing\n\nContributions are welcome. Please read [CONTRIBUTING.md](CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) before opening issues or pull requests.\n\n## Security\n\nReport security issues responsibly—see [SECURITY.md](SECURITY.md).\n\n## License\n\n[MIT](LICENSE) © [Vaibhav Pandey](mailto:contact@vaibhavpandey.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhavpandeyvpz%2Fzero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaibhavpandeyvpz%2Fzero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhavpandeyvpz%2Fzero/lists"}