Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mathix420/brain
- Owner: mathix420
- Created: 2023-12-05T19:55:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-11T11:50:52.000Z (10 months ago)
- Last Synced: 2024-03-11T12:57:04.181Z (10 months 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: 0
- 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.