🔐 OTP Authentication
Secure authentication using One-Time Password verification via SMS (email support coming soon)
A full-stack application with mobile app, REST API, and GraphQL backend
Get up and running with Unisync in minutes.
# Start backend services (PostgreSQL + Hasura)
docker-compose up -d
# Start the API server
cd server
yarn install
yarn dev
# Start the mobile app
cd mobile
yarn install
yarn startUnisync is a monorepo containing:
For more information, check out the Guide section.