← Back to List Studio

List Studio — MVP Documentation

Stable • Feature-Complete • No Backend Required

Overview

List Studio is a browser-based tool for creating, validating, and cleaning large AI-generated lists before publishing.

It is designed for content creators, publishers, and editors who work with long lists (50–1000+ items) and need to ensure quality, uniqueness, and structure without manual cleanup.

Privacy First: No accounts. No backend. No data leaves your machine.

What This Tool Does

  1. Builds deterministic, structured prompts for list generation
  2. Enforces JSON output from LLMs
  3. Validates pasted AI output
  4. Detects exact duplicates
  5. Detects semantically similar items
  6. Forces human review where ambiguity exists
  7. Produces a clean, publication-ready list
  8. Exports the final list in multiple formats

How to Use

  1. Open index.html in a modern browser
  2. Fill in the Prompt Builder fields
  3. Click "Generate Prompt"
  4. Copy the prompt and paste it into your LLM
  5. Generate the list
  6. Paste the full JSON response into "LLM Output Intake"
  7. Click "Validate & Analyze"

If duplicates are found: Select ONE item per duplicate group to keep

If similar items are found: Review and resolve as needed

Once resolved: The final list is generated automatically

Export using JSON, Markdown, HTML, or PDF buttons.

Input Requirements

Invalid JSON will be rejected.

Example Format:

[
  {
    "id": 1,
    "item": "Freelance social media management",
    "description": "Manage Instagram/TikTok for small businesses",
    "category": "Side Hustles"
  }
]

What This Tool Does NOT Do

You are always in control.

Technical Notes

Intended Use Cases

Status

This is a complete MVP.

License & Usage

Internal tool. Distribution and usage at publisher's discretion.

License: D-BAD License

A license for developers who want to be bad.