A modern tipping platform for creators, built on Next.js and powered by Solana. Instantly create your own tip page, share your unique tag, and start receiving tips in seconds—no login, no accounts, just pure support!
- 🚀 One-click Tip Page: Instantly create a personalized tip page with your chosen tag name.
- ⚡ Solana Native: Secure, low-fee tipping using supported tokens (SOL, USDC, USDT).
- 💸 No Login Required: No sign-ups for creators or tippers. Share and receive tips easily.
- 🎨 Customizable: Personalize your creator page with a name, bio, and branding.
- 🔒 Wallet Connect: Secure payments directly to your Solana wallet.
- 📱 Responsive: Fully responsive, mobile-first design.
-
Install dependencies:
npm install # or yarn install # or pnpm install # or bun install
-
Configure environment:
Copy
.env.exampleto.envand set your environment variables (such asDATABASE_URLfor Neon / Postgres). -
Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open http://localhost:3000 in your browser.
- Visit
/createto generate your tip page. - Choose a tag name, and enter your Solana wallet address and optional bio.
- Share your page: Others can now send you tips at
yourdomain.com/[tag].
app/— Next.js App Route pages (including dynamic routes for tip pages)components/— Reusable UI components (includingTipMebutton integration)actions/— Server-side data actions (e.g., create a creator, fetch by tag, etc.)types/— TypeScript definitionsREADME.md— This file
Pull requests and issues welcome! Please open a discussion if you’d like to contribute or suggest features.
MIT
Deploy on Vercel:
The easiest way to deploy this app is on Vercel.