Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IdeaCheck

Validate your idea with real users in 24 hours. Built for indie developers and vibe coders.

Static landing page for IdeaCheck — a service that connects indie developers with real users for quick product validation, delivering screen recordings, raw feedback, and a simple summary.

Pages

Route File Design system
/ index.html MiniMax-inspired (white-dominant, colorful product cards, dark CTA panel)
/figma figma.html Figma-inspired (vibrant multi-color, playful yet professional)

Both pages share the same content and information architecture — only the design language differs.

Tech

  • Pure static HTML + CSS — no build step, no framework
  • Inline SVG favicon, OG image, and Apple touch icon
  • Google Fonts loaded via <link> (Outfit, DM Sans, Roboto, Poppins, Inter, JetBrains Mono)
  • Zero JavaScript dependencies (one tiny optional submitEmail helper)

Local preview

python3 -m http.server 8080
# then open http://localhost:8080

Or just double-click index.html to open it in your browser.

Deploy

The project is pre-configured for Vercel via vercel.json:

  • Clean URLs (/figma resolves to figma.html)
  • Basic security headers (X-Content-Type-Options, Referrer-Policy, Permissions-Policy)

One-click deploy via Vercel dashboard

  1. Import this repo in vercel.com/new
  2. Framework preset: Other (it's a pure static site)
  3. Build command / output directory: leave empty — Vercel will serve from the repo root
  4. Deploy

Deploy via Vercel CLI

npm i -g vercel
vercel           # first deploy (follow prompts)
vercel --prod    # promote to production

Contact

Real user feedback, early-access pricing, all over email:

zysong41@gmail.com

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages