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

https://github.com/prudhvideep/snippets

A personal knowledge base with Notion-like rich text editing.
https://github.com/prudhvideep/snippets

neondb notes-app notion postgresql reactjs tailwindcss tanstack-react-query zustand

Last synced: 3 months ago
JSON representation

A personal knowledge base with Notion-like rich text editing.

Awesome Lists containing this project

README

          


Snippets


License

**[Features] • [Deployment] • [Usage]**

[Features]: #features
[Deployment]: #deployment
[Usage]: /docs/USAGE.md

Snippets

`Snippets` is a note taking web application designed to strip away unnecessary visual noise found in traditional note-taking tools. It's interface keeps users focused only on capturing notes.

> [!IMPORTANT]
>
> Snippets is not fully implemented yet; It still needs a lot of work to get it closer to my vision

## Features
- snippets supports rich text editing.
- Snippets seamlessy backs up your notes to the cloud.
- Snippets can be self hosted.

## Deployment

- Clone the repository
```bash
git clone https://github.com/prudhvideep/Snippets.git
```

- Install dpendencies

```bash
bun install
```

- Fow now snippets backs up notes to `supabase.` This will be replaced in the future to support a generic storage interface.

```bash
VITE_SUPABASE_URL = ** Your Db Url **
VITE_SUPABASE_ANON_KEY = ** Your key **
```

- Start the development server

```bash
bun dev
```