Running Your Application
Start and test your Expo chat application
Running Your Application
With that, you have built everything you need for your chatbot! To start your application, use the command:
pnpm expoHead to your browser and open http://localhost:8081. You should see an input field. Test it out by entering a message and see the AI chatbot respond in real-time! The AI SDK makes it fast and easy to build AI chat interfaces with Expo.
If you experience "Property structuredClone doesn't exist" errors on mobile,
add the polyfills described below.