PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

SAAS Help and Theme

sachilles

Apr 22nd, 2022 03:05 AM

how can i use a different layout (themes) for my saas? I bought this (https://preview.themeforest.net/item/yeti-admin-tailwind-css/full_screen_preview/29702349?_ga=2.103131136.180222958.1650621571-1543278205.1650621571)and would use it. Does anyone know how to do that? I saw tony's video of course. but I can't get any further. can someone help me with my saas? thanks

bobbyiliev

Apr 22nd, 2022 03:44 AM

Hello,

There are a couple of ways to go:

Keep in mind that this might be more challenging as you will need to recreate the functionality itself.

  • Just edit the default Tailwind CSS theme that comes with Wave and add your own components from the theme that you've purched. That way you will only change the design and keep the functionality from the current theme.

Best,

Bobby

Bobby

sachilles

Apr 22nd, 2022 03:55 AM

Hi Bobby,

where can i find the taiwind css theme? file?

bobbyiliev

Apr 22nd, 2022 04:01 AM

Hey there,

You can find the theme blade files at:

resources/views/themes/tailwind

In there you can change your files as you would with any other Laravel website.

Hope that this helps!

caowang

Mar 17th, 2023 11:28 PM

What if somebody wants to use Wave starter kit not for SaaS but as a normal Laravel website. I mean, there is no login for a normal user to visit dashboard and other pages. Only admin route is protected with auth. Is there an easy way to achieve that with a setting or minimal code changes?

bobbyiliev

Mar 18th, 2023 12:14 AM

Wave is a standard Laravel app at its core, the main benefit is that it comes with a lot of extra features so you could build your apps quicker.

There is a standard login for users:

https://wave.devdojo.com/login