Dropcode is a static single-page web app that turns any text into a QR code for quick device-to-device sharing. It also includes a browser-based QR scanner so you can decode text with your camera and stop automatically once a code is found. Everything runs entirely in the browser, so it works on GitHub Pages with no backend, cookies, or tracking.
Live site: https://kathoc.github.io/dropcode/ If GitHub Pages has just been enabled, the site may return 404 for a few minutes until deployment finishes.
- 2026-04-11: 初版公開。テキスト入力からのリアルタイム QR 生成、PNG ダウンロード、カメラによる QR 読み取りを追加。
- 2026-04-11: README に GitHub Pages の公開 URL を追記。
- 2026-04-13: 出力と読み取りをタブ切り替えに整理し、1画面で収まりやすいレイアウトに調整。
- 2026-04-13: 画像ファイルからの QR 読み取り、ドラッグ&ドロップでの自動読み取り、URL リンク表示、クリップボードコピーを追加。