Building Ethiolet: A Trust-First Rental Platform for Ethiopia

Dec 2, 2025

In some markets, “move fast and break things” breaks trust. In Ethiopia’s rental market, trust is the whole product.

Ethiolet started from a simple but sharp question:

“Why is it so hard to rent a place in Ethiopia without knowing someone?”

From there, we co-designed Ethiolet as a trust-first rental platform — not another generic listing site. It’s a product where verification, transparency, and human workflow are more important than fancy filters and animations.

This is the story of how we’re building it together.


The Problem: Rentals Without Railings

If you’ve ever tried to rent in Ethiopia (locally or from the diaspora), you probably know the pain:

On the owner/agent side, it’s not much better:

That’s the context Ethiolet walks into — and also the opportunity.

Ethiolet is not trying to “disrupt everything.”
It’s trying to make renting feel predictable for everyone involved.


The Core Idea: Trust as a Feature, Not a Marketing Word

Early on, we made one key decision:

Trust isn’t a tagline. It has to be encoded in the workflow.

So instead of starting with “pretty listing pages,” we started with:

  1. Owners who can log in and manage their listings
  2. A verifier who reviews those listings before they hit public search
  3. Clear trust signals (GOLD, SILVER, diaspora-ready, etc.) visible to renters

In other words, Ethiolet has three pillars:

And we deliberately built them in that order.


Building the Backbone: Owners, Listings, and Sessions

We started where most products avoid starting: with the boring, critical flows.

1. Owner Authentication (without passwords)

We designed a passwordless login:

No “forgot password” UX, no account confusion — just a clean, single-flow entry.

2. Owner-Scoped Listings

In the API (apps/api on Cloudflare Workers), we built /owner/listings as a scoped CRUD surface:

Backed by:

Nothing flashy. Everything essential.


The Verifier Loop: Real Humans, Real Inbox

Ethiolet is not a “fully automated” platform. That’s intentional.

There’s a verifier role whose job is to:

To support that, we built two key layers.

1. Verifier API Surface

Inside the API, we wired a verifier route set:

All of this runs on Cloudflare Workers, close to the edge, but speaking to Neon as the single source of truth.

2. Email Notifications That Actually Respect the Workflow

We didn’t want verifiers to “remember to check a dashboard.”
We wanted Ethiolet to tap them on the shoulder when it really matters.

So we built verifier notifications that fire when:

The notification email includes:

And it’s wired via a tiny helper:

We tested this the hard way:

Once that worked, then we let the production flows use the same path.


The Stack Behind the Story

Under the hood, Ethiolet is intentionally lean:

We made a conscious tradeoff:

Use boring, proven primitives, and spend our creativity on workflows, not on infrastructure stunts.


What We Learned (So Far)

A few lessons from the journey up to this point:

  1. Trust is mostly about handling edge cases well
    It’s not the happy path that creates confidence — it’s how you behave when:

    • A listing is deleted
    • A status changes
    • An email key is missing
    • A verifier needs an escape hatch
  2. Small debug tools are leverage
    That tiny /debug/verifier-email endpoint saved us hours of guessing.
    It gave us a concrete way to prove that:

    • Cloudflare env → Worker → Resend → Inbox
      actually works end-to-end.
  3. Lean doesn’t mean fragile
    We kept the architecture minimal, but:

    • Every sensitive route is scoped (owner_session or admin token)
    • Best-effort cleanups avoid data ghosts
    • Errors are logged where we can see them (Cloudflare Workers Observability)
  4. Human workflows are features
    The verifier isn’t a “back office afterthought.”
    They’re a first-class user.
    Ethiolet is designed around their mental model as much as renters’.


What’s Next for Ethiolet

We’re not done. The roadmap ahead includes:

Each of these will be built the same way:


Why This Matters to RUKMAYA

Ethiolet is a good example of how we like to work:

If you’re working on something similar — whether it’s real estate, marketplaces, or any trust-sensitive system — the Ethiolet pattern applies:


Let’s build products where trust isn’t just a slogan — it’s in the code, the workflow, and the inbox.

— The RUKMAYA Team

Share this post

Share on LinkedInShare on X