This is an OpenUI Agent Chat project bootstrapped with openui-cli.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/app/api/route.ts and improving your agent
by adding system prompts or tools.
To learn more about OpenUI, take a look at the following resources:
- OpenUI Documentation - learn about OpenUI features and API.
- OpenUI GitHub repository - your feedback and contributions are welcome!