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: 6 months ago
JSON representation
Search engine for your bookmarks.
- Host: GitHub
- URL: https://github.com/mathix420/brain
- Owner: mathix420
- Created: 2023-12-05T19:55:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T11:50:52.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T23:33:51.343Z (about 1 year ago)
- Topics: ai, bookmarks, cloudflare, cloudflare-workers, drag-and-drop, llm, nuxt, search, search-engine, self-hosted
- Language: Vue
- Homepage: https://brain.pulsar.dev/
- Size: 304 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.