Skip to content

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