Single HTML App Starterv1.0

Single file · Local-first · GitHub Pages

単一HTMLアプリのスターター

PDF Organizerと同じ、固定依存・完全内包・実行時通信なしの構成から、新しいブラウザーアプリを作れます。

実行時通信なし

Starter workspace

Text stays in this browser. It is never sent by this app.

0Characters
0Words
0Lines
Saved locally

Template guarantees

Keep these constraints unless the product specification explicitly changes them.

01

One deliverable

The release artifact is dist/index.html. It opens directly and can be hosted as a static page.

02

Pinned dependencies

Third-party npm assets are version-pinned, hashed, and embedded during the build.

03

No runtime network

Content Security Policy blocks runtime connections. User data stays inside the page.

04

LLM-ready workflow

AGENTS.md and APP_SPEC.md give coding agents a stable contract, acceptance criteria, and handoff format.

Build information
App version
Built at
Embedded dependencies0

使い方と注意事項

基本操作

  1. 作業領域へテキストを入力します。内容は入力のたびに端末内へ保存されます。
  2. 「コピー」または「テキスト保存」で、入力内容を取り出せます。
  3. 「サンプルに戻す」で初期例を復元し、「消去」ですべて削除できます。

プライバシー

入力内容と操作はブラウザー内で処理され、このアプリから外部へ送信されません。必要なコードと依存ファイルも配布用HTMLに内包されます。

注意事項

配布物は dist/index.html ひとつです。ローカルで直接開くことも、GitHub Pagesで公開することもできます。