A minimal static "Coming Soon" site while the full project is under construction.
index.html
— Landing page404.html
— Not found pageassets/styles.css
— Stylesassets/logo.svg
— Simple placeholder logorobots.txt
— Disallow indexing while in developmentChangelog.md
— Keep a Changelog (Unreleased section updated for all changes)
Open index.html
directly in your browser, or serve the folder with any static server.
Example (Node):
npx serve .
This is a pure static site; deploy the root directory to any static host (e.g., GitHub Pages, Netlify, Vercel static, Cloudflare Pages).
- Ensure
index.html
is the entrypoint. - Keep
robots.txt
while private; remove or relax it before launch.
- Replace
assets/logo.svg
with your logo. - Adjust brand colors in
assets/styles.css
(--accent
, background, etc.). - Update meta tags in
index.html
for title/description and social preview.