send.ke is a free, offline-capable web tool that lets you create beautiful payment posters with your phone number and name. Perfect for businesses, street vendors, freelancers, and anyone who needs to receive mobile payments.
- 100% Free - No hidden costs, no premium features
- Works Offline - Create posters even without an internet connection
- No Account Required - Just enter your details and download
- Instant Downloads - Get your poster in seconds
- High-Quality Images - Professional-looking posters every time
- Mobile Friendly - Works on all devices
A payment poster is a simple, effective way to display your mobile money details. Instead of complicated QR codes, customers just:
- See your phone number
- Send money directly to it
- That's it!
Perfect for places where mobile money is popular but QR codes are not widely used.
- Enter your phone number
- Enter your name
- Click "GET YOUR MONEY POSTER"
- Share the downloaded image:
- Print it for your shop/stall
- Share it on social media
- Add it to your invoices
- Send it via WhatsApp or other messaging apps
- Node.js 18+
- npm or yarn
# Clone the repository
git clone https://github.com/DavidAmunga/sendke.git
cd sendke
# Install dependencies
npm install
# or
yarn
# Start development server
npm run dev
# or
yarn dev
npm run build
# or
yarn build
We welcome contributions of new business templates for different types of small businesses in Kenya and beyond! Help make send.ke more useful for everyone.
- Fork the repository
- Edit the
src/data/templates.json
file to add your new business type - Follow this format for each new entry:
{
"name": "Business Name", // Display name (e.g., "Mitumba Seller")
"slug": "business-slug", // URL-friendly identifier (e.g., "mitumba-seller")
"description": "Short description of the business type",
"size": {
"width": 1200, // Recommended width in pixels
"height": 675, // Recommended height in pixels
"label": "Standard Format" // Format label (typically "Standard Format" or "Other Format")
}
}
- Submit a pull request with your changes
- In your PR description, include:
- Why this business type would benefit from send.ke
- Any specific sizing considerations for this business
We especially welcome templates for small, one-person businesses in the informal sector!
- React
- TypeScript
- Vite
- Tailwind CSS
- html2canvas
This project is open source and available under the MIT License.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
David Amunga
- Website: davidamunga.com
- GitHub: @DavidAmunga
Made with ❤️ in Kenya