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

推荐订阅源

云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
博客园 - 三生石上(FineUI控件)
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
V
Visual Studio Blog
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Engineering at Meta
Engineering at Meta
L
LangChain Blog
Martin Fowler
Martin Fowler
GbyAI
GbyAI
博客园 - 司徒正美

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
I Built Et3am Because a Family in Alexandria Died of Despair
Amr Lotfy · 2026-06-26 · via DEV Community

In March 2026, during the last days of Ramadan, I read about a family
in my city — Alexandria, Egypt — who chose to end their lives together.

A mother. Five children. The youngest was 8 years old.

The reason: no money for food, medicine, or rent. The father had
abandoned them from abroad. The mother was dying of cancer. When hope
ran out, she saw no way forward.

I cried. Then I bought a domain name. Then I started building.

This is why Et3am (إطعام) exists.


The thing that haunts me

What haunts me most isn't the tragedy itself — it's that it was
preventable.

Not with a government program. Not with a bank loan. Not with
bureaucracy that takes weeks.

With food. Immediate, basic food — the kind that sits uneaten in
restaurant kitchens every single night. The kind that gets thrown away
from wedding halls while families a few kilometers away have nothing.

Food is the last line. When a person has food, they have one more day.
One more day means one more chance for something to change.

The formal channels — charities, social services, food banks — don't
work in emergencies. When money runs out and there is nothing to eat,
that is a crisis that needs a solution in hours, not weeks.

Et3am is that solution.


What Et3am does

Et3am (Arabic for "feeding") connects people with surplus food directly
to families in need — with zero fees, no middlemen, and in real time.

The name comes from this Quranic verse:

﴿وَيُطْعِمُونَ الطَّعَامَ عَلَى حُبِّهِ مِسْكِينًا وَيَتِيمًا وَأَسِيرًا﴾
"And they give food, in spite of their love for it, to the poor, the
orphan, and the captive." — Surah Al-Insan 76:8

It's built on the Islamic concept of Sadaqah Jariyah — continuous
charity — but designed for anyone, anywhere, regardless of religion.

How it works:

  1. A donor posts surplus food with location and pickup window — identity stays private
  2. A recipient finds nearby donations on a live map and reserves with one tap
  3. Pickup is verified with a secret code — no personal information exchanged between parties

No registration fees. No commission. No data selling. No waiting.


The tech stack

Layer Tech
Frontend React 18 + TypeScript + Vite
Backend Express + TypeScript
Database PostgreSQL
Real-time Socket.io
Auth JWT + Firebase
Maps Leaflet + OpenStreetMap

A few things I'm proud of technically:

Full RTL support. Arabic is right-to-left and most open-source
projects treat it as an afterthought. Et3am is Arabic-first, with
proper RTL layout throughout.

Privacy-by-design. Donors and recipients never see each other's
personal information. Pickup verification uses a one-time secret code,
not names or phone numbers. This matters — people donate more when
they feel safe, and people ask for help more when there is no shame.

Real-time map. The homepage shows a live map of available donations
near the visitor. When a new donation is posted, the marker appears
immediately via Socket.io.

Self-hostable. Any community, anywhere in the world, can run their
own instance. The entire stack runs on a single VPS with Docker Compose.


What I learned building it

Urgency is the best product spec. I didn't spend months planning.
I built the thing I wished had existed. Every feature decision came
back to one question: would this have helped that family in Alexandria?

Solo + AI agents is a real development model now. I built most of
Et3am using AI coding agents for implementation while I focused on
architecture and product decisions. A solo founder can ship a full-stack
platform this way in 2026. The barrier is not technical anymore.

Privacy builds trust faster than features. The decision to never
exchange personal data between donors and recipients was the most
discussed design choice in early feedback. Dignity matters as much as
the food itself.


Why open source

Because this problem is bigger than one developer in one city.

If Et3am can prevent one family from reaching that point of despair —
in Alexandria, in Cairo, in Karachi, in Casablanca, anywhere — then
every line of code is worth it.

Making it open means any developer anywhere can deploy it for their
community. Any translator can add their language. Any NGO can integrate
with it. The tool belongs to everyone who needs it.


What's next

  • More languages (Urdu, French, Bahasa on the roadmap)
  • Mobile apps (Capacitor shell already in the repo)
  • NGO partnership API
  • Community self-hosting guides city by city

Try it / contribute

If you're a developer, translator, or just believe that no family
should reach the point where food is the reason they lose hope — there
is a place for you here.

جزاك الله خيراً 🤲