A sleek, modern landing page for SpeqAI β the voice AI client app.
Open index.html in a browser to preview locally.
- π¨ Dark mode with gradient accents (indigo/violet/pink)
- β¨ Animated background with subtle noise texture
- ποΈ Voice visualizer animation in hero section
- π± Phone mockup with pulsing talk button
- π§ Email signup form (ready to connect to backend)
- π Fully responsive (mobile-first)
- β‘ Zero dependencies β pure HTML/CSS
- Go to Cloudflare Pages
- Connect your GitHub repo or upload directly
- Set the custom domain to
speqai.comorspeqai.app - Done!
# If you have wrangler CLI installed
npx wrangler pages deploy . --project-name=speqai--accent-primary: Main accent (indigo #6366f1)--accent-secondary: Secondary (violet #8b5cf6)--accent-tertiary: Accent pop (pink #ec4899)
- Headings: Space Grotesk (Google Fonts)
- Body: Inter (Google Fonts)
The email form currently has no backend. Options to wire it up:
- Cloudflare Workers β Simple serverless function
- Formspree β Free form backend
- ConvertKit/Mailchimp β Email list services
- Supabase β Database + Edge Functions
speqai-landing/
βββ index.html # Complete landing page
βββ README.md # This file
Built with π by Natalie
Brad Mills (@MillsAirCode)