Changelog

vUnreleased
v0.1.0
Current
Released on 2025-09-29

Added

  • Initial release of HTML to Markdown converter frontend
  • Single URL conversion with real-time streaming progress using Server-Sent Events (SSE)
  • HTML paste conversion for direct HTML input
  • Batch processing supporting up to 100 URLs simultaneously
  • CSV upload support for batch URL processing
  • ZIP export functionality for batch conversion results
  • Smart content extraction using Mozilla Readability integration
  • High-quality Markdown generation using h2m-parser v0.4.0
  • Copy to clipboard functionality for converted content
  • Advanced options including:
  • Real-time job tracking with progress indicators
  • Responsive UI built with shadcn/ui components
  • Rate limiting protection with Upstash Redis
  • Node.js 22+ runtime support with streaming capabilities
  • Comprehensive E2E testing with Playwright

Changed

  • Simplified UI for non-technical users
  • Moved advanced options into collapsible sections
  • Changed default log emission to false for cleaner interface
  • Removed technical jargon from UI labels
  • Improved placeholders and help text for better user guidance

Fixed

  • Rate limiting issue that was too aggressive (increased limit from 60 to 500)
  • Excluded polling endpoint from rate limiting
  • Node version specification to support Node 22 and above

Removed

  • Dummy test data and sample content
  • "Parser insights" card with hardcoded statistics
  • "Next steps" card from main page
  • Technical badges (e.g., "Node 22 runtime")
  • Redundant /playground and /batch pages (consolidated into main Convert page)
Roadmap
Planned features and improvements
  • Enhanced Streaming

    Chunk-by-chunk markdown streaming with partial previews Live preview updates during conversion

  • Browser Extension

    Chrome/Firefox extension for one-click conversion Direct save to local markdown files

  • LLM Integration

    AI-powered content extraction and formatting Smart summarization options Content restructuring capabilities

  • API & Developer Tools

    Developer API with authentication Webhook support for automated workflows CLI tool for batch processing