AI-powered research paper generator with verified citations
npm install opendraftAI-powered research paper generator with verified citations.
``bash`
npx opendraft
That's it! The CLI will guide you through setup.
- Node.js 14+ (for npx)
- Python 3.10+ (installed automatically on first run)
`bashInteractive mode (recommended)
npx opendraft
Options
| Option | Description |
|--------|-------------|
|
--level | Academic level: research_paper, bachelor, master, phd |
| --style | Citation style: apa, mla, chicago, ieee |
| --lang | Language: en, de, es, fr, it, pt, zh, ja, ko, ru |
| --author | Your name (for cover page) |
| --institution | University/institution name |Troubleshooting
$3
If you see "Python not found", install Python 3.10+:
- macOS:
brew install python@3.11 or download from python.org
- Windows: Download from python.org (check "Add to PATH")
- Linux: sudo apt install python3 python3-pip$3
Try installing the Python package manually:
`bash
pip install opendraft
``- Website: https://opendraft.xyz
- Documentation: https://opendraft.xyz/docs
- GitHub: https://github.com/federicodeponte/opendraft
- Issues: https://github.com/federicodeponte/opendraft/issues
MIT