Skip to content

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.

Notifications You must be signed in to change notification settings

DanielGiljam/ai-document-outline-generator

Repository files navigation

AI document outline generator

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.

demo

Getting started

Pre-requisites: Node.js and PNPM.

  1. Clone repo

  2. Copy .env.example as .env and replace GOOGLE_GENERATIVE_AI_API_KEY with your actual API key.

  3. Install dependencies

    pnpm install
  4. Run local dev server

    pnpm dev
  5. Open up Payload admin UI in web browser (http://localhost:3000/admin by default)

  6. Select "Documents" —> "Create new"

  7. Try out the AI document outline generator

About

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.

Topics

Resources

Stars

Watchers

Forks