A minimal, classy landing page for Onelist - a productivity app that keeps all your todos, notes, and ideas in one text file.
- 🎨 Minimal and classy design matching the Onelist app aesthetic
- 📱 Fully responsive (mobile and desktop)
- ⚡ Fast and lightweight
- 🎯 Clear CTAs for both cloud and self-hosted options
- ✨ Smooth animations and interactions
- Install Vercel CLI:
npm i -g vercel- Deploy:
vercel- Follow the prompts to link your project
- Push this repository to GitHub
- Go to vercel.com
- Click "New Project"
- Import your GitHub repository
- Click "Deploy"
Before deploying, update the following placeholders in index.html:
- Replace
https://app.onelist.com/signupwith your actual signup URL - Replace
https://github.com/yourusername/onelistwith your actual GitHub repository URL - Update all GitHub links in the footer
The color scheme is defined in CSS variables in style.css. You can customize:
:root {
--color-bg: #F5F1ED;
--color-primary: #6B5D4F;
/* ... other colors */
}Simply open index.html in your browser, or use a local server:
# Using Python
python -m http.server 8000
# Using Node.js
npx serveOpen source - feel free to use and modify as needed.