You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2025. It is now read-only.
A B2B SaaS platform that provides businesses with a comprehensive dashboard to analyze customer engagement, manage loyalty programs, collect and act on feedback, and improve customer satisfaction through data-driven insights.
Note
Rewara is a hackathon project built under 6 hours. The project is not production-ready and lacks many features. Uses mock data for analytics and rewards. If i get time, i will implement the missing features.
Screenshots
Dashboard
Rewards
Feedback
Analytics
API Docs Expanded
API Docs
Login
Signup
Settings
Products
Landing
Local Development
# Clone the repository
git clone https://github.com/parazeeknova/rewara.git
# Install dependencies
pnpm i or pnpm install
# Lint or format code (optional)
pnpm lint or pnpm format
# Setup environment variables (development)
pnpm run env:dev
# Start the development server (docker)
pnpm run docker:dev
# Run prisma migrations
pnpm run prisma:up
# Copy envs to .env
cp .env.example .env
# Start the development server
pnpm dev
About
Landing page for a B2C SaaS platform that helps businesses enhance customer experience and engagement.