Simple, fast static landing page for MagicBeansAI. No build step.
Use any static server (or open index.html directly):
npx serve -l 9173 .
# or
npx http-server -p 9173 .
# or
python3 -m http.server 9173Then open http://localhost:9173
- Vercel: import this repo, select framework = "Other". Done.
- GitHub Pages: enable Pages for the default branch, root directory.
- Firebase Hosting:
firebase init hosting→ deploy. - Netlify: drag‑and‑drop the folder or connect repo.
No server code or build step required.
- Update copy in
index.htmlto reflect the real product description. - Replace the logo at
assets/logo.svg. - Adjust theme colors in
styles.css:rootvariables. - Optionally add an Open Graph image and link it in
<head>.
- The waitlist/contact buttons use
mailto:gouravd@themagicbeans.ai. Change as needed. - Security headers for Vercel are defined in
vercel.json.