Skip to content

Releases: Code9029py/Modulaq

Modulaq v0.1.0 Public Preview

01 Jun 11:17

Choose a tag to compare

Pre-release

Modulaq v0.1.0 Public Preview

This is the first public preview release of Modulaq, a privacy-first, browser-based toolkit for PDF, QR and text utilities.

Current focus

Modulaq currently provides frontend/local-first tools that run in the browser whenever possible, avoiding unnecessary file uploads to external servers.

Included tools

  • Text cleaner
  • QR generator
  • PDF page counter
  • Image to PDF
  • Merge PDFs
  • Split PDF
  • Reorder PDF pages
  • PDF to images
  • Extract text from PDF
  • Compress PDF

Project foundations

This release also includes initial open-source project documentation:

  • README
  • MIT License
  • Contributing guide
  • Security/privacy reporting guide

Current status

Modulaq is in active development. This release should be considered an early public preview, not a final production-ready version.

Known limitations

  • Some PDF behavior depends on browser capabilities and PDF structure.
  • Scanned PDFs may require OCR, which is not currently guaranteed.
  • Current tools are frontend/local-first.
  • Future SDK/API-oriented workflows are planned, but local browser-based processing remains the default principle.

Roadmap

Next steps include improving test coverage, documenting the local-first privacy model in more detail, expanding @modulaq/core, adding more examples, and preparing future SDK/API-oriented workflows where they make sense.