A web-based aggregator for ad libraries across Meta (Facebook & Instagram), LinkedIn, and Google Ads. Search, filter, and compare ads by platform, advertiser, keywords, country, date, and more.
- Unified search and filtering across multiple ad platforms
- Clean, minimal UI (Next.js + Tailwind CSS)
- Extensible for more platforms and features
- Install dependencies:
npm install
- Run the development server:
Open http://localhost:3000 to view the app.
npm run dev
src/app/— Main app and pagessrc/components/— Reusable UI componentssrc/lib/— Utility functions and API logicsrc/types/— TypeScript types
Deploy easily to Vercel or your preferred platform.
MIT