Skip to content

shelwinsunga/jules

Folders and files

NameName
Last commit message
Last commit date
Dec 17, 2024
Nov 15, 2024
Sep 14, 2024
Sep 16, 2024
Sep 24, 2024
Sep 13, 2024
Sep 24, 2024
Sep 3, 2024
Aug 20, 2024
Aug 27, 2024
Sep 21, 2024
Sep 21, 2024
Sep 3, 2024
Sep 3, 2024
Sep 3, 2024
Sep 24, 2024
Sep 24, 2024
Sep 3, 2024
Nov 7, 2024
Aug 19, 2024

Repository files navigation

Jules: AI LaTeX Editor

Jules is a proof of concept AI-Latex Editor. You select a range, type into the dialogue, and the LLM will (hopefully) create a diff that turns your natural language request into compileable LaTeX.

jules.mp4

It has basic LaTeX project management features, like adding/deleting files and folders, images, svgs, etc. main.tex is required to compile.

Note this is a proof-of-concept and not a "production" application. There will be bugs, important missing features, and UX issues that make it not quite ready yet for daily usage.

Local Setup

To get Jules working locally, you need:

  • An Anthropic Key
  • An App ID from InstantDB
  • A deployed instance of the API on railway (railway-api).

Set those in a .env.local file.

You can then:

git clone git@github.com:shelwinsunga/jules.git
cd jules
npm install i
npm run dev

You can run the flask endpoint locally by running:

cd railway-api
hypercorn main:app --reload

You need pdflatex installed as well as the stuff in requirements.txt

Acknowledgments

Created by Shelwin Sunga. Licensed under the MIT License

  • Inspired by Cursor and Overleaf