https://github.com/devsaifur/keeper
A local first note taking app with rich text editor.
https://github.com/devsaifur/keeper
Last synced: 4 months ago
JSON representation
A local first note taking app with rich text editor.
- Host: GitHub
- URL: https://github.com/devsaifur/keeper
- Owner: devSaifur
- Created: 2024-11-28T20:02:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T15:18:10.000Z (over 1 year ago)
- Last Synced: 2025-07-22T16:04:30.120Z (11 months ago)
- Language: TypeScript
- Homepage: https://keeper-text.vercel.app
- Size: 2.97 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Keeper - A note taking app with a rich text editor built Next.js with a local first approach.
### Tech used:
- Framework: Next.js
- Styling/UI: Tailwind CSS and shadcn/ui
- ORM: Drizzle
- Database: Sqlite (Turso)
- Deployment: Vercel
### Live URL (Demo)
https://keeper-text.vercel.app/
## Getting started
To get started with this project, run
```bash
git clone https://github.com/devSaifur/keeper.git
```
and copy the .env.example variables into a separate .env file, fill them out & and that's all you need to get started!