Global payment infrastructure for modern commerce.
Pave is a modern payment platform that enables businesses to:
- Accept payments from anywhere in the world
- Send money globally with ease
- Manage cross-border transactions seamlessly
- Power the future of commerce
- Framework: Next.js 16 with React 19
- Styling: Tailwind CSS 4
- UI Components: Radix UI, Magic UI
- Animations: Motion (Framer Motion)
- Language: TypeScript
Install dependencies:
npm installRun the development server:
npm run devOpen http://localhost:3004 with your browser to see the application.
app/ # Next.js app directory
api/ # API routes
components/ # React components
ui/ # Reusable UI components
data/ # Static data files
hooks/ # Custom React hooks
lib/ # Utility functions
public/ # Static assets
npm run dev- Start development server on port 3004npm run build- Create production buildnpm start- Start production servernpm run lint- Run ESLint