🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

getinput-page

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getinput-page

Edit any text on a Next.js page in the browser. Auto-installs a floating widget and an /api/input route.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

getinput-page

Floating widget for Next.js (App Router) that lets anyone edit text directly on a live page. Edits save to input.json, then Claude Code applies them to source via /input apply.

Install

In your Next.js project:

npx getinput-page

This will:

  • Copy InputWidget.tsx into components/
  • Add an app/api/input route
  • Create input.json and add it to .gitignore
  • Inject <InputWidget /> into your root layout

Run npm run dev and you'll see Edit/Comment buttons in the bottom-right corner on localhost.

Usage

ActionHow
Edit textClick Edit, then click any heading/paragraph/button — type to change it
Leave a commentClick Comment, then click any element — type your note
Apply edits to sourceIn Claude Code: /input apply
View all feedbackIn Claude Code: /input check

Share for review

Click the count badge, then Share. You'll get a link with ?getinput that anyone can open to leave feedback without touching your source. They click Copy feedback when done and paste the JSON back to you.

Not Next.js?

Use the framework-agnostic version:

<script src="https://getinput.io/widget.js"></script>

License

MIT

Keywords

feedback

FAQs

Package last updated on 22 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts