AVAILABLE FOR NEW PROJECTS · Q2 2026

Building the digital
products() that
actually ship.

Amordex is a solo studio by Amr Badr — designing and engineering clean, fast, custom web experiences. No templates, no bloat. Just code that does its job beautifully.

// 01

Services.map()

Four files, four specialties. Click a tab to open — same way you'd browse a real project.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Full-stack web development
export const webDevelopment = {
name: "Custom Web Applications",
stack: ["React", "Next.js", "TypeScript", "Node"],
deliverables: [
"Marketing sites + landing pages",
"SaaS dashboards + admin panels",
"E-commerce + payment integrations",
"Progressive web apps",
],
timeline: "2–8 weeks typical",
handoff: true // you own the code
}
/* Interface design · motion · identity */
:root {
--service: "UI/UX Design";
--tools: "Figma", "Framer", "After Effects";
--scope: "research → wireframe → hi-fi → prototype";
--motion: "custom micro-interactions";
--systems: "component libraries + design tokens";
--identity: "logos, type, color systems";
--handoff: "production-ready CSS or React";
}
/* Philosophy: restraint over complexity */
/* Every pixel earns its place */
// Backend · APIs · integrations
interface BackendServices {
rest_apis: "Node.js, Express, Fastify";
databases: "PostgreSQL, MongoDB, Redis";
auth: "JWT, OAuth, magic links";
payments: "Stripe, Paymob, Fawry";
cms: "Headless WordPress, Sanity, Strapi";
realtime: "WebSockets, Server-Sent Events";
deployment: "Vercel, Railway, VPS";
monitoring: true;
}
// APIs you'll still understand in 2 years
{
"service": "Performance & Optimization",
"audits": [
"Lighthouse / Core Web Vitals",
"Bundle analysis + code splitting",
"Image & asset optimization",
"Database query tuning",
"SEO technical audits"
],
"targets": { "LCP": "< 1.5s", "CLS": 0.05 },
"approach": "measure twice, optimize once",
"report": "before/after benchmarks included"
}
// 02

Recent commits

A git log of shipped work. Each commit is a real project. Click any one to see the full diff.

$ git log --branches --graph --oneline main · 0 commits · ahead by 3
// No commits yet — add projects from the WordPress admin.
47
Projects Shipped
100%
On-Time Delivery
6
Years Coding
< 1.5s
Avg Load Time
// 03

Build pipeline

How a project ships from idea to production. Four stages, clear checkpoints, no surprises.

// deploy.pipeline.yml
Stage 01
running

Discover

Call, scope, research. Understand the goal — not just the request.

$ duration: 2–5 days
Stage 02
queued

Design

Wireframes → hi-fi → interactive prototype. Every screen approved before code.

$ duration: 1–3 weeks
Stage 03
queued

Build

Clean code, daily updates, staging environment. You see progress every day.

$ duration: 2–6 weeks
Stage 04
queued

Ship

Launch, docs, handoff. 30 days of post-launch support included free.

$ duration: 3–5 days
// 04

Send a request

curl -X POST or just fill the form. Either way, I respond within 24h.

# Project inquiry
curl -X POST https://amordex.com/wp-json/amordex/v1/contact \
  -H "Content-Type: application/json" \
  -d '{
    "from": "you@company.com",
    "project": "custom web application",
    "message": "let's build something good"
  }'
# Response: 200 OK · avg reply: 4h
# email: hello@amordex.com