Your sponsorship directly powers the creation of free, open-source tools that thousands of developers rely on daily
Why sponsor me? ๐ค
- ๐ง Direct Impact: Every dollar helps me dedicate more time to building tools you actually use
- ๐ Always Free: All my libraries remain open-source and free forever
- ๐ฏ Developer-First: I build solutions for real problems I've faced as a developer
- ๐ Growing Ecosystem: Join a community that's already helped generate millions of downloads
- ๐ Proven Track Record: 25+ successful projects with active maintenance and support
What your sponsorship enables:
- โก Faster bug fixes and feature requests
- ๐ Better documentation and tutorials
- ๐ Regular updates and maintenance
- ๐ More innovative developer tools
- ๐ฌ Priority support and direct access
๐ก Every contribution matters - from $1 to $100, your support makes a real difference!
Building the future, one line of code at a time
I'm a passionate software engineer with a deep love for creating tools that make developers' lives easier. From Prisma generators to Firebase utilities, I specialize in building developer-focused libraries that have collectively reached 878K+ downloads.
const omar = {
languages: ["TypeScript", "JavaScript", "Go"],
runtime: ["Node.js"],
frontend: ["React", "Next.js", "Angular"],
backend: ["Express", "NestJS"],
tooling: ["Vite", "Vitest", "Tsup"],
focus: ["Developer Tools", "Open Source", "API Design"],
specialties: [
"Prisma Ecosystem",
"Drizzle ORM",
"tRPC",
"oRPC",
"Firebase",
"GraphQL",
],
philosophy: "Code with purpose, share with passion",
};
๐ฅ Current Focus: Building tools that bridge the gap between databases and modern web development
Complete toolkit for Prisma ORM - from schema management to validation generators
๐ Quick Install Popular Packages:
# ๐ Most Popular
pnpm add prisma-zod-generator
# ๐ฅ 2nd Most Popular
pnpm add prisma-class-validator-generator
# ๐ฅ 3rd Most Popular
pnpm add prisma-trpc-generator
๐ Project | โญ Stars | ๐ด Forks | ๐ Issues | ๐ PRs | ๐ฅ Downloads |
Prisma Schema Sorter | |||||
Prisma Query Inspector | |||||
Prisma Joi Generator | |||||
Prisma Yup Generator | |||||
Prisma Class Validator Generator ๐ 2nd Most Popular |
|||||
JSON to Prisma Schema Convertor | |||||
Prisma Zod Generator ๐ Most Popular |
|||||
Prisma tRPC Generator ๐ฅ 3rd Most Popular |
|||||
Prisma JSON Server Generator | |||||
Prisma tRPC Shield Generator | |||||
Prisma Custom Models Generator | |||||
Prisma oRPC Generator | |||||
Prisma Valibot Generator |
Type-safe APIs and modern backend solutions
โก Quick Start:
# Scaffold a new tRPC app
pnpm dlx create-trpc-appx@latest my-app
# Add tRPC protection layer
pnpm add trpc-shield
๐ Project | โญ Stars | ๐ด Forks | ๐ Issues | ๐ PRs | ๐ฅ Downloads |
Create tRPC App | |||||
tRPC Shield ๐ฅ Popular |
Next-generation RPC framework with type-safe APIs and modern tooling
โก Quick Start:
# Add oRPC protection layer
pnpm add orpc-shield
๐ Project | โญ Stars | ๐ด Forks | ๐ Issues | ๐ PRs | ๐ฅ Downloads |
oRPC Shield |
Zero-friction codegen for Drizzle ORM - Generate validation, services, and routers automatically
โก Quick Start:
# Initialize DRZL config
pnpm dlx drzl init
# Generate code from your schema
pnpm dlx drzl generate -c drzl.config.ts
๐ฆ Includes packages for:
- Validation: Zod, Valibot, ArkType generators
- Services: Typed CRUD service generator
- APIs: oRPC router templates
- Core: Schema analyzer & shared utilities
๐ Project | โญ Stars | ๐ด Forks | ๐ Issues | ๐ PRs | ๐ฅ Downloads |
DRZL ๐๏ธ Complete Codegen Suite |
Streamlined Firebase development and Firestore utilities
๐ง Firebase Utilities:
# Download Firebase Functions locally
pnpm add firebase-functions-downloader
# Firestore & Prisma integration
pnpm add firestore-prisma
๐ Project | โญ Stars | ๐ด Forks | ๐ Issues | ๐ PRs | ๐ฅ Downloads |
Firebase Functions Downloader | |||||
lang-firestore | |||||
Firestore Indexes Diff | |||||
Firestore Prisma | |||||
Firestore Prisma Web | |||||
FireScope ๐ฅ Chrome DevTools Panel |
Enhanced developer experience and productivity tools
๐ฏ Productivity Boosters:
- ๐ Breakpoint Bookmarks - VS Code Extension
- ๐ก๏ธ GraphQL Shield Generator - Auto-generate GraphQL permissions
๐ Project | โญ Stars | ๐ด Forks | ๐ Issues | ๐ PRs | ๐ฅ Downloads |
Breakpoint Bookmarks ๐ VS Code Extension |
|||||
GraphQL Shield Generator |
๐ Project | โญ Stars | ๐ด Forks | ๐ Issues | ๐ PRs | ๐ฅ Downloads |
Next SEO | |||||
nookies | |||||
NestJS Prisma Library and Schematics |
- I built FireScope: a Chrome DevTools panel for Firestore (open-source)
- DRZL โ Adapterโbased codegen for Drizzle ORM (oRPC routers, services, and validators)
- Stop losing your breakpoints: Meet Breakpoint Bookmarks for VS Code
- Full JavaScript Internationalization CheatSheet!
- How to change access and modification times in Nodejs?
- How to create symbolic links in Nodejs?
- How to copy a file in Nodejs?
- How to append contents to a file in Nodejs?
- What is the best way to read directories in Nodejs?
- How to create unique temporary directories in Nodejs?
- Full ES2022 Cheatsheet!
- How to change ownership of a file in Nodejs?