Sassio

Software & SaaS NextJS Template

DOCUMENTATION

  • Doc version: 2.0
  • Created: 05 March 2023
  • Last update: 19 Mar 2024

OVERVIEW

Sassio is a mulipurpose SASS, Agency, Startup template based on NextJS. This template includes a lot of pre-designed layouts for home page and inner pages to give you best selections in customization.

Sassio was created with modern technologies such as: React 18, NextJS 14, App Router, TypeScript, and more. It is a modern and clean design template. It has a lot of features and can be used for various websites.

You can avoid expensive web development and minimize your design costs using Sassio - Multipurpose Agency NextJS Template.

We used styled-components and carefully created custom components so that we don’t have to sacrifice performance. The styled component also provides an easy way to change the appearance of the entire website.

We have a dedicated support center for all of your support needs. It includes our Documentation and Ticket system for any questions you have.

Main Features

  • 10 unique home pages and landing pages
  • Multipurpose usage: Demos for startup, business, SaaS, software, SEO, marketing, agency, etc
  • Creative and Unique Design
  • Handcrafted and carefully put together inner pages to choose from
  • React 18, NextJs 14
  • App Router
  • Typescript
  • React scroll-up
  • React wow animation
  • React swiper slider
  • React Atropos
  • React Leaflet map
  • React tabs
  • React tsparticles
  • Sticky Header
  • Bunny Fonts
  • 100% Responsive
  • Nice and Clean Design
  • Clean and commented code
  • Valid Redux / Jsx Component / CSS3
  • Easy to customize
  • Flexible and multi-purpose
  • Built On Bootstrap 5
  • Detailed documentation
  • Lifetime Free Update
  • And much more…

What do you get?

  • NextJS Template source code
  • Documentation

Note

All images are just used for Preview Purpose Only. They are not part of the template and maybe NOT included in the final purchase files.

Change log

                                VERSION 2.0: BIG Update
                                - NextJS 14
                                - React 18
                                - App Router
                                - Typescript

                                VERSION 1.4
                                - Remove library react-countup and react-scroll-trigger

                                VERSION 1.3
                                - Fixed CounterUp

                                VERSION 1.2
                                - Fixed some bugs on home 5, home 9

                                VERSION 1.0
                                - First release.
                            

GET STARTED

Folder Structure

  • /app
    • /about
      • /about-1
        • /page.tsx
      • /about-2
        • /page.tsx
      • ....
  • /components
    • /elements
      • /Accordion.tsx
      • /BackToTop.tsx
      • /PortfolioFilter.tsx
      • /Tab.tsx
      • /...
    • /layout
      • /Footer.tsx
      • /Header.tsx
      • /Layout.tsx
      • /...
    • /slider
      • /PortfolioSliderOne.tsx
      • /PortfolioSliderTwo.tsx
      • /ProjectSliderOne.tsx
      • ...
  • /public
  • /.eslintrc.json
  • /.gitignore
  • /next.config.mjs
  • /next-env.d.ts
  • /package.json
  • /README.md

Structure

layout.tsx Structure

                                
                            

Dependencies

package.json

                                "dependencies": {
                                    "@tsparticles/react": "^3.0.0",
                                    "atropos": "^2.0.2",
                                    "isotope-layout": "^3.0.6",
                                    "leaflet": "^1.9.4",
                                    "next": "14.1.3",
                                    "nextjs-progressbar": "^0.0.16",
                                    "react": "^18",
                                    "react-countup": "^6.5.0",
                                    "react-dom": "^18",
                                    "react-feather": "^2.0.10",
                                    "react-leaflet": "^4.2.1",
                                    "react-modal-video": "^2.0.1",
                                    "react-responsive-masonry": "^2.2.0",
                                    "react-scroll-trigger": "^0.6.14",
                                    "react-tabs": "^6.0.2",
                                    "react-visibility-sensor": "^5.1.1",
                                    "swiper": "^11.0.7",
                                    "tsparticles": "^3.3.0",
                                    "wowjs": "^1.1.3"
                                },
                                "devDependencies": {
                                    "@types/isotope-layout": "^3.0.13",
                                    "@types/leaflet": "^1.9.8",
                                    "@types/node": "^20",
                                    "@types/react": "^18",
                                    "@types/react-dom": "^18",
                                    "@types/react-modal-video": "^1.2.3",
                                    "eslint": "^8",
                                    "eslint-config-next": "14.1.3",
                                    "typescript": "^5"
                                }
                            

Create a Page

Create page pages\blank.js

                                function Blank() {
                                    export function MyPage() {
                                      return(
                                       

Hello!

) } export default Blank;

Routing

The Next.js router allows you to do client-side route transitions between pages, similar to a single-page application

A React component called Link is provided to do this client-side route transition.

                                
                            

In the example above we have multiple links, each one maps a path (href) to a known page:

  • / → pages/index.js
  • /page-about → pages/page-about.js

Any in the viewport (initially or through scroll) will be prefetched by default (including the corresponding data) for pages using Static Generation. The corresponding data for server-rendered routes is not prefetched.

Deployment

If you haven’t already done so, push your Next.js app to a Git provider of your choice: GitHub, GitLab, or BitBucket. Your repository can be private or public.

Then, follow these steps:

  • Sign up to Vercel (no credit card is required).
  • After signing up, you’ll arrive on the “Import Project” page. Under “From Git Repository”, choose the Git provider you use and set up an integration. (Instructions: GitHub / GitLab / BitBucket).
  • Once that’s set up, click “Import Project From …” and import your Next.js app. It auto-detects that your app is using Next.js and sets up the build configuration for you. No need to change anything — everything should work just fine!
  • After importing, it’ll deploy your Next.js app and provide you with a deployment URL
  • To get more help on the deployment checkout

UPDATE

Important Note:

- Backup your website and template folders completely to make sure you have a restore point in case of any complications.

Update using FTP

  1. Download the latest version of the template to your device.
  2. Connect to your hosting via FTP software
  3. Upload the template folder you unzipped to your site folder
  4. You should be asked to confirm overwriting of this folder and its contents. Confirm the overwrite.

SOURCES & CREDITS

THANK YOU

Thank you so much for using this template.

- AliThemes Team -