# Build brief — a focused alternative to VHS Slipcover Maker

> **Verdict:** Partly, if you narrow it · **Buildability:** 63/100 · **Category:** Design
> **Source:** https://www.canitbevibecoded.com/vhs-slipcover-maker
> Independent editorial assessment from Can It Be Vibe Coded? Not affiliated with, endorsed by, or derived from VHS Slipcover Maker. Verify current pricing and capabilities before acting.

## Context

**VHS Slipcover Maker** — Design and print labels, sleeves, and inserts for VHS, cassette, CD, vinyl, and more. It currently costs $6/mo.

The core loop, type a title and print a correctly sized VHS slipcover, is a one-session build. But the rich design possibilities, range of 30+ physical media types, 22+ languages supported, and instant generation of covers from a variety of media sources makes this a lengthy project to spin up on your own. That part is not coming out of one prompt.

This brief describes a focused, single-operator replacement for the part of VHS Slipcover Maker that is genuinely reproducible. It is deliberately narrower than the product it replaces, and it says so in writing. Build the useful core; do not pretend to have rebuilt the rest.

## What you are building

Type a title, adjust fonts and colors, and print your own labels and covers for VHS tapes, DVDs, Cassettes, Vinyl and more.

- Generate a constrained editing workflow with reusable templates and deterministic exports.
- A responsive interface with real empty, loading, success, and error states.

## Requirements

### Functional

- A printer that takes 11 x 17 cardstock, or a print shop.

### Data and integrations

- TMDB API key only if you add movie-poster search.

Each of these needs a real account, credential, or quota. Set them up before writing feature code.

### Non-functional

- Accessibility: semantic markup, labelled controls, visible focus, and reduced-motion support.
- Security: server-side secrets, validated input, and no credentials in the client bundle.
- Reliability: retries with backoff on external calls, and a clear failure state when a provider is down.
- Portability: the operator can export their data and leave without losing it.

## Implementation brief

Build me a printable VHS slipcover maker to replace VHS Slipcover Maker (vhs.texs.org). Requirements:

- Vite + React + Tailwind, client-only, no server. State lives in the URL
  query string, omit any param still at its default; the URL is the save
  file and the share link. No database.
- Render the whole slipcover as one flat SVG die-cut wrap, 10.73 x 9.17 in:
  back panel, 1.05 in spine, front panel, each panel 7.4 in tall (the VHS
  case face height), plus fold-over flaps. Physical inches are the source
  of truth, derive every pixel value from them.
- Front panel: drag-and-drop cover art with zoom and pan, cropped to the
  panel, with the title over it. Spine: title rotated 90 degrees plus year
  and runtime. Back panel: a synopsis block, up to four screenshot
  thumbnails, and a fake barcode.
- Ink and background color pickers, five bundled retro Google Fonts, and
  three era presets: 80s rental store, 90s studio release, plain typewriter.
- Fold lines show on screen but never export; the printed sheet gets only a
  thin cut line around the outer die-cut perimeter.
- Export a Tabloid (11 x 17 in) PDF with pdf-lib at 600 DPI, plus a PNG via
  canvas. Printed at 100% scale the folded sleeve must fit a standard VHS
  tape.
- No accounts, no telemetry, everything runs in the browser.
- Out of scope: every other format (sticker labels, cassette J-cards, DVD,
  vinyl), movie-poster search, and saved-design accounts. Do not attempt
  Safari-specific SVG fixes, Safari paints foreignObject at the wrong
  scale and supporting it is a project of its own.
- README: fold order for assembling the sleeve, and a warning that most
  home printers stop at Letter, the wrap needs 11 x 17 cardstock or a
  print shop.

## Delivery standard

- Inspect the repository first, then write a short implementation plan before writing code.
- Deliver the smallest complete end-to-end workflow first; every primary control must work against persisted data.
- Use real validation and storage; never substitute fake dashboards, decorative controls, hard-coded success states, or mock integrations.
- Include responsive layouts plus genuine empty, loading, success, validation, and failure states.
- Keep secrets server-side in environment variables, provide .env.example, and never commit credentials or user data.
- Add structured logs around every external call and return actionable errors without leaking sensitive details.
- Write unit tests for the core logic and one automated test of the main user journey.
- Finish with a README covering setup, architecture, data location, backups, tests, deployment, and known limitations.

## Acceptance criteria

- [ ] A clean install starts the app using only the README and .env.example.
- [ ] The primary journey works from first visit through saved result, reload, edit, export, and deletion where applicable.
- [ ] Invalid input, missing configuration, provider failure, and an empty database each have a usable state.
- [ ] The interface works at 390px and 1440px, is keyboard navigable, and shows visible focus on every control.
- [ ] Tests, type checking, linting, and a production build all pass with no ignored failures.
- [ ] No part of the interface implies a live integration, security guarantee, or scale capability that was not actually built and verified.

## Non-goals

Do not build these, and do not claim to have replaced them:

- 30+ measured dieline templates: cassette J-cards, CD inserts, vinyl jackets, Blu-ray and DVD wraps, MiniDisc.
- Movie and music search that auto-fills cover art and metadata.
- Designs that persist and share as a URL.
- Die-cut label-sheet PDFs aligned to vendor sticker stock.
- 22 UI languages.

## What you still own after launch

- Secure credentials, rotate secrets, and handle provider rate limits.
- Run migrations, backups, restores, and dependency updates.
- Test the critical journey after every model, API, or hosting change.
- Monitor failures and fix the edge cases a first prompt will miss.
- Maintain every third-party integration as APIs and OAuth rules change.

## Risk

**Operational risk.** The code is achievable; dependable data, integrations, and ongoing operations are the real cost.

Editorial confidence in this assessment: high. No reviewed project implementation is linked yet.

---

Generated by [Can It Be Vibe Coded?](https://www.canitbevibecoded.com) · Full report: https://www.canitbevibecoded.com/vhs-slipcover-maker
