AFAI logo

Build an AI App That Creates Interfaces

Part 22 of 5

Open and understand the starter project

Get familiar with the example application before changing its behavior or visual components.

The starter contains a basic chat input, a small set of interface components, and a server route that connects a model to the application. You do not need to understand every file yet.

Run the project, submit the example prompt, and notice the difference between ordinary text and structured output that the interface can render.

Complete this part

  • Run the starter locally
  • Try the example prompt
  • Identify the main application files