Om Rajguru

Projects (Legacy Archive)

Notice: This is a legacy backup page. I have shifted my primary project portfolio to projects.omrajguru.com. You can find my main website at omrajguru.com.


WebDNA: A Zero-Config AI Context Standard for the Web

Status: V1 Launched | Built: April 2026 | Link: webdna.omraj.guru

The problem: every time you use Claude Code, Cursor, or Windsurf, you spend the first 30 minutes explaining your site's structure, routes, components, and API. Every session. Same information, same time wasted.

WebDNA is build-time generated, framework-native manifest that gives any AI agent a complete, structured briefing about your website before it touches anything. Think of it as a brand guidelines document, but auto-written by your framework on every build.

How it works:

The core principles: Zero config by default. Framework-native generation. Consent-first auth model. Open standard with no vendor lock-in.

Not open source. Private development.


HIG Compliance Auditor

Status: Active | Repository: github.com/omrajguru05/hig-compliance-auditor | Installable: Yes

A Claude Code skill that audits codebases and design systems against Apple's Human Interface Guidelines. Scans Swift, SwiftUI, UIKit, CSS, HTML, and JavaScript for HIG violations, generates detailed compliance reports with severity tiers, and applies remediation changes on your approval.

What it covers:

I built this to bring Apple's design standards rigor into your development workflow. Instead of manually cross-referencing HIG documentation, run a comprehensive audit directly inside Claude Code.


App Launch Readiness Skill for Claude

Status: Active | Repository: github.com/omrajguru05/launch-readiness | Installable: Yes

A Claude skill that audits your web app or SaaS before launch. Give it your repo, your live URL, or both, and it returns a scored readiness report with every problem ranked by severity, exact fix instructions, and copy-paste prompts to resolve issues immediately.

Why I built it: Pre-launch checklists are either too generic to act on or scattered across a dozen blog posts. This skill pulls everything into one structured audit that reads your actual code, identifies real problems, and tells you precisely how to fix them.

Updated continuously as new patterns and security issues emerge. All updates published on my main blog.


Brand Social Design Skill for Claude

Status: Active | Repository: github.com/omrajguru05/brand-social-design | Installable: Yes

A Claude skill that generates social media graphics, carousel slides, OG images, featured images, and visual assets as self-contained HTML files with one-click PNG export.

The story: I built a custom workflow for a company called IBBE to produce Instagram content. The workflow worked well but was fragile. This skill formalizes it into something reusable, brand-aware, and installable for anyone.


TypeSnap

Status: Coming Soon | Website: typesnap.omraj.guru

Zero-config font optimization for the web. Scan your project, detect every external font, and generate preload tags, font-display rules, and metric-matched fallback stacks automatically.

TypeSnap is a CLI and build plugin that eliminates font-induced Cumulative Layout Shift (CLS) from your site without making you hand-write preload tags or size-adjusted fallbacks. It statically analyzes your project, figures out exactly which fonts are in use, and emits the three pieces you actually need: preloads, font-display, and metric-matched fallbacks.

What it covers:

Why I built it: Fonts are the single most common source of layout shift on modern sites. Getting fonts right requires three pieces working in concert: proper preload tags, font-display directives, and size-adjusted fallback stacks. All three are tedious to wire up by hand and easy to get wrong. TypeSnap derives all three automatically from the fonts you've already declared.


View active portfolio: projects.omrajguru.com
Main website: omrajguru.com