Home > Projects
PORTFOLIO

Featured Projects.

A collection of my best work, ranging from highly scalable backend systems and e-commerce engines to intelligent AI-powered automation agents.

const fetchProjects = async () => {
  const db = await connect();
  return db.projects.find({
    impact: 'high',
    status: 'shipped'
  }).sort({ year: -1 });
};

await fetchProjects();

Nexus AI Agent

2025

An autonomous customer support agent that integrates with your knowledge base to resolve 80% of customer queries instantly without human intervention.

Next.js
TypeScript
OpenAI
Supabase
Tailwind CSS

Pulse E-Commerce Engine

2024

A high-performance headless e-commerce backend capable of processing thousands of transactions per second with real-time inventory sync.

Go (Fiber)
PostgreSQL
Redis
AWS

Orbit Real-Time Workspace

2024

A collaborative document editing and team workspace platform featuring real-time multiplayer cursors, block-based editing, and role-based access.

React
Node.js
WebSockets
Docker

CloudOps Dashboard

2023

A self-hosted infrastructure management dashboard to monitor VPS health, orchestrate Docker containers, and manage CI/CD pipelines visually.

Next.js
Coolify
Nginx
Docker
Have a project in mind?
Whether it's a scalable web app or a custom AI agent, let's turn your idea into reality.
Let's Work Together
© 2024 yousefx00.online — All rights reserved.
Built with ❤️ and lots of ☕