A beautiful, modern website for Velora, the indie-built fitness buddy that turns your sweat into progress you can actually see.
- Modern Design: Clean, card-based layout with gradient backgrounds
- Responsive: Optimized for all devices (mobile, tablet, desktop)
- Fast Loading: Minimal dependencies, optimized for performance
- Serverless: Ready for deployment on Cloudflare Pages
- App Ads Support: Includes
/app-ads.txtroute for mobile app advertising
The website design is inspired by the Velora mobile app's clean, modern interface featuring:
- Gradient backgrounds (blue to purple)
- Card-based layouts with subtle shadows
- Clean typography using Inter font
- Colorful feature icons with gradients
- Smooth animations and hover effects
├── index.html # Main website page
├── app-ads.txt # App advertising configuration
├── _redirects # Cloudflare Pages routing
└── README.md # This file
- Go to Cloudflare Dashboard
- Navigate to Pages → Create a project
- Choose Connect to Git
- Select your GitHub repository
- Configure build settings:
- Build command: Leave empty (static site)
- Build output directory: Leave empty (root directory)
- Root directory: Leave empty
- Click Save and Deploy
-
Install Wrangler CLI:
npm install -g wrangler
-
Login to Cloudflare:
wrangler login
-
Deploy the site:
wrangler pages deploy . --project-name velora-website
/- Main website homepage/app-ads.txt- App advertising configuration file
The website uses a blue-to-purple gradient theme. You can customize colors by modifying the CSS variables in the <style> section of index.html.
Update the content in index.html to match your specific messaging and features.
Update app-ads.txt with your actual ad network information when implementing advertising in your mobile app.
The website is optimized for performance with:
- Minimal external dependencies (only Google Fonts)
- Optimized CSS with no unused styles
- Fast loading times
- Mobile-first responsive design
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Mobile browsers (iOS Safari, Chrome Mobile)
This project is created for Velora. All rights reserved.