Skip to content
View sayedhfatimi's full-sized avatar
💭
👻
💭
👻

Organizations

@plutarc-cc @vocasync @valeon-org

Block or report sayedhfatimi

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
sayedhfatimi/README.md

Sayed Hamid Fatimi

Independent software developer • systems thinker • builder of products & pipelines

WebsiteBlueskyYouTube


About

I build scalable, production-grade systems — from UI and APIs to infrastructure and automation.

My work sits at the intersection of engineering, systems thinking, and research, with a recurring focus on:

  • Full-stack TypeScript (React/Next.js) and robust app architecture
  • Deployment + automation (Docker, CI, edge/CDN, server ops)
  • Publishing pipelines & tooling (content systems, media automation)
  • Market structure research (mechanics, incentives, narratives)

Featured work

  • Valeon — long-form publication + publishing pipeline (Astro, automation, infra)
    https://valeon.blog
  • VocaSync — voice platform for creators & developers: TTS + forced alignment + subtitles/word-level timing (dashboard + REST API) (closed source)
    https://vocasync.io
  • plutarc — orchestration platform for deploying algorithmic trading bots: composable strategies, backtesting suite, per-trade analytics, dedicated compute per instance (closed source)
    https://plutarc.cc
  • object0 — FOSS desktop app for managing multiple S3 buckets via API keys, with support for syncing/moving files across buckets/providers
    https://github.com/sayedhfatimi/object0
  • GigFin — income/expense tracking for gig workers (Next.js, SQLite, product UX)
    https://github.com/sayedhfatimi/gigfin

Core stack

Frontend: TypeScript, React, Next.js, Tailwind
Backend: Bun/Node.js, REST APIs, auth, background jobs
Data: SQLite/Postgres, Redis
Infra: Docker, Cloudflare, Vercel, Linux


GitHub stats

Pinned Loading

  1. ssh-copy-id for Windows Powershell ssh-copy-id for Windows Powershell
    1
    function ssh-copy-id([string]$userAtMachine){   
    2
        $publicKey = "$ENV:USERPROFILE" + "/.ssh/id_rsa.pub"
    3
        if (!(Test-Path "$publicKey")){
    4
            Write-Error "ERROR: failed to open ID file '$publicKey': No such file"            
    5
        }
  2. gigfin gigfin Public

    Uber Eats, Deliveroo, Just Eat, Amazon Flex, and every other gig platform—track your total income without the spreadsheet clutter.

    TypeScript

  3. object0 object0 Public

    Manage objects across AWS S3, Cloudflare R2, DigitalOcean Spaces, MinIO, Backblaze B2, Google Cloud Storage, and any S3-compatible provider from a single, fast, cross-platform desktop app.

    TypeScript

  4. valeon-tts-studio valeon-tts-studio Public

    Prompt-to-audio studio for long-form scripts with chunking controls, previews, and OpenAI TTS export.

    TypeScript 1

  5. whisperx-studio whisperx-studio Public

    A focused WhisperX Studio console for Replicate—bring your token, run predictions, and review outputs.

    TypeScript