jellyotsiro
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Molotov Coctail Thrown at Sam Altman's House (nbcnews.com)
- Show HN: Agentsearch – browse any docs as a filesystem (agentsearch.sh)
Hi HN, I built agentsearch, a free tool that turns any documentation website into a browsable filesystem that you can access with one command. npx nia-docs https://docs.anthropic.com This opens a shell where the docs…
-
We've been building Crust (https://crustjs.com/), a TypeScript-first, Bun-native CLI framework with zero dependencies. It's been powering our core product internally for a while, and we're now open-sourcing it. The…
-
We’re open-sourcing the Nia CLI: a command-line tool for AI agents to index and search technical and general data sources directly from the terminal. GitHub: https://github.com/nozomio-labs/nia-cli We originally built…
-
Introducing Nia Vault, a CLI that lets you query your local markdown/text files using natural language. What it does: Semantic search over local folders and notes Works across multiple synced directories RAG-style…
- Show HN: AI agent that searches the Cursor forum (cursor.trynia.ai)
I built an AI agent that searches the entire Cursor community forum (http://forum.cursor.com/) and answers questions grounded in real forum discussions. The problem: Cursor's forum has tons of valuable content - feature…
- Show HN: OSS AI agent that indexes and searches the Epstein files (epstein.trynia.ai)
Hi HN, I built an open-source AI agent that has already indexed and can search the entire Epstein files, roughly 100M words of publicly released documents. The goal was simple: make a large, messy corpus of PDFs and…
-
Hi HN, I am Arlan and I am building Nia (https://trynia.ai), a context layer for AI coding agents. Nia lets tools like Cursor, Claude Code, and other MCP clients index and query real codebases and documentation so they…
- Show HN: 10x the output of your coding agent (docs.trynia.ai)
Nia is a MCP server that provides additional context layer for any coding agent or IDE. Users use it to enrich agents by indexing external documentation and codebases through our system to feed it back to coding agent.