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

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

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.

demo

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/).