Chat-driven creation and editing of technical reports in Markdown using a public agent API.
- Generate and edit technical reports in Markdown via chat-driven instructions.
- Live Markdown preview.
- Chat-driven editing: request changes and see updates streamed in real time.
- No OpenAI SDK required—plain
fetchcalls to the OpenAI REST API.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- In the chat section, enter instructions to generate or edit your report (e.g. "Generate an initial report for arXiv paper 2101.00001", "Improve grammar", "Add a conclusion").
- Click Send to apply changes—updates will stream live into the document.
MIT