Skip to content

JDerekLomas/getinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getinput

Human-in-the-loop review tools for AI workflows.

Tools

Tool Purpose Use case
page Spatial web feedback Click elements, edit text inline, leave comments on live sites
picks Asset selection Swipe through photos/images, thumbs up/down
sift Generation review Approve/reject AI outputs with notes for prompt refinement

Core principles

  1. Minimal friction - One click to start, one click to decide
  2. Accumulates as text - Copy/paste feedback anytime
  3. Claude Code readable - /input check shows pending feedback
  4. Local first - Works without accounts, stores to JSON

Usage with Claude Code

# Add page feedback widget to current project
/input page setup

# Check accumulated feedback
/input check

# Apply text edits automatically
/input apply

# Clear resolved feedback
/input clear

Installation

Page feedback (Next.js)

npx getinput-page

Adds:

  • components/InputWidget.tsx - floating feedback widget
  • app/api/input/route.ts - local JSON storage
  • input.json - feedback file (gitignored)

Picks (standalone)

npx getinput-picks ./images/*.jpg

Opens a local review UI for the matched files.

Sift (standalone)

npx getinput-sift ./outputs/

Opens a review UI for AI-generated content with rejection notes.

License

MIT

About

Human-in-the-loop review tools for AI workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •