The source code for https://arxiv.org/abs/2601.12740
Live demo: You can create your own document and try out TreeWriter at https://treer.ai
Note: Arc browser may not work. Please use Chrome.
Related work: TreeReader --- A tool that convert any paper into a tree
If you don't have pnpm installed, you can install it with:
curl -fsSL https://get.pnpm.io/install.sh | sh -Install dependencies:
pnpm installThen, you can start the dev server with:
pnpm devMinimal MongoDB install (macOS Homebrew example):
brew tap mongodb/brew
brew install mongodb-community@7.0to run mongodb (path depends on yourself)
mongod --dbpath /usr/local/var/mongodb