Analysis updated 2026-05-18
Merge or split PDF files in the browser without uploading them to an online service
Transcribe audio recordings in over 99 languages using Whisper AI, with nothing leaving your device
Remove the background from a photo using an AI model that runs entirely in your browser
Strip GPS and camera metadata from images before sharing them online
| andreicristi88/vexyn | frectonz/electionwatch.et | eplecheck/vibecheck | |
|---|---|---|---|
| Stars | 9 | 15 | 1 |
| Language | Astro | Astro | Astro |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 2/5 | 3/5 |
| Audience | general | general | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
No setup needed to use the live site at vexyn.app, development requires Node 22+ and npm install.
Vexyn is a collection of free browser tools that run entirely on your own device, with no files ever sent to a server. It sits at vexyn.app and currently offers 11 tools covering common tasks: formatting and validating JSON, encoding and decoding text in Base64, generating QR codes, merging and splitting PDF files, compressing and converting images, stripping location data from photo metadata, extracting dominant colors from images, removing image backgrounds with AI, and transcribing audio using AI. The key difference from most free online tools is that nothing leaves your browser. Many services that let you upload a file to a free tool are receiving that file on their servers and may store or analyze it. With Vexyn, the processing code downloads into your browser and runs on your own CPU or GPU. You can verify this in your browser's network monitor: no outbound requests happen when you use any of the tools. The two AI-powered tools, background removal and audio transcription, use AI models that run inside the browser via WebGPU. They do not send your images or audio to any external API. The audio transcriber uses OpenAI's Whisper model and supports over 99 languages. The background remover uses an open-source model from BRIA AI. Both models are downloaded once from a public source and then cached in your browser. Vexyn works offline after the initial visit once a tool's assets are cached. There are no accounts, no usage limits, no tracking cookies, and no paywalls. The only cost to run the site is $15 per year for the domain, since hosting on Cloudflare Pages is free. The project is open-source under the MIT License and is built with Astro, Svelte, and Tailwind CSS. Adding a new tool requires one Svelte component, one page file, and one entry in a central tool registry.
A growing set of 11 free browser tools for tasks like PDF merging, image conversion, and AI background removal. Nothing is uploaded, all processing runs locally in your browser with no accounts or paywalls.
Mainly Astro. The stack also includes Astro, Svelte, TypeScript.
MIT license: use, modify, and distribute freely for any purpose, including commercial use.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.