Skip to content

MagicBeansAI/magicbeanshompage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicBeansAI Homepage (Static)

Simple, fast static landing page for MagicBeansAI. No build step.

Local preview

Use any static server (or open index.html directly):

npx serve -l 9173 .
# or
npx http-server -p 9173 .
# or
python3 -m http.server 9173

Then open http://localhost:9173

Deploy options

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

Customize

  • Update copy in index.html to reflect the real product description.
  • Replace the logo at assets/logo.svg.
  • Adjust theme colors in styles.css :root variables.
  • Optionally add an Open Graph image and link it in <head>.

Notes

  • The waitlist/contact buttons use mailto:gouravd@themagicbeans.ai. Change as needed.
  • Security headers for Vercel are defined in vercel.json.

Releases

No releases published

Packages

No packages published