This folder contains the marketing and documentation landing page for SAM Protocol.
- Single-file static HTML (
index.html) - Tailwind CSS via CDN (no build step)
- Inter + JetBrains Mono via Google Fonts
- Vercel-ready (
vercel.jsonincluded)
cd site
python3 -m http.server 8000
# open http://localhost:8000- Go to vercel.com/new
- Sign in with GitHub
- Import Git Repository → select
SAM-protocol/SAM-Protocol - In the project configuration:
- Root Directory →
site - Framework Preset → Other
- Build Command → leave empty
- Output Directory → leave empty
- Root Directory →
- Click Deploy
Every push to main will trigger an automatic redeployment.
npm i -g vercel
cd site
vercel --prodAfter deployment, in the Vercel project settings:
- Domains → Add
- Enter
sam-protocol.org(or subdomain) - Follow Vercel's DNS instructions (A record or CNAME)
index.html— the landing pagevercel.json— Vercel config with security headersrobots.txt— allow all crawlerssitemap.xml— single-page sitemap