DEV Community

李長超
李長超

Posted on

How to Turn Static HTML, Markdown, and AI-Generated Code into a Live URL in 5 Seconds

When building static landing pages, exporting Obsidian notes, or generating UI components via AI (Claude, Cursor, v0), sharing the static output with clients or friends often takes extra effort.

I built htmlto.link to make static publishing instant and zero-config.

Key Features:

  • HTML Folder & ZIP Upload: Preserves original relative paths and assets automatically.
  • Markdown (.md) to Web Page: Render .md files directly into clean live web pages (great for Obsidian notes & docs).
  • PDF Document Sharing: Share .pdf files via fast online preview links.
  • AI RAG Support: Includes llms.txt and API token support so AI agents can publish generated sites automatically via API.

Check it out at https://htmlto.link/! I'd love to hear your feedback or suggestions!

Top comments (0)