What I'm working on
Featured Projects
Private Project
(Private)Started: March 2026
Currently building something bigger, a full-stack AI-powered product with long-term ambitions. Details are private for now, but here's a peek at what's under the hood.
Tech Stack
frontend
React / ViteTanStack RouterTanStack QueryTanStack FormTanStack Tableshadcn/uiZod
backend
HonoBunZod@hono/zod-openapi
AI / LLM
MastraVercel AI SDKCohere Embeddings / Reranking
Search / RAG
Hybrid SearchpgvectorFull-Text Search (tsvector)RRF FusionLLM Query Expansion
Infra & Auth
TurborepoTypeScript (E2E)Better AuthDrizzle ORMPostgreSQLDockerRedisDurable Streams
Architecture Highlights
- Monorepo with shared packages (types, schemas, components)
- Type-safe API end-to-end (Zod → OpenAPI → Hono routes)
- Type-safe file-based routing with full inference
- RAG pipeline: hybrid search with cross-encoder reranking
- Streaming chat with agent tool-calling architecture
- Type-safe environment variables
- Custom ETL pipeline with incremental ingestion & change detection
- Tiered rate limiting with usage tracking
Poetry Social Network
(Paused to build the private project)Started: 2026
Building a modern social network platform dedicated to poetry enthusiasts. Users can share poems, discover new poets, engage with the community, and explore poetry from around the world.
Tech Stack
backend
HonoPrisma 7PostgreSQLBunTypeScript
frontend
React 19ViteTanStack RouterTanStack QueryTipTapTypeScript
ui
Tailwind CSS v4Base UIshadcn/ui
tooling
TurborepoDockerGitHub Actions
Development Progress
Authentication & User Management
User Registration & Login
Profile Management
Content Creation & Management
Rich Text Poem Editor
Poem CRUD & Publishing Flow
Tags System
Bookmarks
Collection CRUD & Reordering
Frontend Pages (Detail, Editor, Profile)
Social & Engagement
Follow / Unfollow System
Likes & Reactions
Comments & Discussions
Reviews & Ratings
Personalized Social Feed
Notifications System
Discovery & Search
Semantic Search (pgvector + Embeddings)
Trending Content Algorithm
Similar Poems Recommendations
Infrastructure & Polish
Image Uploads (Cloudflare R2)
Internationalization (FR/EN)
SEO & Performance
and much more... ✨
Key Dependencies
backend:
- better-auth
- @hono/zod-openapi
- @prisma/client
- @scalar/hono-api-reference
- zod
frontend:
- @tanstack/react-query
- @tanstack/react-router
- @base-ui/react
- @tiptap/react
- shadcn/ui
- zod