Skip to content

fdrstrok/dealsbot-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dealsbot-web

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/

Pages

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.

Deploy

git init && git add -A && git commit -m "dealsbot-web: initial site"
gh repo create fdrstrok/dealsbot-web --public --source=. --remote=origin --push

Then enable Pages: Settings → Pages → Source: Deploy from a branch → main / (root). It goes live at the URL above in a minute or two.

Before the store submission — fill these in

  • Landing install buttons (index.html): replace the two href="#" 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 into assets/ and reference them on the landing page.

Keeping the privacy policy in sync

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).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors