Meet Rescript, a weekend project built with Fable that lets you edit videos by editing text, running entirely offline via WASM Whisper.

Paying $24/month just to trim some basic video clips? Hell no. A developer got fed up with SaaS pricing, locked themselves in a room over the weekend, and built a fully local, open-source alternative that runs straight in your browser.
The project is called Rescript, created by developer wassgha. The story is as classic as it gets: why pay a monthly subscription when you can spend 48 hours of sleep deprivation building a clone using Fable?
Rescript allows you to edit videos by simply editing the transcript text. Delete a sentence in the document, and the corresponding video clip gets snipped. Best of all? It runs locally, offline, and completely in your browser.
The Product Hunt and GitHub communities immediately jumped on the project, split between absolute awe and technical skepticism.
Rescript is a masterclass in pragmatic software engineering. By offloading the heavy lifting of AI transcription to the user's browser using WASM Whisper, the developer completely bypassed the hosting bill. No expensive vps setups, no API calling fees, just pure static file hosting.
If you're an indie hacker trying to launch a tool without going broke on cloud costs, this is your blueprint. Solve a high-value problem, utilize client-side compute, and let the open-source community do the heavy lifting of scaling features.
Source: Product Hunt