One universal app for all electric vehicles. Pay once, own forever. No subscriptions.
Pre-launch landing page for FreeMyEV - a mobile app for Norwegian EV owners that:
- Works with ALL EV brands (Tesla, Audi, BMW, VW, Polestar, etc.)
- One-time payment (€49 early bird / €79 regular)
- No monthly subscriptions
- All data stored locally
- Built specifically for Norway
index.html- Main landing page (Norwegian)styles.css- All styling (dark mode, responsive)DEPLOY.md- Deployment instructions (GitHub Pages, Vercel, Netlify)
# Clone or navigate to directory
cd ~/clawd/ev-app-site
# Serve locally
python3 -m http.server 8000
# Open browser
open http://localhost:8000git init
git add .
git commit -m "Initial commit"
gh repo create freemyev-landing --public --source=. --remote=origin --push
gh repo edit --enable-pages --pages-branch main
# Site will be live at:
# https://[your-username].github.io/freemyev-landing/See DEPLOY.md for detailed instructions.
The landing page is ready but needs payment integration:
Recommended: Gumroad (5 min setup)
- Create account at https://gumroad.com
- Create product: "FreeMyEV Premium - Early Bird" (€49)
- Update form action to redirect to Gumroad URL
- Done!
See ../ev-app-launch/payment-setup.md for full instructions.
ev-app-site/
├── index.html # Main page
├── styles.css # Styling
├── DEPLOY.md # Deployment guide
└── README.md # This file
ev-app-launch/
├── social-posts.md # Ready-to-post content
├── outreach-templates.md # Email/DM templates
├── validation-plan.md # Launch strategy
└── payment-setup.md # Gumroad/Stripe setup
- Hero - Problem statement, value prop, stats
- Pain Points - What sucks about current apps
- Solution - FreeMyEV features
- Pricing - Free vs Premium tiers
- Trust - Guarantees and benefits
- Pre-order Form - Email collection + redirect to payment
- FAQ - Common questions answered
- Footer - Links, contact
- Dark mode (on-brand for tech product)
- Norwegian flag subtle accent (local pride)
- Fully responsive (mobile-first)
- Smooth scroll navigation
- Electric blue accent colors
- Modern, clean aesthetics
- Norwegian language (target market)
- Direct, no-BS tone
- Problem-focused (relatable pain points)
- Urgency (first 100 early bird pricing)
- Trust-building (money-back guarantee)
- Target: 10 pre-orders = GO signal
- Timeline: 4 weeks
- Success: 10+ orders → proceed with development
- Pivot: 5-9 orders → adjust pricing/positioning
- Kill: <5 orders → refund and move on
See ../ev-app-launch/validation-plan.md for full strategy.
- Frontend: Pure HTML/CSS/Vanilla JS (no frameworks - fast & simple)
- Hosting: GitHub Pages (free, reliable)
- Payments: Gumroad (recommended) or Stripe
- Analytics: Google Analytics 4
- Email: Gumroad built-in or Mailchimp
- Build landing page
- Write social content
- Create outreach templates
- Deploy to GitHub Pages
- Set up Gumroad
- Launch to Reddit/Facebook
- Goal: 10+ pre-orders
- Hire/partner with mobile developer
- Build MVP (iOS + Android)
- API integrations (Tesla, others)
- Beta testing with founding members
- Public beta
- Marketing push
- App Store + Play Store launch
- Goal: 100-500 users
- Add more car brands
- Expand to Sweden/Denmark
- Build community
- Goal: 2,000-10,000 users
Week 1 Focus:
- Reddit r/elbil (Norwegian EV community)
- Facebook EV groups (5-10 groups)
- LinkedIn (personal network + hashtags)
- Twitter/X (threaded launch story)
Week 2-4: 5. Norwegian EV YouTubers/bloggers (outreach) 6. Direct outreach (email/DM to EV owners) 7. Paid ads (Facebook, Google - if budget) 8. Press (Tu.no, Digi.no, Elbil24.no)
See ../ev-app-launch/social-posts.md for ready-to-use content.
- Email: hello@freemyev.com (set this up)
- Website: [will be live after deploy]
- Founder: [your name]
Proprietary - All rights reserved.
Landing page code can be reused/modified as needed for the project.
Ready to launch? Follow these steps:
- Deploy: See
DEPLOY.md - Set up payments: See
../ev-app-launch/payment-setup.md - Start promoting: See
../ev-app-launch/social-posts.md - Track progress: See
../ev-app-launch/validation-plan.md
Let's validate this idea! 🚀