• Blog
  • Documentation
  • Courses
  • Changelog
  • AI Starters
  • UI Kit
  • FAQ
  • Supamode
    New
  • Pricing

Launch your next SaaS in record time with Makerkit, a React SaaS Boilerplate for Next.js and Supabase.

Makerkit is a product of Makerkit Pte Ltd (registered in the Republic of Singapore)Company Registration No: 202407149CFor support or inquiries, please contact us

About
  • FAQ
  • Contact
  • Verify your Discord
  • Consultation
  • Open Source
  • Become an Affiliate
Product
  • Documentation
  • Blog
  • Changelog
  • UI Blocks
  • Figma UI Kit
  • AI SaaS Starters
License
  • Activate License
  • Upgrade License
  • Invite Member
Legal
  • Terms of License
    • Branding
    • Data Explorer API
    • Storage Explorer API
    • Users API
    • Audit Logs API
    • Writing Packages
    • Writing Plugins

Branding

Customize the branding of Supamode to your liking

Supamode is open to customization, and you can change the branding of the application to your liking, white-label it to your company's brand or your customer's brand.

Updating the Theme

Supamode uses the Tailwind CSS framework to style the application and Shadcn UI for the components.

To customize the theme, you can edit the file apps/app/src/styles/theme.css and change the colors to your liking.

Please use the Shadcn UI theming options to customize the theme to match your brand.

Updating the Logo

The Supamode logo is located in the apps/app/src/components/app-logo.tsx file as an SVG image. To update the logo, you can replace the SVG image with your own, whichever format you prefer.

Updating the Favicon

To update the favicon, you can replace the apps/app/public/favicon/** files with your own. To generate a favicon, use a tool like Favicon Generator and drop the generated files into the apps/app/public/favicon/ directory.

Updating the Title

To change the page title, you can edit the apps/app/index.html file and change the <title> tag to your liking.

On this page
  1. Updating the Theme
    1. Updating the Logo
      1. Updating the Favicon
        1. Updating the Title