AWS Infrastructure Intelligence Engine — Landing Page & Dashboard
Looking for the CLI tool? This repo contains the UI only. The core engine is a local CLI tool. Visit replimap.com or check the documentation.
git clone https://github.com/RepliMap/replimap-frontend.git
cd replimap-frontend
cp .env.example .env.local
npm install
npm run dev| Category | Technology |
|---|---|
| Framework | Next.js 16 (App Router) |
| Styling | Tailwind CSS v4 |
| Components | Shadcn UI |
| Language | TypeScript |
| Auth | Clerk |
| Payments | Stripe |
src/
├── app/ # Next.js App Router pages
├── components/ # React components
│ ├── ui/ # Shadcn UI primitives
│ ├── landing/ # Landing page sections
│ └── shared/ # Header, Footer
└── lib/ # Utilities, constants
Apache 2.0 © 2025-2026 David Lu
