___ ___ ________ ___ __ _______ ___ ________ ________ |\ \|\ \|\ __ \ |\ \ |\ \|\ ___ \ |\ \ |\ ___ \|\ ____\ \ \ \ \ \ \ \|\ \ \ \ \ \ \ \ \ __/|\ \ \ \ \ \\ \ \ \ \___| __ \ \ \ \ \ \ __ \ \ \ \ __\ \ \ \ \_|/_\ \ \ \ \ \\ \ \ \ \ ___ |\ \\_\ \ \ \ \ \ \ \ \ \ \|\__\_\ \ \ \_|\ \ \ \ \ \ \\ \ \ \ \|\ \ \ \________\ \__\ \__\ \__\ \ \____________\ \_______\ \__\ \ \__\\ \__\ \_______\ \|________|\|__|\|__|\|__| \|____________|\|_______|\|__| \|__| \|__|\|_______|
Source Code
fromtypingimportList, Dict, Tupleclassjiaweing:
""" software engineer · designer · founder creating unique and original digital experiences """def__init__(self):
self.name="Jia Wei Ng"self.alias="Jay"self.age=26self.location="Singapore"self.website="https://jiaweing.com"self.education="BSc Computing Science · SIT + University of Glasgow"self.stack= ["TypeScript", "Rust", "Python", ".NET", "Next.js", "Tauri", "React Native", "Postgres", "SQLite"]
@propertydefbio(self) ->str:
return (
"just an ordinary guy building software.\n""a designer and software engineer crafting unique, and original digital experiences.\n""drawn to psychology, space, quantum mechanics, and the strange phenomena that shape the universe."
)
@propertydefachievements(self) ->List[str]:
return [
"Google APAC Solution Challenge 2025 — Top 10",
"Dell InnovateFest 2025 — Finalist",
"Dell Cloud Native Awards — 1st Place (x2)",
"built titan.tf at 15 — 460k+ players, 20k+ Steam members",
"founded 18 startups, shipped 17 apps",
"top 25% Unsplash contributor — 460k+ views, 4.3k+ downloads",
"87+ blog posts published",
]
@propertydefsetup(self) ->Dict[str, object]:
return {
"workstation": {
"processor": "i7-14700KF",
"gpu" : "RTX 4070 Ti SUPER",
"ram" : "32GB DDR5",
},
"laptop" : "MacBook Air M2 Midnight",
"peripherals": [
"Yunzii AL75 Keyboard",
"AULA F75 Pro",
"Shure SM7B + Focusrite Scarlett 2i2",
"Fujifilm X-T50 + Sigma 18-50mm f2.8",
],
}
@propertydefcontact(self) ->Tuple[str, str, str, str, str]:
github="github.com/jiaweing"linkedin="linkedin.com/in/jiaweing"twitter="x.com/jiaweihq"youtube="youtube.com/@jiaweihq"email="hey@jiaweing.com"returngithub, linkedin, twitter, youtube, emailjay=jiaweing()- 🌐 layer0 - self-hosted AI memory and RAG layer with local LLM support, vector embeddings, knowledge graph, and hybrid search
- 🎭 backstage - open-source YouTube thumbnail studio with AI background removal and Gemini image generation
- ⛩️ torii - production-ready Tauri v2 + React 19 desktop app shell with licensing, analytics, auto-updates, and secure storage baked in
- 🌼 amajor.md - master skill directory. one install, discover every A Major skill. built for agents to find the right tool for any task.
- 👻 spec.md - spec-driven development. break any task into atomic, agent-ready github issues. the first step before shipping.
- 📦 ship.md - a thin, structured workflow for shipping features. simple, minimal, lean. one interview, one plan, ship the thing.
- 🪅 vibe.md - spin up a 24/7 production-ready full-stack dev and deploy environment. one interview, one clean pass.
- 🎉 party.md - GitHub Projects as the interface. drop in issues, it ships them while you sleep.
- 🎬 replay.md - record a live video of your running app and share the link, straight from chat.
- 🔎 fix.md - systematic bug-fixing. explore first, instrument strategically, read the logs, fix surgically, verify clean.
- 🧪 sandbox.md - self-hosted cloud sandbox environment. choose daytona, docker+bun, or firecracker. spawn isolated exec sandboxes or long-lived dev workspaces from chat.
- 📋 context.md - write and maintain claude.md and agents.md for any workspace. explores the codebase, interviews for gaps, gives every agent full orientation in one read.
- ⚡ skills - 30+ smaller skills for the things developers overlook when shipping. edge cases, E2E, auth, payments, SEO, CI, and more.
- 📥 dropdrawer (201 stars) - responsive shadcn/ui dropdown-to-drawer component
- 📂 portfolio-dex (5 stars) - personal portfolio site
- 🪟 ui - beautifully designed components inspired by iOS 26 and macOS 26, built on shadcn/ui
- 🔲 altq-qr-reader-extension (7 stars) - offline browser extension for reading QR codes directly from web pages
- 🖼️ Unsplash-Multiple-Download (12 stars) - instantly download all images on a page on Unsplash
- 🗑️ YouTube-Playlist-Delete-Video - Stylus style that restores double-click to remove videos from YouTube playlists
- 🔍 center-google-search - Stylus style for centered Google search results
- 🌎 lemon8-travel-research-agent (7 stars) - multi-agent system that scrapes Lemon8 and generates comprehensive travel guides
- 🤖 GeminiTelegramBot (5 stars) - Telegram bot powered by Gemini 2.0 Flash for natural conversations and AI image generation
- 🛩️ copilot-chat-api (6 stars) - OpenAI-compatible HTTP API interface for GitHub Copilot with native GitHub authentication
- 🌙 updatenight-agent - automated Update Night newsletter generation using crewAI agents
- 🏨 agoda-agent - multi-agent system that analyzes Agoda hotel listings and generates accommodation guides
- 🔍 localRAG-api (3 stars) - local RAG API, superseded by layer0
- 🤖 localLLM-api - local LLM API, superseded by layer0
- 🔐 dotnet8-jwt-api-boilerplate - barebones .NET 8 API with JWT auth and MySQL, zero abstractions, full control
- ✅ verify.supply.tf - blockchain-based verification system for product authenticity and ownership tracking
- 🏢 base7-landing - landing page for Base7
- ✏️ telequill - transform public Telegram channels into elegant blog-style websites
An AI-native media platform and catalog for builders. Newsletter, Telegram, Discord, podcast, and a curated catalog of AI and dev tools — covering what's shipping in the AI and developer ecosystem before it hits the headlines.


















