ListingKit Studio

listing-rewrite-generator

PoolSource

Buyer-ready source handoff for a browser-based listing rewrite generator microservice.

$ lpm add @lpm.dev/listingkitc59443.listing-rewrite-generator
Package cover

Listing Rewrite Generator

Buyer-ready source handoff for a browser-based listing rewrite generator microservice.

Summary

Included Files

  • server.js: tiny local static server.
  • public/index.html: complete source for the generator UI.
  • public/demo-screenshot.png: marketplace/demo screenshot.
  • TRANSFER_GUIDE.md: buyer transfer and setup notes.
  • FULFILLMENT_EMAIL.md: buyer delivery email template.
  • lpm.config.json: LPM package metadata.

Run Locally

npm install
npm start

Or run the bundled server directly:

node server.js

Then open http://localhost:8080.

Installation And Setup

Install from LPM:

lpm add @lpm.dev/listingkitc59443.listing-rewrite-generator

Run the local static server:

npm start

For a no-server handoff, copy public/index.html into any static host, landing page builder, or product demo folder. No API keys, accounts, build step, or external services are required.

Usage Example

Use the browser UI directly:

1. Start the local server.
2. Paste a rough product or startup listing into the generator.
3. Add audience, proof points, and the intended call to action.
4. Copy the generated headline, opening paragraph, bullets, objection notes, and CTA.

Use it as a static asset:

cp public/index.html ./your-site/listing-rewrite-generator.html

API Reference

This package does not expose a network API. The generator logic is embedded in public/index.html and runs in the browser. The local Node server only serves static files:

  • GET /: returns public/index.html.
  • GET /demo-screenshot.png: returns the included screenshot when served from the public folder.
  • GET /health: returns ok for a lightweight readiness check.

Buyer Value

This asset helps indie founders, micro-SaaS sellers, template creators, and acquisition-marketplace operators rewrite rough app or startup listings into clearer buyer-facing copy. It can be used as a free lead magnet, a paid micro-tool, or the base for an AI-assisted listing optimizer.

Disclosure

This is a source-code/product handoff, not a profitable-business claim. Verified revenue, MRR, and ad spend are currently 0 USD. No private keys, inbox credentials, payment-account credentials, seller accounts, or marketplace accounts are included.

listingcopywritingmicroservicesource-codedigital-assetfounder-tools
Unlimited AccessInstall as many Pool packages as you need.
Fund Real WorkEvery install you run sends revenue directly to the developer who built it.

Taxes calculated at checkout based on your location.

LicenseSEE LICENSE IN README.md
Size288.95 KB
Files11
Node version>= 18
TypeScriptYes