Skip to content

JaryJay/sentir

Repository files navigation

Sentir

Cursor-like autocompletion for every web page.

Demo

sentir.demo.mov

Development

This repository is a monorepo that contains 3 related projects:

  • sentir is the browser extension
  • sentir-api is the backend
  • sentir-common contains common Zod schemas, types, and utils. Both sentir and sentir-api depend 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.

Setup instructions

MacOS/Linux

Run bash ./i.sh to install dependencies and link sentir-common.

Windows

Run i.bat to install dependencies and link sentir-common.

Running

Run sentir-api using

bun run dev

Run sentir using

pnpm dev

(This is equivalent to pnpm run dev)

See the sentir README for more details.

About

Cursor-like autocompletion but for every-day web browsing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors