Skip to content

logic-roastery/Zhero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Zhero

Open-Source & Self-Hostable Point of Sale (POS) Platform

A modern POS platform for F&B and retail businesses, built with a self-hosting-first philosophy and zero vendor lock-in.

[EN]DocumentationInstallation GuideSystem Architecture

[ID]DokumentasiPanduan InstalasiArsitektur Sistem


✨ Overview

Zhero is a web-based Point of Sale (POS) platform designed for businesses that want complete control over their infrastructure without recurring subscription fees.

From cashier operations and inventory management to employee scheduling and QR-based self-ordering, Zhero combines essential business tools into a single platform that can be deployed anywhere.

Why Zhero?

  • 🔓 100% Open Source
  • 🚀 Self-Hostable
  • 💸 No Monthly Subscription Fees
  • 🏪 Designed for F&B & Retail Businesses
  • ☁️ Supports Cloud & VPS Deployments
  • 🛠️ Fully Customizable

✨ Features

Feature Status
👥 Employee & Role Management
📅 Shift Scheduling In Development
🛒 Digital POS & Cashier System Planned
💳 QRIS & Digital Payment Support Planned
🍽️ QR-Based Self Ordering Planned
🪑 Table Management Planned
📦 Inventory Management Planned
📊 Real-Time Business Reports Planned
🔓 100% Open Source
🚀 Self Hostable

🏗️ Technology Stack

Layer Technology
Frontend Angular + TypeScript
Backend Node.js + Express + TypeScript
Database PostgreSQL
ORM Prisma
Storage Supabase Storage / MinIO
Deployment Docker, Vercel, VPS

📂 Project Structure

.
├── api
├── infrastructure
├── docs
│   ├── EN
│   └── ID
└── README.md

🚀 Quick Start

git clone https://github.com/logic-roastery/Zhero.git
cd zhero

cp api/.env.example api/.env

docker compose \
  --env-file api/.env \
  -f infrastructure/docker-compose.yml \
  up --build -d

Backend API:

http://localhost:8000

For complete installation instructions, see:


📚 Documentation

English

  • 📖 About Zhero
  • 🏗️ System Architecture
  • 🛠️ Installation Guide

Bahasa Indonesia

  • 📖 Tentang Zhero
  • 🏗️ Arsitektur Sistem
  • 🛠️ Panduan Instalasi

🤝 Contributing

Contributions, feature requests, and bug reports are welcome.

Please open an issue before submitting major changes.


📄 License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors