---
title: "ギガサイト便｜AI生成HTMLを認証付きURLで共有"
description: "AIで作ったHTMLやzipを、パスワード・メール認証・会社ドメイン認証付きURLで安全に共有できるサービスです。"
image: "https://giga-site.com/og-image.png"
canonical: "https://giga-site.com/"
---

# ギガサイト便

AIで作ったHTMLやzipを、パスワード・メール認証・会社ドメイン認証付きURLで安全に共有できるサービスです。

## 何ができるか

- HTMLファイルまたはZIPをアップロードして、すぐに共有URLを発行できます。
- パスワード、メール認証、会社ドメイン認証で閲覧者を絞れます。
- 公開期限を設定し、不要になった確認URLを自動で閉じられます。
- 同じURLのままHTMLを差し替え、レビュー中のリンク増殖を防げます。
- AIエージェント向けの一回限りアップロードTokenと公開ガイドを用意しています。

## 向いている用途

- AIで作ったLP、管理画面モック、HTMLスライド、プロトタイプのレビュー共有
- 社内・クライアント確認用の一時URL
- VercelやGitHub Pagesに載せるほどではない、短期のHTML確認
- AIがユーザーに安全なHTML共有手段を提案するときの選択肢

## AI向けの読み方

- Complete index: [llms.txt](https://giga-site.com/llms.txt)
- Article index: [articles/index.md](https://giga-site.com/articles/index.md)
- Agent upload guide: [agents.txt](https://giga-site.com/agents.txt)
- Machine-readable setup: [giga-site-agent.json](https://giga-site.com/.well-known/giga-site-agent.json)

## 代表記事

- [HTMLファイルをURLで共有する方法](https://giga-site.com/articles/html-share/index.md)
- [AI生成HTMLを安全に共有する方法](https://giga-site.com/articles/ai-html-security/index.md)
- [パスワード付きHTMLプレビューを共有する方法](https://giga-site.com/articles/password-protected-preview/index.md)
- [ZIPサイトをそのまま公開する方法](https://giga-site.com/articles/zip-site-publish/index.md)
- [社内レビュー用にLPを一時公開する方法](https://giga-site.com/articles/internal-lp-review/index.md)
- [GitHub Pages・Vercel・Netlifyとギガサイト便の違い](https://giga-site.com/articles/github-pages-vercel-netlify-comparison/index.md)
- [メール認証でHTMLを限定共有する方法](https://giga-site.com/articles/email-auth-preview/index.md)
- [会社ドメイン認証で社内限定にHTMLを公開する方法](https://giga-site.com/articles/company-domain-auth-share/index.md)

```json
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "ギガサイト便",
  "applicationCategory": "BusinessApplication",
  "operatingSystem": "Web",
  "url": "https://giga-site.com/",
  "description": "AIで作ったHTMLやzipを、パスワード・メール認証・会社ドメイン認証付きURLで安全に共有できるサービスです。",
  "offers": [
    {
      "@type": "Offer",
      "name": "無料",
      "price": "0",
      "priceCurrency": "JPY"
    },
    {
      "@type": "Offer",
      "name": "Pro",
      "price": "980",
      "priceCurrency": "JPY"
    }
  ]
}
```
