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?