Projects · May 2026

SimiEats

A food-delivery app where nothing is real.

What it is

The whole food delivery experience — browse restaurants, build an order, check out, then watch your driver come to you on a live map — except none of it is real. No restaurant gets the order, no driver is sent, and no money moves.

That's enforced in the code rather than just promised: the amount charged is always written as zero, and checkout has no payment integration to call in the first place. Restaurants come from real Google Places data, but the menus are generated, so no real restaurant gets misquoted.

How it works

  • The whole flow

    Browse restaurants, build an order, check out, and watch the driver approach on a live map.

  • Safety in the code

    The charged amount is always written as zero, and checkout has no payment integration to call — the guarantee is structural, not a promise.

  • Real places, invented menus

    Restaurants come from Google Places data while menus are generated, so no real business gets misquoted.

Built with

Next.js · TypeScript · Prisma · PostgreSQL · Google Maps API

· Full-stack web application — built by Musa Alanssari, a software engineer in Houston, Texas. May 2026.