The official landing page and merchant dashboard for PayNode.dev.
This repository contains the frontend application for PayNode, the non-custodial payment infrastructure for the AI Agentic Economy.
Currently, it serves as our high-converting landing page and waitlist portal. In the future, this Next.js app will house the Merchant Dashboard, allowing developers to connect their Web3 wallets, view real-time M2M (Machine-to-Machine) transaction analytics, and manage their SDK API keys.
Built with the modern React ecosystem for maximum performance and DX (Developer Experience):
- Framework: Next.js (App Router)
- UI & Styling: React + Tailwind CSS
- Icons: Lucide React
- Deployment: Vercel (Edge Network)
First, clone the repository and install the dependencies:
git clone https://github.com/PayNodeLabs/paynode-web.git
cd paynode-web
npm install