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.
- Host: GitHub
- URL: https://github.com/prudhvideep/snippets
- Owner: prudhvideep
- Created: 2024-10-31T19:59:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T23:30:45.000Z (over 1 year ago)
- Last Synced: 2025-03-01T00:50:34.383Z (over 1 year ago)
- Topics: neondb, notes-app, notion, postgresql, reactjs, tailwindcss, tanstack-react-query, zustand
- Language: TypeScript
- Homepage: https://snippets-3fo.pages.dev/
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Snippets
**[Features] • [Deployment] • [Usage]**
[Features]: #features
[Deployment]: #deployment
[Usage]: /docs/USAGE.md
`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
```