Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aislop

aislop

A curated collection of AI-built alternatives to everyday tools and applications.

Every entry is a single, self-contained HTML file — open it in a browser and it just runs. No build step, no accounts, no servers: all logic lives in vanilla JavaScript using standard browser APIs (Canvas, WebCrypto, MediaRecorder, localStorage, …), with Tailwind and Font Awesome pulled from a CDN purely for styling. Unless noted, your data never leaves the page.

Replaces Under the hood Est. cost avoided
FlipGlide Studio Pro (Try) — canvas animator with import/export FlipaClip Frame-by-frame <canvas> drawing with onion-skinning; frames played in sequence and exported via file APIs ~$36/yr (Plus)
AetherFlow (Try) — gamified focus timer Forest Pomodoro timer driven by timestamps/setInterval, streak state in localStorage ~$4 one-time
QRCode Labs (Try) — QR generator & reader Qrafter Renders QR codes to canvas and scans them from the live camera via getUserMedia ~$4 one-time
Continuum (Try) — one-person whiteboard Miro Infinite pan/zoom canvas with notes & shapes; board serialized to JSON for import/export ~$96–192/user/yr
OmniHorizon (Try) — project-style todo lists OmniFocus GTD-style nested projects/tasks persisted to localStorage ~$75 one-time or ~$100/yr
Conclave (Try) — multi-persona AI group chat (BYOK) Character.ai Calls an LLM API with your own key; personas & conversation held in-browser ~$120/yr (+ your token usage)
Reelight (Try) — screen & camera recorder Loom getDisplayMedia + getUserMedia, canvas compositing for the webcam bubble, Web Audio mixing, MediaRecorder → WebM ~$150–180/user/yr
Quire (Try) — private PDF studio Smallpdf pdf.js renders page thumbnails; pdf-lib assembles merged/reordered/rotated output — all client-side ~$108–144/yr
Plume (Try) — image compressor & converter TinyPNG Decodes to <canvas> and re-encodes via canvas.toBlob (WebP/JPEG/PNG) with quality + resize; strips metadata ~$39/yr (beyond free quota)
Bastion (Try) — offline password vault 1Password WebCrypto PBKDF2-SHA256 (250k iters) → AES-256-GCM; vault encrypted at rest, master password never stored ~$36–48/yr
Tally (Try) — invoice builder FreshBooks Live totals with Intl.NumberFormat + tax/discount math; profile & invoices in localStorage; PDF via print stylesheet ~$200+/yr
Inkling (Try) — screenshot annotator Snagit Full-res <canvas> markup with vector shape objects + undo/redo; pixelate-region redaction; PNG or clipboard export ~$40–63 one-time
Chroma (Try) — color palette studio Coolors HSL harmony generation, WCAG relative-luminance contrast, palette encoded in the URL hash for sharing ~$36–60/yr
Tempo (Try) — time tracker Toggl Timestamp-based timers with live setInterval updates, projects, weekly aggregation, CSV export — all in localStorage ~$108–120/user/yr
Ember (Try) — habit & streak tracker Streaks Streak logic over per-day completion sets, GitHub-style heatmap, weekday schedules & a daily progress ring — all in localStorage ~$5 one-time (or Habitica ~$60/yr)
Trellis (Try) — kanban board Trello Drag-and-drop cards across lists (HTML5 DnD with drop-index math), labels, due dates, search & JSON export/import — board in localStorage ~$60–120/user/yr
Quorum (Try) — scrum planning poker (multiplayer) Planning Poker Online Real-time rooms over WebRTC via PeerJS's free public broker (peer-to-peer, host-authoritative) — multiple decks, votes hidden until reveal, avg/median/consensus stats, spectators; no backend of ours ~$60–100/user/yr
Hindsight (Try) — team retrospective board (multiplayer) EasyRetro Real-time retro over WebRTC via PeerJS (host-authoritative) — Start/Stop/Continue & other templates, live add/edit/vote/delete cards, "hide until reveal" masking (per-recipient state), phase timer & Markdown export ~$100–300/yr (team)
Beam (Try) — peer-to-peer file transfer (multiplayer) WeTransfer Chunked binary over WebRTC data channels (16 KB chunks + bufferedAmount backpressure) in a full peer mesh via PeerJS — files go device-to-device, never through a server; any size; QR invite & text beam too ~$120/yr (Pro)
Papertrail (Try) — document scanner CamScanner getUserMedia camera capture + canvas image processing (grayscale, Otsu adaptive B&W, auto-levels enhance), multi-page rotate/reorder, exports to A4 PDF via pdf-lib or JPGs — all on-device ~$50/yr
Codex (Try) — universal code scanner & analyzer Scanbot ZXing decodes QR, EAN/UPC, Code128/39, ITF, Data Matrix, PDF417 & Aztec from camera or image; classifies content (URL, Wi-Fi, vCard, geo, email, product #…), extracts fields, shows raw bytes/hex, plus a Morse encoder/decoder with audio ~$10–30/yr (ad-free apps)
Thump (Try) — beat machine / step sequencer Groovepad Web Audio API synthesizes every drum voice live (kick/snare/clap/hats/tom/rim/cowbell) — no samples; a look-ahead scheduler keeps tight timing with swing & presets, and an OfflineAudioContext renders your beat to a downloadable 16-bit WAV ~$10–40/yr (pro packs)

Swapping the subscription tools above for these clones adds up to well north of ~$1,000/year in avoided recurring fees for a typical solo user — before counting the one-time-license tools.


⚠️ Disclaimer

These are AI-generated, single-file hobby clones, provided as-is with no warranty of any kind. They implement the common-case features of the tools they reference — not every capability, edge case, or guarantee of the originals — and should not be relied upon for critical, sensitive, or business-critical data without your own review and backups.

The "estimated cost avoided" figures are rough, list-price approximations for a typical paid tier around 2025. Real prices vary by plan, seat count, region, currency, promotions, and change over time, and most of the originals also offer free tiers — treat the numbers as illustrative, not financial advice. Nothing here is affiliated with, endorsed by, or an official replacement for any named product, and all product names and trademarks belong to their respective owners.

About

A curated collection of AI-built alternatives to everyday tools and applications.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages