A self-hosted solution to query your JSON in natural language using power of jq and LLMs. No more need to learn jq commands to query your JSON. Just use natural english to ask questions to your JSON.
Local Dev
- Node -
>=v20.x.x
Pre-requisites
Once the Node is installed, please run below commands to install and run the app locally
npm install
Create .env
file in the root of the project and add below line
ANTHROPIC_API_KEY=<your-anthropic-api-key>
npm run dev
Check out this video on how to self host this app