Cursor-like autocompletion for every web page.
sentir.demo.mov
This repository is a monorepo that contains 3 related projects:
sentiris the browser extensionsentir-apiis the backendsentir-commoncontains common Zod schemas, types, and utils. Bothsentirandsentir-apidepend on it
Everything is written in TypeScript.
We use 2 different package managers. For sentir, we use pnpm. For sentir-api and sentir-common, we use bun.
Run bash ./i.sh to install dependencies and link sentir-common.
Run i.bat to install dependencies and link sentir-common.
Run sentir-api using
bun run devRun sentir using
pnpm dev(This is equivalent to pnpm run dev)
See the sentir README for more details.