Vibecode WishKit

track this build5 steps, step by step
KINDA · weekend project
price $15/moyou'd save $180/yrbuild time a weekendcategory 🔬 user researchreplaced by 0 people

The data model here is four tables and a sort function: wishes, votes, comments, statuses. An agent can produce the whole web board plus a REST API in a single sitting, and it will work fine for a side project. The part that is actually work is everything after that: a native in-app widget for each platform you ship on, anonymous device identity so the same user cannot vote fifty times, spam and profanity handling, and an endpoint that stays up for people who already installed your binary. Nothing there is hard, it is just a real backend you now own forever. Build it if you like owning it, pay if your roadmap board is not the thing you want to be on call for.

the project pack4 files · fastest path to a working personal build
README.md
# WishKit indie build

## Goal

Build the smallest trustworthy replacement for the core WishKit workflow for one developer or a tiny team.

## Scope

Runs a self-hosted feature request board with upvotes, comments, status labels and an admin view, exposed over a small REST API that your app can call from an embedded widget.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- A maintained SDK per platform, so every new client is your code to write and version
- Anti-abuse that someone else already tuned: duplicate votes, spam floods, garbage submissions
- Uptime you did not have to think about for users running an old build of your app
- Email or push notifications when a request they voted for ships
- Duplicate merging, tagging and the other board hygiene features that only matter once you have hundreds of wishes

If those capabilities are essential, use WishKit instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent · this prompt is generated from the build plan · improve it via PR

why people still pay

Because a feature request board is not the product, it is a chore attached to the product. Paying converts an endpoint you have to keep alive, patch, and defend from spam into a line item, and it gets you a native widget that matches the platform without you writing UI you do not care about. Indie developers in particular are buying the SDK and the uptime, not the CRUD.

what you lose

xA maintained SDK per platform, so every new client is your code to write and version

xAnti-abuse that someone else already tuned: duplicate votes, spam floods, garbage submissions

xUptime you did not have to think about for users running an old build of your app

xEmail or push notifications when a request they voted for ships

xDuplicate merging, tagging and the other board hygiene features that only matter once you have hundreds of wishes

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced WishKit ($15/mo) with one prompt"
questions
Vibecode WishKit

Kinda. The core of WishKit is buildable in a weekend with the prompt on this page, but there are real gaps: A maintained SDK per platform, so every new client is your code to write and version, Anti-abuse that someone else already tuned: duplicate votes, spam floods, garbage submissions. Read the honest list above before committing.

How much does WishKit cost?

WishKit costs about $15/month (Premium, checked 2026-08-18), which is $180 per year.

What do I lose by replacing WishKit?

Honestly: A maintained SDK per platform, so every new client is your code to write and version; Anti-abuse that someone else already tuned: duplicate votes, spam floods, garbage submissions; Uptime you did not have to think about for users running an old build of your app; Email or push notifications when a request they voted for ships; Duplicate merging, tagging and the other board hygiene features that only matter once you have hundreds of wishes. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to WishKit?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.