https://github.com/terror/riff
A place to expand ideas
https://github.com/terror/riff
Last synced: 4 months ago
JSON representation
A place to expand ideas
- Host: GitHub
- URL: https://github.com/terror/riff
- Owner: terror
- License: cc0-1.0
- Created: 2024-06-09T20:51:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T15:42:53.000Z (almost 2 years ago)
- Last Synced: 2026-02-01T14:13:51.778Z (4 months ago)
- Language: TypeScript
- Size: 976 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
## riff
**riff** is a place to expand on ideas.
> [!WARNING]
> This project is in very early stages. Breaking changes guaranteed.

I'm writing this to encourage myself to do more daily note-taking, while also
having a custom app I can easily extend and integrate with whatever services I
want.
### Development
I'm using [Tauri](https://tauri.app/) to build this desktop app,
[Rust](https://www.rust-lang.org/) is used on the backend and
[React](https://react.dev/) + [TypeScript](https://www.typescriptlang.org/) are
used on the frontend.
To get started contributing, first install dependencies:
```bash
bun install
```
...then startup the development server:
```bash
bun run tauri dev
```
Expect `http://localhost:1420/` to be in use and the desktop app ready to view.
### Prior Art
See the less-featureful cloud-based version here
[stream.liam.rs](https://stream.liam.rs/).