Skip to content

feat: add Video Compressor, Audio/Video Trimmer, PDF Fill & Timer/Stopwatch/Alarm - #333

Merged
slaveofcode merged 1 commit into
developfrom
feat/four-tools-video-pdf-timer
Aug 27, 2026
Merged

feat: add Video Compressor, Audio/Video Trimmer, PDF Fill & Timer/Stopwatch/Alarm#333
slaveofcode merged 1 commit into
developfrom
feat/four-tools-video-pdf-timer

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Adds four high-demand, fully client-side tools (no uploads), each with EN + ID SEO and Bahasa card labels.

New tools

Tool Category What it does Engine
Video Compressor (video-compress) Media Compress a video to a target size — presets for WhatsApp (16 MB) / Discord (25 MB) or custom ffmpeg.wasm, single-pass CBR from a unit-tested bitrate planner
Audio & Video Trimmer (media-trim) Media Cut a section from audio or video (MP3 ringtone / video trim); fast stream-copy with re-encode fallback ffmpeg.wasm
Fill PDF (Add Text) (pdf-fill) PDF Type text, ✕ marks and dates onto any PDF (incl. flat/scanned forms) and export pdf.js render + pdf-lib fillPdfText
Stopwatch, Timer & Alarm (timer-stopwatch) Calculators The everyday stopwatch (laps) / countdown timer / alarm clock trio; Web Audio beep pure timing lib

These target big evergreen search intents the catalog didn't cover (compress video to X MB, mp3 cutter, edit/fill PDF, online timer/stopwatch/alarm), and lean on GWT's privacy wedge (private videos/PDFs never leave the device).

Verify

  • vitest: 1853 passed (new pure libs: video-compress, trim, stopwatch, pdf layout) · lint: 0 errors · build: 393 pages (was 385 → +4 tools × 2 locales)
  • All 8 pages built (EN + ID) and titles/labels confirmed.

New tools start status: 'beta'.

…& Timer hub

Four high-demand, fully client-side tools:
- Video Compressor (media/video-compress): compress a video to a target file
  size (WhatsApp/Discord presets) via ffmpeg.wasm single-pass CBR; pure
  bitrate-planning lib is unit-tested.
- Audio & Video Trimmer (media/media-trim): cut a section from audio or video
  (MP3 ringtone / video trim), stream-copy for speed with a re-encode fallback;
  pure time parse/format/validate lib tested.
- Fill PDF / Add Text (pdf/pdf-fill): type text, X marks and dates onto any PDF
  and export with pdf-lib; new textPlacementToPdf geometry + fillPdfText, tested.
- Stopwatch, Timer & Alarm (calculators/timer-stopwatch): the everyday
  stopwatch/timer/alarm trio with a Web Audio beep; pure formatting +
  next-alarm math tested.

Each has EN + ID SEO (title/description/intro/howTo/faqs) and Bahasa card labels.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
goodwebtools 868428b Aug 27 2026, 03:20 PM

@slaveofcode
slaveofcode merged commit bfb7b32 into develop Aug 27, 2026
2 checks passed
@slaveofcode
slaveofcode deleted the feat/four-tools-video-pdf-timer branch August 27, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant