A beautiful, modern website for the BetterCanvas browser extension. This project is a complete recreation of the original diditupe.dev/bettercanvas website, built from the ground up with React and Vite.
- Modern Design: Clean, responsive design with gradient backgrounds and smooth animations
- Fast Performance: Built with Vite for lightning-fast development and optimized builds
- Mobile Responsive: Fully responsive design that works on all devices
- SEO Optimized: Proper meta tags and semantic HTML for better search engine visibility
- Accessibility: Built with accessibility best practices in mind
Visit the live website at bettercanvas.org
- Node.js 16+
- npm or yarn
# Clone the repository
git clone <repository-url>
cd BetterCanvas
# Install dependencies
npm install
# Start development server
npm run devnpm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production build locally
BetterCanvas/
├── src/
│ ├── components/
│ │ ├── Header.jsx
│ │ ├── Hero.jsx
│ │ ├── Features.jsx
│ │ ├── Installation.jsx
│ │ └── Footer.jsx
│ ├── App.jsx
│ ├── main.jsx
│ └── index.css
├── public/
├── index.html
├── vite.config.js
└── package.json
- Primary Gradient:
#667eeato#764ba2 - Secondary Gradient:
#f093fbto#f5576c - Dark Gradient:
#1a1a2eto#16213e
- Font Family: Inter (Google Fonts)
- Responsive typography using clamp()
npm run buildThis creates a dist folder with optimized production files.
Based on the PCMag guide for transferring websites to new domains, follow these steps:
- Build the website:
npm run build - Upload files: Transfer the
distfolder contents to your web host - Update DNS: Point bettercanvas.org to your new hosting
- Set up redirects: Configure any necessary redirects from the old domain
- Test thoroughly: Verify all links and features work correctly
- Vercel: Easy deployment with Git integration
- Netlify: Simple drag-and-drop deployment
- Traditional Web Hosting: Upload dist folder via FTP/cPanel
For questions about this website project, please contact support@bettercanvas.org
MIT License - see LICENSE file for details
This website showcases the BetterCanvas browser extension - a feature-packed extension for Canvas with over 1.5 million users.