diff --git a/LICENSE b/LICENSE index 78c33f0..a7095ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 PhoenixCoded +Copyright (c) 2026 Phoenixcoded Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 02f2fb9..5f94c62 100644 --- a/README.md +++ b/README.md @@ -67,14 +67,14 @@ What truly sets SaasAble apart is its flexibility. It’s not just built for Saa ## Download -| Product | Preview | Download | -| -------------------- | ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | -| Admin Free | [**Live Preview**](https://free.admin.saasable.io/) | [**Download**](https://github.com/phoenixcoded/saasable-ui) | -| Admin Pro | [**Live Preview**](https://admin.saasable.io/) | [**Download**](https://mui.com/store/items/saasable-multipurpose-ui-kit-and-dashboard/) | -| Ui Kit React Free | [**Live Preview**](https://free.saasable.io/) | [**Download**](https://github.com/phoenixcoded/saasable-ui/) | -| Ui Kit React Pro | [**Live Preview**](https://saasable.io/) | [**Download**](https://mui.com/store/items/saasable-multipurpose-ui-kit-and-dashboard/) | -| Ui Kit Tailwind Free | [**Live Preview**](https://tailwind.saasable.io/free) | [**Download**](https://github.com/phoenixcoded/saasable-ui) | -| Ui Kit Tailwind Pro | [**Live Preview**](https://tailwind.saasable.io/) | [**Download**](https://codedthemes.com/item/saasable-tailwind-ui-kit/) | +| Product | Preview | Download | +| ------- | ------- | -------- | +| Free React Admin | [**Live Preview**](https://free.admin.saasable.io/) | [**Download**](https://github.com/phoenixcoded/saasable-ui) | +| Pro React Admin | [**Live Preview**](https://admin.saasable.io/) | [**Download**](https://mui.com/store/items/saasable-multipurpose-ui-kit-and-dashboard/) | +| Free React Ui Kit | [**Live Preview**](https://free.saasable.io/) | [**Download**](https://github.com/phoenixcoded/saasable-ui/) | +| Pro React Ui Kit | [**Live Preview**](https://saasable.io/) | [**Download**](https://mui.com/store/items/saasable-multipurpose-ui-kit-and-dashboard/) | +| Free Tailwind Ui Kit | [**Live Preview**](https://tailwind.saasable.io/free) | [**Download**](https://github.com/phoenixcoded/saasable-ui) | +| Pro Tailwind Ui Kit | [**Live Preview**](https://tailwind.saasable.io/) | [**Download**](https://codedthemes.com/item/saasable-tailwind-ui-kit/) | ## Deploy your own @@ -132,15 +132,15 @@ Looking for even more features? Check out SaasAble's premium version, which offe [SaasAble Ui Kit Tailwind Documentation](https://phoenixcoded.gitbook.io/saasable-tailwind) helps you with installation, deployment, and troubleshooting. -## Browser support +## "Browser support" -
- Chrome - Edge - Safari - Firefox - Opera -
+

+ Chrome + Edge + Safari + Firefox + Opera +

## SaasAble Figma UI Kit @@ -151,10 +151,10 @@ Looking for even more features? Check out SaasAble's premium version, which offe ## More products from Phoenixcoded -| Dashboard | FREE | PRO | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------ | -| | - | **Pro** | -| | [**Free**](https://github.com/phoenixcoded/able-pro-free-admin-dashboard-template) | **Pro** | +| Dashboard | FREE | PRO | +|-----------|------|-----| +| | — | [**Pro**](https://codedthemes.com/item/light-able/) | +| | [**Free**](https://github.com/phoenixcoded/able-pro-free-admin-dashboard-template) | [**Pro**](https://codedthemes.com/item/able-pro-dashboard-templates/) | ## Issues diff --git a/admin/nextjs/README.md b/admin/nextjs/README.md index edd5e95..60735f8 100644 --- a/admin/nextjs/README.md +++ b/admin/nextjs/README.md @@ -1,13 +1,15 @@ -# SaasAble Free React Material UI,Admin Dashboard Template +# SaasAble Free React Material UI NextJS Dashboard Template [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Price](https://img.shields.io/badge/price-FREE-0098f7.svg)](https://github.com/phoenixcoded/saasable-ui/blob/main/LICENSE) -SaasAble is a complete solution for building SaaS products as well as non-SaaS products. Whether you’re creating a user-friendly front-end or a powerful admin dashboard, SaasAble has all the tools you need. It’s also flexible — perfect not just for SaaS but also for agencies, digital products, CRMs, blogs, AI platforms, project management, learning systems, and more. +SaasAble is a complete solution for building modern Next.js applications. It helps you create clean, user-friendly interfaces without overcomplicating things, so you can build faster and keep your project organized as it grows. + +It’s flexible enough to work across all kinds of projects. Not just SaaS, but also agency websites, digital platforms, CRMs, blogs, AI tools, project management apps, learning systems, and more. ✨ Support us! If you like this theme, click the ⭐ (Top right) and let it shine. -![SaasAble Free React UI kit and Dashboard Template](https://ableproadmin.com/adv-banner-saasable/adv-github.png) +![SaasAble Free React Material UI NextJS Dashboard Template](https://ableproadmin.com/adv-banner-saasable/adv-github.png) ## Table of contents @@ -19,7 +21,7 @@ SaasAble is a complete solution for building SaaS products as well as non-SaaS p - [Browser support](#browser-support) - [Technology Stack](#technology-stack) - [SaasAble Figma Admin](#saasable-figma-admin) -- [More products from PhoenixCoded](#more-products-from-phoenixcoded) +- [More products from Phoenixcoded](#more-products-from-phoenixcoded) - [Issues?](#issues) - [License](#license) - [Contributor](#contributor) @@ -27,23 +29,27 @@ SaasAble is a complete solution for building SaaS products as well as non-SaaS p ## Getting Started -1. Clone from Github - -``` -git clone https://github.com/phoenixcoded/saasable-ui.git -``` +1. **Clone the repository** + ```sh + git clone https://github.com/phoenixcoded/saasable-ui.git + ``` -2. Goto `admin` directory and Install Packages +2. **Navigate to the Next.js admin directory** + ```sh + cd admin/nextjs + ``` -``` -npm install -``` +3. **Install dependencies** + ```sh + npm install + ``` -3. Run project +4. **Run the project** + ```sh + npm run dev + ``` -``` -npm run dev -``` +5. **Open the local server URL shown in your terminal to view the app.** ## Download @@ -115,7 +121,7 @@ Looking for even more features? Check out SaasAble's [premium version](https://m -## More products from PhoenixCoded +## More products from Phoenixcoded | Dashboard | FREE | PRO | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------ | @@ -132,7 +138,7 @@ To report a bug, please submit an [issue](https://github.com/phoenixcoded/saasab ## Contributor -**PhoenixCoded Team** +**Phoenixcoded Team** - https://github.com/phoenixcoded diff --git a/uikit/react/README.md b/uikit/react/README.md index 8f17583..d85aded 100644 --- a/uikit/react/README.md +++ b/uikit/react/README.md @@ -21,68 +21,62 @@ It’s highly flexible making it a great fit for SaaS products, agencies, digita - [Browser support](#browser-support) - [Technology Stack](#technology-stack) - [SaasAble Figma UI Kit](#saasable-figma-ui-kit) -- [More products from PhoenixCoded](#more-products-from-phoenixcoded) +- [More products from Phoenixcoded](#more-products-from-phoenixcoded) - [Issues?](#issues) - [License](#license) - [Contributor](#contributor) -- [Follow us](#follow-us) ## Getting Started -1. Clone from Github +1. **Clone the repository** + ```sh + git clone https://github.com/phoenixcoded/saasable-ui.git + ``` -``` -git clone https://github.com/phoenixcoded/saasable-ui.git -``` +2. **Navigate to the React UI Kit directory** + ```sh + cd uikit/react + ``` -2. Goto `uikit/react` directory and Install Packages +3. **Install dependencies** + ```sh + npm install + ``` -``` -npm install -``` +4. **Run the project** + ```sh + npm run dev + ``` -3. Run project - -``` -npm run dev -``` +5. **Open the local server URL shown in your terminal to view the app.** ## Download -| Product | Preview | Download | -| -------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | -| Ui Kit React Free | [**Live Preview**](https://free.saasable.io/) | [**Download**](https://github.com/phoenixcoded/saasable-ui/) | -| Ui Kit React Pro | [**Live Preview**](https://saasable.io/) | [**Download**](https://mui.com/store/items/saasable-multipurpose-ui-kit-and-dashboard/) | +| Product | Preview | Download | +| ------- | ------- | -------- | +| Free React Ui Kit | [**Live Preview**](https://free.saasable.io/) | [**Download**](https://github.com/phoenixcoded/saasable-ui/) | +| Pro React Ui Kit | [**Live Preview**](https://saasable.io/) | [**Download**](https://mui.com/store/items/saasable-multipurpose-ui-kit-and-dashboard/) | ## Why SaasAble? -The SaasAble theme is a modern, responsive, and highly customizable solution for SaaS applications, dashboards, and admin panels. It comes with pre-built components, dark and light modes, and is optimized for performance and scalability. With regular updates. It saves development time while ensuring a professional and polished UI. +SaasAble is a complete UI kit built for modern React apps using Material UI and Next.js. It’s designed to help you create clean, user-friendly interfaces without overcomplicating things, so you can move faster and keep your codebase scalable. -- Modern & Responsive Design -- Pre-Built Components & Layouts -- Fully Responsive, all modern browser supported -- Customizable & Scalable -- Dark & Light Modes -- Performance Optimized -- Integration Ready -- Easy Documentation Guide +What makes SaasAble stand out is its flexibility. It’s not just for SaaS products but you can easily use it for agency projects, digital platforms, CRMs, blogs, AI tools, project management apps, learning systems, and more. ## What's included in Premium Version? -Looking for even more features? Check out SaasAble's [premium version](https://mui.com/store/items/saasable-multipurpose-ui-kit-and-dashboard/), which offers a complete UI solution that includes both Front End UI components (like Hero sections, CTAs, and Footers) and Admin Interface components (such as Roles & Permissions pages, Analytics dashboards, and Billing systems). +Looking for more UI components? Check out SaasAble’s premium version, which expands the UI kit with a complete set of front-end elements like hero sections, CTAs, footers, and more. Helping you build polished interfaces faster and with greater consistency. -| [SaasAble Ui Kit React Free](https://free.saasable.io/) | [SaasAble Ui Kit React Pro](https://www.saasable.io/) | +| [SaasAble Free React Ui Kit](https://free.saasable.io/) | [SaasAble Pro React Ui Kit](https://www.saasable.io/) | | ------------------------------------------------------------------------------ | :---------------------------------------------------- | -| **1** Demo Landing | **7+** Demo Landing | -| **25** Component Blocks | **200+** Component blocks | +| **1** Demo Landing | Demo Landing (7+) | +| **25** Component Blocks | [Component blocks](https://saasable.io/sections) (200+) | | - | ✓ Dark/Light Mode 🌓 | | - | ✓ TypeScript version | | - | ✓ Design files (Figma) | | - | ✓ Multiple color options | | - | ✓ RTL | -| - | ✓ Supabase authentication | -| - | ✓ [More components](https://saasable.io/sections) | | ✓ [MIT License](https://github.com/phoenixcoded/saasable-ui/blob/main/LICENSE) | ✓ [Pro License](https://mui.com/store/license/) | ## Documentation @@ -91,38 +85,50 @@ Looking for even more features? Check out SaasAble's [premium version](https://m ## Browser support - +

+ Chrome + Edge + Safari + Firefox + Opera +

## Technology Stack - React 19 -- Next js -- TypeScript +- Next.js 16 - Material UI v7 - JavaScript - Material 3 -- Figma - npm/yarn package installer ## SaasAble Figma UI Kit - - -
- - Figma Free -      - - Figma Pro +

+ + Figma Free -

+ + Figma Pro + +

-## More products from PhoenixCoded +## More products from Phoenixcoded -| Dashboard | FREE | PRO | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------ | -| | - | [**Pro**](https://1.envato.market/EKD9M4) | -| | [**Free**](https://github.com/phoenixcoded/able-pro-free-admin-dashboard-template) | [**Pro**](https://1.envato.market/zNkqj6) | +| Dashboard | FREE | PRO | +|-----------|------|-----| +| | — | [**Pro**](https://codedthemes.com/item/light-able/) | +| | [**Free**](https://github.com/phoenixcoded/able-pro-free-admin-dashboard-template) | [**Pro**](https://codedthemes.com/item/able-pro-dashboard-templates/) | ## Issues @@ -134,15 +140,10 @@ To report a bug, please submit an [issue](https://github.com/phoenixcoded/saasab ## Contributor -**PhoenixCoded Team** +**Phoenixcoded Team** - https://github.com/phoenixcoded **Brijesh Dobariya** - https://x.com/dobaria_brijesh - -## Follow us - -- [Github](https://github.com/phoenixcoded) -- [Phoenixcoded](https://themeforest.net/user/phoenixcoded) diff --git a/uikit/tailwind/README.md b/uikit/tailwind/README.md index fadef48..c402718 100644 --- a/uikit/tailwind/README.md +++ b/uikit/tailwind/README.md @@ -1,13 +1,15 @@ -# SaasAble Free Tailwind +# SaasAble Free Tailwind UI Kit [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Price](https://img.shields.io/badge/price-FREE-0098f7.svg)](https://github.com/phoenixcoded/saasable-ui/blob/main/LICENSE) -SaasAble is a complete solution for building SaaS products as well as non-SaaS products. Whether you’re creating a user-friendly front-end or a powerful admin dashboard, SaasAble has all the tools you need. It’s also flexible — perfect not just for SaaS but also for agencies, digital products, CRMs, blogs, AI platforms, project management, learning systems, and more. +SaasAble is a complete UI kit built with Tailwind CSS, designed to help you create clean, user-friendly interfaces without unnecessary complexity. It comes with ready-to-use components that help you build faster and keep your design consistent. + +It’s flexible enough to fit a wide range of projects. Not just SaaS, but also agency websites, digital products, CRMs, blogs, AI tools, project management apps, learning platforms, and more. ✨ Support us! If you like this theme, click the ⭐ (Top right) and let it shine -![SaasAble Free React UI kit and Dashboard Template](https://ableproadmin.com/adv-banner-saasable/adv-github.png) +![SaasAble Free Tailwind Ui Kit](https://org-public-assets.s3.us-west-2.amazonaws.com/Free-Version-Banners/GITHUB-FREE-REACT-REPO-SaasAble-Tailwind+(2).png) ## Table of contents @@ -18,66 +20,61 @@ SaasAble is a complete solution for building SaaS products as well as non-SaaS p - [Documentation](#documentation) - [Browser support](#browser-support) - [Technology Stack](#technology-stack) -- [More products from PhoenixCoded](#more-products-from-phoenixcoded) +- [More products from Phoenixcoded](#more-products-from-phoenixcoded) - [Issues?](#issues) - [License](#license) - [Contributor](#contributor) -- [Follow us](#follow-us) ## Getting Started -1. Clone from Github - -``` -git clone https://github.com/phoenixcoded/saasable-ui.git -``` +1. **Clone the repository** + ```sh + git clone https://github.com/phoenixcoded/saasable-ui.git + ``` -2. Goto `tailwind` directory and Install Packages +2. **Navigate to the Tailwind UI Kit directory** + ```sh + cd uikit/tailwind + ``` -``` -npm install -``` +3. **Install dependencies** + ```sh + npm install + ``` -3. Run project +4. **Run the project** + ```sh + gulp + ``` -``` -gulp -``` +5. **Open the local server URL shown in your terminal to view the app.** ## Download -| Product | Preview | Download | -| -------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | -| Admin Free | [**Live Preview**](https://tailwind.saasable.io/free) | [**Download**](https://github.com/phoenixcoded/saasable-ui) | -| Admin Pro | [**Live Preview**](https://admin.saasable.io/) | [**Download**](https://mui.com/store/items/saasable-multipurpose-ui-kit-and-dashboard/) | - - +| Product | Preview | Download | +| ------- | ------- | -------- | +| Free Tailwind Ui Kit | [**Live Preview**](https://tailwind.saasable.io/free) | [**Download**](https://github.com/phoenixcoded/saasable-ui) | +| Pro Tailwind Ui Kit | [**Live Preview**](https://tailwind.saasable.io/) | [**Download**](https://codedthemes.com/item/saasable-tailwind-ui-kit/) | + ## Why SaasAble? -The SaasAble theme is a modern, responsive, and highly customizable solution for SaaS applications, dashboards, and admin panels. It comes with pre-built components, dark and light modes, and is optimized for performance and scalability. With regular updates. It saves development time while ensuring a professional and polished UI. +SaasAble is a modern, responsive, and highly customizable UI kit built with Tailwind CSS. It gives you a clean, utility-first foundation with ready-to-use components, helping you build consistent and polished interfaces faster. -- Modern & Responsive Design -- Pre-Built Components & Layouts -- Fully Responsive, all modern browser supported -- Customizable & Scalable -- Dark & Light Modes -- Performance Optimized -- Integration Ready -- Easy Documentation Guide +Designed with performance and scalability in mind, it keeps things lightweight while still offering the flexibility to adapt to different types of projects. With regular updates and a developer-friendly structure, SaasAble helps you save time and focus on building great user experiences. ## What's included in Premium Version? -Looking for even more features? Check out SaasAble's [premium version](https://mui.com/store/items/saasable-multipurpose-ui-kit-and-dashboard/), which offers a complete UI solution that includes both Front End UI components (like Hero sections, CTAs, and Footers) and Admin Interface components (such as Roles & Permissions pages, Analytics dashboards, and Billing systems). +Looking for more UI components? Check out SaasAble’s premium version, which expands the UI kit with a complete set of front-end elements like hero sections, CTAs, footers, and more. Helping you build polished interfaces faster and with greater consistency. -| [SaasAble Ui kit Tailwind Free](https://free.tailwind.saasable.io/) | [SaasAble Ui kit Tailwind Pro](https://tailwind.saasable.io) | +| [SaasAble Free Tailwind Ui Kit](https://tailwind.saasable.io/free) | [SaasAble Pro Tailwind Ui Kit](https://tailwind.saasable.io) | | ------------------------------------------------------------------------------ | :----------------------------------------------------------------- | -| **1** Demo Landing | **7+** Demo Landing | -| **25** Component Blocks | **200+** Component blocks | -| - | ✓ Dark/Light Mode 🌓 | -| - | ✓ Role Base Authentication | -| - | ✓ RTL | -| - | ✓ [More components](https://tailwind.saasable.io/block/block.html) | -| ✓ [MIT License](https://github.com/phoenixcoded/saasable-ui/blob/main/LICENSE) | ✓ [Pro License](https://mui.com/store/license/) | +| **1** Demo Landing | Demo Landing (7+) | +| **25** Component Blocks | [Component blocks](https://tailwind.saasable.io/block/block.html) (200+) | +| - | ✓ Dark/Light Mode 🌓 | +| - | ✓ Design files (Figma) | +| - | ✓ Multiple color options | +| - | ✓ RTL | +| ✓ [MIT License](https://github.com/phoenixcoded/saasable-ui/blob/main/LICENSE) | ✓ [Pro License](https://codedthemes.com/license/) | ## Documentation @@ -85,7 +82,13 @@ Looking for even more features? Check out SaasAble's [premium version](https://m ## Browser support - +

+ Chrome + Edge + Safari + Firefox + Opera +

## Technology Stack @@ -94,12 +97,12 @@ Looking for even more features? Check out SaasAble's [premium version](https://m - Gulp support - npm/yarn package installer -## More products from PhoenixCoded +## More products from Phoenixcoded -| Dashboard | FREE | PRO | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------ | -| | - | [**Pro**](https://1.envato.market/EKD9M4) | -| | [**Free**](https://github.com/phoenixcoded/able-pro-free-admin-dashboard-template) | [**Pro**](https://1.envato.market/zNkqj6) | +| Dashboard | FREE | PRO | +|-----------|------|-----| +| | — | [**Pro**](https://codedthemes.com/item/light-able/) | +| | [**Free**](https://github.com/phoenixcoded/able-pro-free-admin-dashboard-template) | [**Pro**](https://codedthemes.com/item/able-pro-dashboard-templates/) | ## Issues @@ -111,15 +114,10 @@ To report a bug, please submit an [issue](https://github.com/phoenixcoded/saasab ## Contributor -**PhoenixCoded Team** +**Phoenixcoded Team** - https://github.com/phoenixcoded **Brijesh Dobariya** - https://x.com/dobaria_brijesh - -## Follow us - -- [Github](https://github.com/phoenixcoded) -- [Phoenixcoded](https://themeforest.net/user/phoenixcoded)