Delivo

Premium Food Delivery PWA Mobile Template

Version 1.0.0 | Created: 2026

1. Introduction

Thank you for purchasing Delivo. Delivo is a modern, mobile-first PWA (Progressive Web App) template designed specifically for food delivery apps, restaurants, and culinary services. It bridges the gap between web and native apps by providing an app-like experience directly in the browser.

Built with Bootstrap 5 and SCSS, it offers a robust foundation for your next mobile project with a stunning dark-themed design and smooth interactions.

2. Key Features

3. Folder Structure

The project file structure is organized for ease of use and scalability.

Delivo-Pwa/ (Root Directory) ├── assets/ # Contains all static resources │ ├── css/ # Compiled CSS files (Do not edit directly) │ ├── scss/ # Source SASS files (Edit your styles here) │ │ ├── styles.scss # Main import file │ │ ├── _base.scss # Global variables & reset │ │ └── ... # Other component styles │ ├── js/ # JavaScript logic │ │ ├── script.js # Main app functionality │ │ ├── auth-script.js # Authentication form handling │ │ └── realtime-mock.js # Mock data for order tracking │ └── img/ # Images and illustrations │ ├── icons/ # App Icons for PWA installation (192, 512, etc.) │ ├── HTML Pages # All app screens (40+ files) │ ├── index.html # Demo Landing Page │ ├── app.html # Main App Entry (Splash Screen) │ ├── home.html, signin.html, ... │ ├── manifest.json # Configuration for App Install (Name, Icons, Theme) ├── service-worker.js # Script for Offline Caching & PWA features ├── package.json # NPM definitions (for SCSS compilation) └── documentation.html # This documentation file

Key Directories Explained

4. Included Pages

Delivo includes over 40+ HTML screens covering common app flows.

Onboarding & Auth

Main Functions

Product & Ordering

Order Tracking

Profile & Settings

5. Customization

You can customize the look and feel by editing the SCSS variables.

Colors

Open assets/scss/_base.scss to change the color scheme:

:root {
  --delivo-primary: #fd6931; /* Change your brand color here */
  --delivo-bg: #0d0d0d;      /* Change background color */
  /* ... */
}

Fonts

The template uses Plus Jakarta Sans loaded from Google Fonts. To change it:

  1. Update the <link> tag in the <head> of your HTML files.
  2. Update the font-family variable in assets/scss/_base.scss.

6. PWA Configuration

To make the app installable:

  1. Manifest: Edit manifest.json to update the app Name, Short Name, and Theme Color.
  2. Icons: Replace the icons in the icons/ folder. Ensure you keep the same filenames or update `manifest.json`.
  3. Service Worker: The `service-worker.js` caches your assets for offline use. If you add new CSS/JS files, add them to the `urlsToCache` array in this file.

7. Credits & Libraries

8. Support

If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form. Thank you so much!