Can I vibecode WasItAIGenerated?
NOT REALLY · don't botherThe interface is a text box; the product is a fine-tuned classifier. Detection quality does not come from a clever prompt. It comes from training a model on a labelled corpus and tuning it until the error rate is low enough to act on, which is months of work against a target that moves every time a new generator ships. Asking a general model "is this AI-written?" produces confident, unreliable answers, and in an academic-integrity setting that means falsely accusing real students. A one-shot build gets you the UI and none of the responsibility.
Build the closest honest consolation tool inspired by WasItAIGenerated. Do not claim it detects AI writing. Use exactly this stack: Next.js 15 + TypeScript + SQLite. Primary job: paste text, send it to one general language model, and record that model's opinion on how machine-like the writing reads, with its reasoning. Start from an empty folder and create the complete working project. Single-user and private by default; store everything locally. Put every secret in .env and provide .env.example. Show the result as an opinion with reasoning, never as a score, a percentage or a verdict - the whole point of this build is that it cannot measure what the paid product measures. Put a permanent, non-dismissable notice in the UI and the README: this is one model's guess, it has no measured error rate, and it must never be used to accuse anyone of anything. Include clear empty, loading, validation, success and failure states. Add export so the user is not trapped in the app. Accessible keyboard navigation, labels, focus states and sensible contrast. Deliberately exclude these paid-product advantages: a trained classifier, a labelled corpus, a published false-positive rate, image/audio/video detection, per-sentence attribution. Do not fake accuracy claims, benchmarks or compliance statements. Write unit tests for the data model and one end-to-end smoke test of the core loop. Create a README with setup, architecture, data location and an explicit limitations section. Run the tests and build before finishing, then fix what fails.
$ open in your agent (prompt prefilled, you press enter) or copy it raw
prompt copied. verdicts flip when models improve.
five vibe-coding tips + the verdicts that changed. thursdays, free, one-click out.
Institutions do not buy a verdict, they buy a defensible one. A university that flags a student needs a documented error rate, an audit trail and a vendor who will stand behind the number. That is a measurement problem, not an interface problem, and it is why every serious buyer in this category asks about false positives before features.
xa trained classifier and the labelled corpus behind it
xa measured false-positive rate you can quote to an institution
xdetection for images, audio and video, not just text
xper-sentence highlighting instead of one document-level guess
xretraining as generators change
WasItAIGenerated pricing
| plan | monthly | annual (per mo) | what you get |
|---|---|---|---|
| starter | $0 | $0 | 1,000 credits after email verification; text costs 1 credit/word, image 300 credits, audio/voice 1,000, video 2,000. |
| unlimited website | $9.99 | — | Unlimited website detections across text, image, audio, and video; API access not included. |
| starter pack | custom | — | 40,000 API credits; credits never expire. |
| credit package | custom | — | 200,000 API credits; credits never expire; bulk/API access. |
free tier1,000 credits after email verification; text 1 credit/word, image 300, audio/voice 1,000, video 2,000
billingwebsite subscription is monthly only, no annual plan; API credits are one-time purchases
hidden costsThe $9.99 website subscription does not include API use; API calls consume separately purchased credits.
verified 2026-08-12 · source ↗
Can I vibecode WasItAIGenerated?
Not really. WasItAIGenerated's value is not the code: The trained classifier and its measured false-positive rate are the product. See the honest breakdown above.
How much does WasItAIGenerated cost?
WasItAIGenerated costs about $9.99/month (Unlimited Website, checked 2026-08-03), which is $119.88 per year.
What do I lose by replacing WasItAIGenerated?
Honestly: a trained classifier and the labelled corpus behind it; a measured false-positive rate you can quote to an institution; detection for images, audio and video, not just text; per-sentence highlighting instead of one document-level guess; retraining as generators change. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to WasItAIGenerated?
Yes: Binoculars (Zero-shot LLM text detection using perplexity ratios between two models.), DetectGPT (Curvature-based zero-shot detection of machine-generated text.). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.