login Sign In

Standalone Packages

Download and deploy complete, self-hosted industry-specific applications — no monthly fees.

schedule 8 min read diamond Premium Feature
tips_and_updates
One-Time Purchase

Standalone packages are complete PHP applications you download and host yourself. Pay once, own forever — no recurring fees, no vendor lock-in.

Overview

DsitesAI offers 9 standalone packages — each is a fully-featured, self-hosted application tailored to a specific industry. They include an admin panel, customer-facing frontend, REST APIs, and database schema. Deploy on any PHP hosting (shared hosting, VPS, or cloud).

Available Packages

PackageIndustryKey Features
E-Commerce Online Store Products, cart, checkout, orders, customers, coupons, shipping, reviews, GST, Razorpay/Stripe, 7 themes
Clinic Healthcare Appointments, doctors, patients, prescriptions, invoices, medical records
Gym Fitness Members, classes, trainers, attendance, payments, membership plans
Hotel Hospitality Room bookings, room types, guests, housekeeping, reviews, reports
Salon Beauty & Spa Appointments, services, staff, customers, invoices, reviews
School Education Students, teachers, classes, exams, attendance, fees, announcements
Portfolio Creative Projects showcase, blog, testimonials, contact messages
Real Estate Property Property listings, agents, inquiries, reviews, search filters
Restaurant Food & Dining Menu management, categories, online orders, reservations, table management

Previewing Packages

Before purchasing, you can preview any package at /admin/package-preview.php:

  • Live demo of the admin panel
  • Frontend storefront/website preview
  • Feature list and screenshots
  • Theme options (for packages with multiple themes)

Downloading & Installing

1

Purchase the package

Go to Store Download (/admin/store-download.php) and select the package you want. Complete payment via Razorpay.

2

Download the ZIP

After payment, download the complete package as a ZIP file.

3

Upload to your hosting

Extract the ZIP and upload to your web server's document root (e.g. public_html/).

4

Run the installer

Visit yourdomain.com/install.php — the web installer wizard guides you through database setup, admin account creation, and initial configuration in 5 steps.

5

Go live

Delete install.php after setup. Your application is ready to use.

E-Commerce Package (Detailed)

The most comprehensive standalone package. Includes:

Admin Panel

  • Dashboard with revenue charts and order stats
  • Product management (categories, images, variants, stock)
  • Order management (status updates, tracking numbers)
  • Customer management (profiles, order history, export)
  • Coupon system (percentage/fixed, min order, expiry, usage limits)
  • Shipping zones and rate configuration
  • Product reviews with moderation
  • Sales reports with CSV export
  • Settings (payment, email, tax, store info)

Storefront

  • Home page with hero, featured products, categories
  • Shop page with filters (category, price, search)
  • Product detail page with image gallery and reviews
  • Shopping cart with quantity management
  • Checkout with address, shipping, and payment
  • Customer account (login, register, order history, wishlist)
  • Order tracking page
  • 7 theme options (Modern, Clean, Boutique, etc.)

Payment & Tax

  • Razorpay integration (online payment)
  • Stripe integration
  • Cash on Delivery (COD)
  • GST calculation — CGST+SGST (intra-state) / IGST (inter-state)

Technical Requirements

RequirementMinimum
PHP8.0+ with curl, gd, mbstring, pdo_mysql
MySQL5.7+ or MariaDB 10.3+
Web ServerApache with mod_rewrite (or Nginx)
HostingAny shared hosting (₹99/month+), VPS, or cloud
DependenciesNone — no Composer, no npm, no Node.js
info
Zero Dependencies

All standalone packages are built with pure PHP — no frameworks, no package managers. Upload and run on any hosting that supports PHP and MySQL.

Themes & Customization

Packages with multiple themes (like E-Commerce) store theme options in a themes/themes.json file. Switch themes from the admin Settings page — no code changes needed.

All packages support:

  • Custom brand colors (primary, secondary)
  • Logo upload
  • Font selection
  • Custom CSS injection