What I've done and what I'm doing.

I've made a variety of AI related projects. Some are a bit serious and likely to be profitable, some are just for fun. Here are a few of my favorites.

  • Go live
    Sketch2Art

    Sketch2Art

    Transform drawings into Images, using the magic of AI.

    AI
    Image Generation
    Fun
  • Go live
    Blur Background

    Blur Background

    Blur the background of an image, save your photos, using the power of AI.

    AI
    Image Processing
    Fun
  • Go live
    AI Banner Generator

    AI Banner Generator

    Create beautiful banners/backgrounds with AI, in seconds.

    AI
    Image Generation
    Productivity
  • Go live
    Agentic RAG

    Agentic RAG

    Small but compact RAG system with agentic capabilities. On top of basic RAG, it can cross-query multiple datasets. It also has a simple agentic layer that detect user intent and call the appropriate tools.

    AI
    RAG
    LlamaIndex
    Experimental
  • Go live
    Easy Habit

    Easy Habit

    Vibe coding an iOS app with 0 experience

    AI
    Cursor
    iOS
    Swift
    SwiftUI
    Productivity
  • See intro
    Wechat Stickers

    Wechat Stickers

    Using AI to generate full sets of WeChat stickers

    Wechat Sticker
    AI
    Midjourney
    Fun
  • See intro
    Personal AI Assistant

    Personal AI Assistant

    My AI agent in early 2023 (before "agent" was even a thing)

    AI
    OpenAI API
    Agent
  • See intro
    ChatGPT UI

    ChatGPT UI

    A ChatGPT-style UI designed for people who can’t access OpenAI’s official site

    ChatGPT
    Chatbot

Open Source

  • Go to Github

    Generic AI Agent (using LangGraph)

    Generic purpose agent that can plan & perform complex multi-step tasks. It uses LangGraph as the workflow engine, along with over 20+ tools, and tested on the GAIA benchmark.

    Rank 150th on 🤗HuggingFace

  • Go to Github

    Tanstack Start Template

    Tanstack Start is an alternitive to Nextjs that rapidly getting attention in web dev community. This is a template for building a web SaaS using Tanstack Start, with everything you need including authentication, database, deployment, and more.

    191
  • Go to Github

    Agentic RAG

    Small but compact RAG system with agentic capabilities. On top of basic RAG, it has the ability to cross-query multiple datasets; and also has a simple agentic layer that detect user intent and call the appropriate tools; calling external APIs, etc. This one uses LlamaIndex as the RAG engine.

    1
  • Go to Github

    Nextjs SaaS Template

    A complete Nextjs SaaS template, with everything included: authentication, ORM, database, CMS, UI framework, CI, deployment, analytics, logging, monitoring, rate limiting... Literally everything to get started.