Skip to content
/ JQery Public

Query your JSON in natural language using power of jq and LLMs

Notifications You must be signed in to change notification settings

punitda/JQery

Repository files navigation

JQery

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.

App Intro

Video

App Screenshots

Query page Screenshot

Requirements

Local Dev

  • Node - >=v20.x.x

Local Setup

Pre-requisites

  • Node >v20.x.x - recommended to install via some node version manager like nvm or n

Once the Node is installed, please run below commands to install and run the app locally

1. Install dependencies:

npm install

2. Setup Anthropic API key:

Create .env file in the root of the project and add below line

ANTHROPIC_API_KEY=<your-anthropic-api-key>

3. Run app

npm run dev

Deploy

Check out this video on how to self host this app

Video

About

Query your JSON in natural language using power of jq and LLMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published