AI-powered UI which generates document outline for user after asking user a series of increasingly specific questions about what they plan on writing a document about.
Pre-requisites: Node.js and PNPM.
-
Clone repo
-
Copy
.env.example
as.env
and replaceGOOGLE_GENERATIVE_AI_API_KEY
with your actual API key. -
Install dependencies
pnpm install
-
Run local dev server
pnpm dev
-
Open up Payload admin UI in web browser (http://localhost:3000/admin by default)
-
Select "Documents" —> "Create new"
-
Try out the AI document outline generator