Track & Analyze Your App Competitors. ASO, Competitive Analysis, Google Play, App Store
29
stars
15
commits
TypeScript
primary language
Jan 28, 2026
updated
https://github.com/user-attachments/assets/f7d3368c-eab0-4b95-99fe-8b88a4f26968
Track & Analyze Your App Competitors.
Clash of Apps helps you understand your competition in the app stores through data-driven insights. Compare app store listings, analyze reviews, and track market positions across Google Play Store (App Store coming soon)
Clone the repository:
git clone https://github.com/yourusername/clash-of-apps.git
cd clash-of-apps
Install dependencies:
npm install
Set up your environment variables:
cp .env.example .env
Edit .env with your database and API credentials.
Initialize the database:
npm db:push
Create an admin user:
bunx tsx src/scripts/seed-admin.ts
Start the development server:
npm dev
Visit http://localhost:3000 to see your app!
.
βββ src/
β βββ app/ # Next.js App Router pages
β βββ components/ # React components
β βββ lib/ # Utility functions
β βββ server/ # Server-side code
β βββ styles/ # Global styles
βββ prisma/ # Database schema and migrations
βββ public/ # Static assets
βββ scripts/ # Utility scripts
We use Better Auth for secure authentication with the following features:
We love contributions! Please see our Contributing Guide for details.
This project is licensed under the MIT License - see the LICENSE file for details.
Built with β€οΈ by https://x.com/ntorresdev
15 commits
TypeScript
97.8%
CSS
1.2%
JavaScript
1.1%
Track & Analyze Your App Competitors. ASO, Competitive Analysis, Google Play, App Store
29
stars
15
commits
TypeScript
primary language
Jan 28, 2026
updated
https://github.com/user-attachments/assets/f7d3368c-eab0-4b95-99fe-8b88a4f26968
Track & Analyze Your App Competitors.
Clash of Apps helps you understand your competition in the app stores through data-driven insights. Compare app store listings, analyze reviews, and track market positions across Google Play Store (App Store coming soon)
Clone the repository:
git clone https://github.com/yourusername/clash-of-apps.git
cd clash-of-apps
Install dependencies:
npm install
Set up your environment variables:
cp .env.example .env
Edit .env with your database and API credentials.
Initialize the database:
npm db:push
Create an admin user:
bunx tsx src/scripts/seed-admin.ts
Start the development server:
npm dev
Visit http://localhost:3000 to see your app!
.
βββ src/
β βββ app/ # Next.js App Router pages
β βββ components/ # React components
β βββ lib/ # Utility functions
β βββ server/ # Server-side code
β βββ styles/ # Global styles
βββ prisma/ # Database schema and migrations
βββ public/ # Static assets
βββ scripts/ # Utility scripts
We use Better Auth for secure authentication with the following features:
We love contributions! Please see our Contributing Guide for details.
This project is licensed under the MIT License - see the LICENSE file for details.
Built with β€οΈ by https://x.com/ntorresdev
15 commits
TypeScript
97.8%
CSS
1.2%
JavaScript
1.1%