Zelio - Multipurpose Business Startup NextJS Template

DOCUMENTATION

  • Doc version: 3.0
  • Created: 02 October 2024
  • Last update: 12 January 2026

Overview

Showcase your distinctive skills and creativity with Zelio, a state-of-the-art NextJS template crafted specifically for personal portfolios. Perfect for freelancers, designers, artists, and creatives of all types, Zelio offers a sleek, contemporary design that ensures your work shines.

This template includes Figma design file, making it easy to customize and develop this template to your liking.

We have a dedicated Support Center for all of your support needs. It includes our Documentation and Ticket system for any questions you have. We usually get back to you within 12-24 hours.

We are continuing to work hard to develop this item, more homepages and more great features will be added. You only need to buy 1 time and get lifetime updates.


Main Features

  • 03 Homepages: Designer, Developer, AUthor
  • NextJS 16, React 19, App router, Typescript
  • Dark / Light mode: Easily switch between dark and light mode for enhanced accessibility.
  • Bootstrap Framework: Rapidly build modern websites without ever leaving your HTML.
  • Figma design included: A great gift from us, you can quickly continue developing this template.
  • Detailed documentation: Extensive documentation plus great video guides on how to setup and customize Trucking will make your customizations super easy and fast!
  • Responsive & retina ready:Look of your website on mobile devices is very important these days. So we made sure Zelio looks great both on mobile, desktop and retina screens!
  • Cross browser compatibility:Zelio looks great among all major browsers including IE9+.
  • Free Lifetime Updates and User Support:Each purchase of the Theme guarantees you lifetime access to future theme updates at no extra cost. You also get six months of user support with the option of extending this period should you wish.
  • Creative Design: Zelio is a bold template that organizing content to follow natural eyes, striking balance between beautiful and visual hierarchy.
  • 100% Fully Responsive: The template passed Mobile-Friendly Test – by Google. We also tested carefully the template on almost devices: PC, Laptop, tablet, and phone. All elements are 100% responsive and ready for all devices.
  • Pixel Perfect Design
  • Color & Fonts is easily changed
  • W3C Validated Code

What You Get

  1. NextJS template
  2. Figma design file
  3. 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.
  • This is not a WordPress theme, It is a NextJS template

Change log

VERSION 3.0
- Update to NextJS 16.
- Update to React 19.

VERSION 2.0.0
- Fix CSS issues.

VERSION 1.0.0
- First release.
                            

STRUCTURE

Folder Structure

  • /app
    • /about
      • /page.tsx
    • /activities
      • /page.tsx
    • ...
  • /components
    • /blog
      • /BlogCard1.js
      • /BlogPost.js
      • /Pagination.js
    • /elements
      • /BackToTop.js
      • /Counter.js
      • /CounterUp.js
      • /...
    • /layout
      • /Footer.js
      • /Header.js
      • /Layout.js
      • /...
    • /sections
      • /About1.js
      • /About2.js
      • ...
  • /slider/
    • /BrandActiveSlider.js
    • /HeroSlider.js
    • /TestimonialActiveTwoSlider.js
  • /public
  • /.gitignore
  • /jsconfig.json
  • /next.config.js
  • /package.json
  • /package-lock.json
  • /README.md

App Structure

layout.tsx Structure


                            

Dependencies

package.json

                                    "dependencies": {
                                        "gsap": "^3.12.5",
                                        "isotope-layout": "^3.0.6",
                                        "next": "16.1.1",
                                        "react": "^19.2.0",
                                        "react-countup": "^6.5.3",
                                        "react-dom": "^19.2.0",
                                        "react-fast-marquee": "^1.6.5",
                                        "react-odometerjs": "^3.1.3",
                                        "react-perfect-scrollbar": "^1.5.8",
                                        "swiper": "^11.1.14",
                                        "wowjs": "^1.1.3"
                                    },
                                    "devDependencies": {
                                        "@types/isotope-layout": "^3.0.14",
                                        "@types/node": "^22",
                                        "@types/react": "^19",
                                        "@types/react-dom": "^19",
                                        "eslint": "^9",
                                        "eslint-config-next": "16.1.1",
                                        "typescript": "^5"
                                    }
                                

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:

  • / → app/page.txs
  • /about → app/about/page.tsx

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.

Development

How to start this project:

  • Step 1: Extract the zip file you downloaded from ThemeForest.
  • Step 2: Open Folder 1.Zelio_nextjs_template with a code editor (such as VS code )
  • Step 3: Run the command: npm install
  • Step 4: Then, run the command: npm run dev
  • Step 5: If you need to edit SCSS, run the command: npm run sass

Your project will be opened at: http://localhost:3000

Deployment

Push your NextJS 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

Learn more: https://nextjs.org/docs/pages/building-your-application/deploying

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 -