https://github.com/danielgiljam/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.
https://github.com/danielgiljam/ai-document-outline-generator
ai lexical-editor llm nextjs payloadcms rich-text
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/danielgiljam/ai-document-outline-generator
- Owner: DanielGiljam
- Created: 2025-03-19T12:27:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T08:37:04.000Z (over 1 year ago)
- Last Synced: 2025-08-03T04:32:44.868Z (11 months ago)
- Topics: ai, lexical-editor, llm, nextjs, payloadcms, rich-text
- Language: TypeScript
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.

## Getting started
Pre-requisites: [Node.js](https://nodejs.org) and [PNPM](https://pnpm.io).
1. Clone repo
2. Copy `.env.example` as `.env` and replace `GOOGLE_GENERATIVE_AI_API_KEY` with [your actual API key](https://aistudio.google.com).
3. Install dependencies
```sh
pnpm install
```
4. Run local dev server
```sh
pnpm dev
```
5. Open up Payload admin UI in web browser ([http://localhost:3000/admin](http://localhost:3000/admin) by default)
6. Select "Documents" —> "Create new"
7. Try out the AI document outline generator