npm install
npm run dev# Switch to TaskMaster Pro (Productivity App)
npm run config:taskmaster
# Switch to ShopSmart (E-commerce)
npm run config:shopsmart
# Back to default (Cal AI)
npm run config:defaultEdit /src/config/app-config.ts:
export const appConfig = {
brand: {
name: 'Your App Name', // 👈 Change this
logo: '/your-logo.svg', // 👈 Add your logo
tagline: 'Your tagline', // 👈 Your main message
// ...
},
};- Put images in
/public/folder - Update paths in config file
- Refresh browser ✨
- ✅ All text content (titles, descriptions, button text)
- ✅ Brand identity (name, logo, tagline)
- ✅ Images & mockups (hero devices, features, etc.)
- ✅ Testimonials (customer quotes, names, photos)
- ✅ Pricing plans (tiers, features, prices)
- ✅ Social links (LinkedIn, Twitter, Instagram)
- ✅ Theme colors (primary brand colors)
📝 Main config: /src/config/app-config.ts
That's it! One file controls everything. 🎯
See /src/config/example-*.ts files for complete rebranding examples:
- TaskMaster Pro (productivity)
- ShopSmart (e-commerce)
Need help? Check the full CONFIGURATION.md guide.