Public marketing + legal site for the dealsbot feeder browser extension,
served via GitHub Pages. Intentionally separate from the (private) dealsbot
codebase — this repo contains only static, public-facing pages.
Live: https://fdrstrok.github.io/dealsbot-web/
| Path | Purpose |
|---|---|
/ |
Landing — what it does, install buttons, privacy-forward pitch |
/privacy/ |
Privacy policy — the URL pasted into the store listings |
/terms/ |
Terms of use |
/support/ |
Support / contact |
/connect/ |
Placeholder for the flywheel "Connect Telegram" onboarding |
Plain static HTML, no build step. .nojekyll tells Pages to serve the files
as-is.
git init && git add -A && git commit -m "dealsbot-web: initial site"
gh repo create fdrstrok/dealsbot-web --public --source=. --remote=origin --pushThen enable Pages: Settings → Pages → Source: Deploy from a branch → main /
(root). It goes live at the URL above in a minute or two.
- Landing install buttons (
index.html): replace the twohref="#"with the live Chrome Web Store + Firefox AMO URLs once the items exist. -
support/index.html: confirm the issues link (or add a support email). - Optional: drop
icon128.png+ screenshots intoassets/and reference them on the landing page.
privacy/index.html is a rendered copy of extension/PRIVACY.md from the private
dealsbot repo. It changes rarely; re-render by hand when it does (or add a CI
job in the private repo that pushes the rendered policy here).