A modern, crypto payment processing application built with React Router and Rozo AI's intent-pay SDK.
- 💸 Seamless crypto payment processing
- 🔗 Web3 integration with Wagmi
- 🚀 Server-side rendering with React Router
- ⚡️ Fast development with HMR
- 🔄 Data fetching with TanStack Query
- 🎨 Beautiful UI with Tailwind CSS and Shadcn UI
- 🔒 Type-safe with TypeScript
- 🧩 Modular architecture with React Context
- Frontend: React 19 with React Router 7
- Styling: Tailwind CSS with Shadcn UI components
- State Management: React Context
- Data Fetching: TanStack Query
- Web3: Wagmi and Viem
- Payment Processing: Rozo AI's intent-pay SDK
- Type Safety: TypeScript
- Code Quality: Biome for linting and formatting
Install the dependencies using pnpm:
pnpm install
Start the development server with HMR:
pnpm run dev
Your application will be available at http://localhost:5173
.
Run type checking with:
pnpm run typecheck
Lint and format your code with Biome:
pnpm run lint
Build the application for production:
pnpm run build
Start the production server:
pnpm run start
This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever CSS framework you prefer.
Built with ❤️ using React Router.