惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Jina AI
Jina AI
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
美团技术团队
腾讯CDC
博客园 - Franky
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
aimingoo的专栏
aimingoo的专栏
博客园_首页
V
V2EX
Martin Fowler
Martin Fowler
T
The Blog of Author Tim Ferriss

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
# Treat: A Global Gifting Platform Empowering Local Busin...
Seth David Gyimah · 2026-06-26 · via DEV Community
Cover image for # Treat: A Global Gifting Platform Empowering Local Businesses

This project was built for the purposes of entering the H0 Hackathon.

🚀 Live at: https://www.sendatreat.app/


The Problem

Gifting is one of the most natural human expressions of connection. People love surprising friends, family, and colleagues with food, gifts, services, and experiences.

However, the current experience is fragmented:

  • People rely on multiple apps and coordination tools
  • Most gifting defaults to cash transfers, losing emotional intent
  • Real-world fulfillment is disconnected from digital intent

At the same time, millions of local businesses globally — from restaurants and food vendors to salons, hotels, and service providers — struggle to reach customers consistently without expensive marketing platforms or technical infrastructure.

This creates a gap between intentional giving and local business access to demand.


What I Built

Treat is a global gifting platform that allows anyone to send meaningful real-world experiences to people they care about.

Instead of sending money or generic gift cards, users send:

  • Food from local restaurants
  • Services (spa, salon, experiences)
  • Physical goods from nearby merchants

Recipients receive a secure link via SMS, claim their treat, and redeem it at participating merchants.

Treat is designed so that:

  • Merchants get visibility at zero marketing cost
  • Senders create meaningful moments instead of transactions
  • Recipients enjoy flexible, low-friction redemption

Live project: https://www.sendatreat.app/


How I Built It (AWS + Vercel Architecture)

Treat is a cloud-native distributed system designed for scale and real-world transaction workflows.

Frontend (Vercel)

  • Built with React + Vite
  • Deployed on Vercel via GitHub integration
  • Handles user experience for sending, claiming, and managing treats

Backend (AWS)

  • Built with Ruby on Rails API
  • Deployed on AWS ECS Fargate (containerized services)
  • Designed as a decoupled API layer for web + future mobile clients

Database Layer

  • Amazon Aurora PostgreSQL
  • Stores users, merchants, payments, claims, and transaction state

Payments

  • Paystack (primary in supported regions)
  • Handles secure card and mobile money payments
  • Supports instant merchant settlement after verification

Communications

  • SMS + Email notifications power:
    • Treat delivery
    • Claim flows
    • OTP verification
    • Merchant alerts

Key Workflow

  1. Sender purchases a treat from a merchant
  2. Recipient receives SMS link instantly
  3. Recipient claims and verifies identity (OTP-based security layer)
  4. Merchant is notified and prepares fulfillment
  5. After verification at merchant location:
    • Payment is released instantly
    • Treat is served

Challenges I Ran Into

1. Designing a 3-sided marketplace flow

Unlike traditional e-commerce, Treat requires coordination between:

  • Sender
  • Recipient
  • Merchant

This meant designing a system where emotional gifting and transactional accuracy coexist.


2. Payments and settlement complexity

A major challenge was ensuring:

  • Low friction checkout for senders
  • Instant payout to merchants after verification
  • Cross-provider payment consistency across countries

This required integrating regional payment providers and limiting rollout to supported markets.


3. Real-world redemption vs digital intent

Bridging digital gifting with physical merchant redemption required careful design of:

  • OTP verification flows
  • QR-based validation
  • Merchant-assisted and self-checkout flows

What I’m Proud Of

  • Treat is now live and operational at: https://www.sendatreat.app/
  • Active deployment across multiple supported regions
  • Fully working end-to-end gifting flow (send → claim → redeem → payout)
  • Early adoption by local merchants and testers
  • Built a system that supports real-world gifting, not just digital transactions

What I Learned

Building Treat reinforced that:

  • Gifting is emotional, not transactional
  • UX matters as much as infrastructure in real-world systems
  • Local businesses thrive when embedded into personal moments, not just marketplaces

What’s Next

  • Expand to more countries and payment providers
  • Mobile app (iOS + Android) rollout
  • WhatsApp + richer notification channels
  • Delivery partnerships for non-pickup experiences
  • Corporate gifting and rewards integration

Ultimately, Treat aims to become the global infrastructure for meaningful gifting and local business discovery.


Tech Stack

  • AWS (ECS Fargate, Aurora PostgreSQL)
  • Ruby on Rails API
  • React + Vite
  • Vercel
  • Paystack
  • SMS/Email infrastructure

Try It Out

🌍 https://www.sendatreat.app/