Build the best UI/UX tools to make AI generally accessible.
UI/UX will be open-source and PRs are welcome by everyone. We will strive to keep everything simple and open.
For simple inference, we plan to keep it free until we go broke. For features like DreamBooth, there will have to be a paid version due to the sheer amount of cost.
First, run the development server:
# install all packages
yarn install
# run dev server
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.