Vibecode Wholana

track this build5 steps, step by step
KINDA · weekend project
price $5/moyou'd save $60/yrbuild time a weekendcategory 🐦 social mediareplaced by 0 people

The core idea is simple arithmetic: a video's views divided by that creator's own median. An agent can build that for a watchlist of creators you pick, over a weekend, on top of a paid scraper API. What it cannot hand you is the corpus, hundreds of thousands of videos already scraped, deduped, and labeled against a curated craft taxonomy, which is what makes search across creators useful instead of a list of your own bookmarks. So: yes for watching 25 creators you already know, no for finding the ones you don't.

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

## Goal

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

## Scope

Scrape a watchlist of creators nightly, compute each creator's rolling median views, and surface the videos that beat their own baseline.

## 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:
- the cross-creator corpus
- search across videos you never chose to watch
- a curated craft taxonomy instead of labels you invented
- semantic and hybrid search
- subject classification
- creator equity and track-record views
- someone else absorbing the scrape cost and keeping it running

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

$ choose a build depth, inspect the files, then open the complete pack in your agent

why people still pay

The arithmetic is free, the data is not. A personal build only ever knows about the creators you thought to add, and you pay the scraper bill every month to keep even that fresh. The subscription is renting a corpus that was already collected and labeled, plus the discovery that only exists once videos from creators you have never heard of are sitting in the same index.

what you lose

xthe cross-creator corpus

xsearch across videos you never chose to watch

xa curated craft taxonomy instead of labels you invented

xsemantic and hybrid search

xsubject classification

xcreator equity and track-record views

xsomeone else absorbing the scrape cost and keeping it running

prior art · use these instead of building, if you'd ratherTikTokApiUnofficial Python wrapper for TikTok's web endpoints; gets you raw metrics, not a corpus, and breaks when TikTok changes
share on X ↗"I just replaced Wholana ($5/mo) with one prompt"
the numbers

Wholana pricing

planmonthlyannual (per mo)what you get
personal$51 creator account for TikTok research and performance labeling
plus$201 creator account plus ChatGPT and Claude analysis features
team$20/userAgency/team access; minimum 2 seats

free tierno free tier

billingmonthly only, no annual plan published; card-backed first month free

hidden costsTeam has a 2-seat minimum ($40/month). The free month converts to paid unless cancelled; no annual discount or overage schedule is published.

verified 2026-08-14 · source ↗

questions
Vibecode Wholana

Kinda. The core of Wholana is buildable in a weekend with the prompt on this page, but there are real gaps: the cross-creator corpus, search across videos you never chose to watch. Read the honest list above before committing.

How much does Wholana cost?

Wholana costs about $5/month (Personal, checked 2026-07-31), which is $60 per year.

What do I lose by replacing Wholana?

Honestly: the cross-creator corpus; search across videos you never chose to watch; a curated craft taxonomy instead of labels you invented; semantic and hybrid search; subject classification; creator equity and track-record views; someone else absorbing the scrape cost and keeping it running. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Wholana?

Yes: TikTokApi (Unofficial Python wrapper for TikTok's web endpoints; gets you raw metrics, not a corpus, and breaks when TikTok changes). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.