Welcome to my workshops

I host a variety of interactive workshops to help you learn new skills. Sign up below for one of my upcoming workshops.

Ameer 3d avatar waving hello
Build your own V0
Experience level: Intermediate
Duration: ~2 hours
Price: TBD
Have you ever wanted to build a generative UI application like V0 where you simply prompt an LLM and it creates an entire interface for you? Well lets build exactly that with the power of Server Driven UIs and AI. We'll walk through just how easy Server Driven UI makes the creation a generative UI application. All the while we'll be leveraging React 19 APIs to make this generative UI application as performant as possible!

By the end of this workshop you will have implemented the following features:
  • Integration with an LLM to generate UI based on user prompts and a custom component library
  • Dynamic parsing of custom component props
  • Multi-chat chat history
  • Generated code export