opendraft
v1.6.16
Published
AI-powered research paper draft generator
Maintainers
Readme
OpenDraft
AI-powered research paper draft generator.
Quick Start
npx opendraftThat's it! The CLI will:
- Check if Python 3.9+ is installed
- Install the OpenDraft package if needed
- Launch the interactive paper generator
Usage
# Interactive mode (recommended)
npx opendraft
# Quick generate
npx opendraft "Impact of AI on Modern Education"
# With options
npx opendraft "Your Topic" --level master --style apaOptions
| Option | Values | Default |
|--------|--------|---------|
| --level, -l | research_paper, bachelor, master, phd | research_paper |
| --style, -s | apa, mla, chicago, ieee | apa |
| --output, -o | Directory path | ./opendraft_output |
Requirements
- Node.js 16+ (for npx)
- Python 3.9+ (installed automatically if missing guidance provided)
Features
- 19 specialized AI agents working together
- Real citations from CrossRef, Semantic Scholar, arXiv
- PDF and Word output
- Multiple citation styles (APA, MLA, Chicago, IEEE)
Links
- Website: https://opendraft.xyz
- Documentation: https://opendraft.xyz/docs
- GitHub: https://github.com/federicodeponte/opendraft
License
MIT
