Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathix420/brain

Search engine for your bookmarks.
https://github.com/mathix420/brain

ai bookmarks cloudflare cloudflare-workers drag-and-drop llm nuxt search search-engine self-hosted

Last synced: about 2 months ago
JSON representation

Search engine for your bookmarks.

Awesome Lists containing this project

README

        

# [WIP] Pulsar Brain

Search engine for your bookmarks.

Fully self-hostable on Cloudflare (Cloudflare WorkersAI + Pages + KV).

## Todo

- [x] LocalStorage
- [x] Get Schema.Org data
- [ ] [WIP] Generate summary + keywords using AI ()
- [ ] Auth + KV Storage
- [ ] Use screenshot when OG image missing

## Setup

Make sure to install the dependencies:

```bash
# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# bun
bun run dev
```

## Production

Build the application for production:

```bash
# bun
bun run build
```

Locally preview production build:

```bash
# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.