Introduction

Devfund lets you add beautiful UPI payment components to your Next.js/React app in seconds.

What is Devfund?

  • ✨ One-command component generation
  • 🎨 5 pre-built variants (Card, Glass, Minimal, Modern, Modal)
  • ⚡ Zero configuration needed
  • ♿ Fully accessible
  • 🔒 Secure & error-handled
  • 📦 TypeScript ready
  • MIT Licensed

Quick Start

bash
npx devfund@latest card
tsx
import CardPaymentQR from '@/components/devfund/CardPaymentQR';

export default function App() {
  return <CardPaymentQR username="yourname" />;
}

Next Steps