Skip to content
View w4seemdev's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report w4seemdev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
w4seemdev/README.md
Waseem: full-stack developer building AI-powered web products

Waseem Abu Fares: Full-Stack React Developer

Available for freelance Last commit

I build complete web products: React + TypeScript frontends, Supabase backends with Row-Level Security, Stripe payments, and AI features powered by the Claude API.

Live right now: Templix marketplace with Stripe checkout, SplitApp installable workout PWA, IDEAenhancer AI concept generator


Featured Projects

Templix: premium website template marketplace

LIVE DEMO → templix-peach.vercel.app

Browse 61 original templates, preview each one live, and buy securely through Stripe.

  • Server-side pricing: customers cannot tamper with prices or download without paying. The client sends only a template id; price and buyer identity are resolved server-side (catalog + verified JWT), and downloads are ownership-gated behind signed URLs.
  • Tech: React 19 · TypeScript · Vite · Tailwind CSS 4 · Supabase (Auth, Postgres, Storage, Edge Functions) · Stripe

SplitApp: workout split planner & tracker

LIVE DEMO → split-app-tawny.vercel.app

An installable PWA for planning training splits and logging workouts, with offline-resilient set logging synced to Supabase.

  • Resilient write pipeline: sets logged mid-workout are never lost, even if the tab closes. A debounced write-through to Supabase flushes automatically on close.
  • Tech: React 18 · Vite · Supabase (Postgres + Auth, RLS) · Workbox PWA

IDEAenhancer: AI product-concept generator

LIVE DEMO → ide-aenhancer.vercel.app

Turn one scrappy line into four fully developed product concepts with AI.

  • Guaranteed-shape AI output: strict structured outputs from the Claude API, validated on both server and client, with rate limiting and a demo-mode fallback when no API key is configured.
  • Tech: React 19 · TypeScript (strict) · Vite · Tailwind CSS 4 · Claude API · Vercel serverless

What I Can Build For You

  • React / TypeScript web apps: fast SPAs and installable PWAs with code splitting, accessibility, and strict typing, shipped in Templix and SplitApp
  • Supabase backends: authentication, Postgres with Row-Level Security, storage, and edge functions, running in Templix and DataDojo
  • Stripe payment flows: secure checkout with server-side pricing and signature-verified webhook fulfilment, shipped in Templix
  • AI features with the Claude API: structured outputs, rate limiting, and graceful degradation when keys or quotas run out, live in IDEAenhancer

AI, ML & Automation

Beyond the frontend: a trained model, an autonomous pipeline, and a safety-conscious agent.

Project Why it matters
YouTubeAnalysisProject Trained XGBoost model with 15 engineered features (length and ratio signals, description quality, tag density), served by FastAPI with a React dashboard: I can take a model from raw data to a working product
AiSpaceShortsAgent Autonomous end-to-end pipeline: LLM script, TTS narration, word-synced captions, auto-upload, the whole production runs without a human
Auto-Fill-Forms Human-in-the-loop agent design: the agent fills the form, the human always clicks Submit, with prompt-injection defenses built in

Also on my profile: AiNews daily AI news site rebuilt by scheduled GitHub Actions, DataDojo crowdsourced AI-training-data platform, GameDashBoard RAWG game discovery dashboard


Tech Stack

React 19 · TypeScript (strict) · Vite · Tailwind CSS 4 · Supabase (Postgres, RLS, Edge Functions) · Stripe · Claude API · Python · FastAPI · Playwright · Vitest · GitHub Actions · Vercel


Work With Me

Available for freelance work: React apps, Supabase backends, Stripe integrations, and AI features.

How I work: clear milestones agreed up front, regular progress updates, and full source handover with documentation. I work in English and Arabic.

The fastest way to reach me: open an issue on the project closest to what you need. I reply on GitHub.

The project links above go deeper: every README documents the architecture and how to run it locally.

Popular repositories Loading

  1. AiSpaceShortsAgent AiSpaceShortsAgent Public

    Autonomous daily YouTube Shorts pipeline: LLM script (Groq), TTS narration, word-synced captions, 1080x1920 render, auto-upload via YouTube Data API

    Python 1

  2. YouTubeAnalysisProject YouTubeAnalysisProject Public

    ML-powered YouTube video performance predictor: React + TypeScript dashboard with a FastAPI + XGBoost backend that engineers 15 features from video metadata and predicts expected views with a High/…

    TypeScript

  3. AirQualityPureFront AirQualityPureFront Public

    Static landing site for a smart air-quality sensor mesh: real-time PM2.5/PM10/CO2 monitoring UI with a Hedera proof-publisher front end. Pure HTML, CSS and vanilla JS.

    HTML

  4. GameDashBoard GameDashBoard Public

    Arcade-styled video-game discovery dashboard built with React 18, TypeScript, Vite, and Chakra UI on the RAWG API: genre and platform filters, search, sorting, critic-score cards, and skeleton load…

    TypeScript

  5. Templix Templix Public

    Premium website template marketplace: 61 templates with live previews, Stripe checkout, and Supabase-gated downloads. React 19 + Vite.

    TypeScript

  6. SplitApp SplitApp Public

    Science-based workout split planner & tracker. React + Vite PWA with Supabase auth and offline-first cloud sync protected by RLS.

    JavaScript