Skip to content
This repository was archived by the owner on May 24, 2026. It is now read-only.

RozoAI/rozo-app-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

46 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

logo
Rozo App

About

Rozo App is a modern mobile application that combines a Point-of-Sale system with embedded wallets. It’s designed to make it easy for merchants and users to handle payments, deposits, and withdrawals β€” all in one place.

Web Mobile

Features

πŸ” Embedded Wallets – Powered by the Privy SDK, so every user has a secure digital wallet built in.

πŸ›’ POS System – Simple and fast checkout experience for merchants and customers.

πŸ’° Deposit & Withdraw – Seamlessly move funds in and out of the app.

🌍 Multi-Platform – Works on iOS, Android, and Web.

πŸ”‘ Secure Login – Protect your account with modern authentication.

🌐 Multi-language Support – Accessible to users in different regions.

Screenshots

Sign In Balance Orders POS
image image image image

Download & Access

πŸ“± Android APK β†’ Download here

🌐 Web Version β†’ Open in Browser

iOS version will be available soon via TestFlight.

Setup

Requirements

Installation

Clone the repo to your machine and install dependencies:

git clone https://github.com/user/repo-name

cd ./repo-name

pnpm install

Usage

Development

Start the development server:

pnpm start

Run on iOS:

pnpm ios

Run on Android:

pnpm android

Run on Web:

pnpm web

Environment Variables

The app supports different environments:

  • Development: pnpm start
  • Staging: pnpm start:staging
  • Production: pnpm start:production

Stack

Folder Structure

src/
  β”œβ”€β”€ app/                # Expo Router file-based routing
  β”‚   β”œβ”€β”€ (app)/         # App screens (protected routes)
  β”‚   └── features/      # Feature-specific components
  β”œβ”€β”€ components/        # Shared components
  β”‚   β”œβ”€β”€ samples/       # Example components
  β”‚   └── ui/            # Core UI components (buttons, inputs, etc.)
  β”œβ”€β”€ hooks/             # Custom React hooks
  β”œβ”€β”€ lib/               # Shared utilities
  β”œβ”€β”€ modules/           # Feature modules
  β”‚   β”œβ”€β”€ auth/          # Authentication logic
  β”‚   └── i18n/          # Internationalization
  β”œβ”€β”€ resources/         # External resources
  β”‚   └── api/           # API clients and services
  β”œβ”€β”€ styles/            # Global styles
  └── translations/      # Translation files