https://github.com/nextpointer/n0t3s
A simple, fast and minimal note-taking app
https://github.com/nextpointer/n0t3s
ai bun nextjs15 redis shadcn
Last synced: 2 months ago
JSON representation
A simple, fast and minimal note-taking app
- Host: GitHub
- URL: https://github.com/nextpointer/n0t3s
- Owner: nextpointer
- License: mit
- Created: 2025-07-29T13:15:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T21:44:34.000Z (10 months ago)
- Last Synced: 2025-08-21T23:47:38.481Z (10 months ago)
- Topics: ai, bun, nextjs15, redis, shadcn
- Language: TypeScript
- Homepage: https://n0t3s.vercel.app
- Size: 363 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📝 N0T3S






A simple,ai-integrated fast and minimal note-taking app
---
## 🚀 Tech Stack
| **Frontend** | **Styling** | **Build Tool**|
|--------------|-------------|------------- |
| ⚡ Next.js 15| 🎨 Tailwind | ⚡ Bun |
---
## ✨ Features
- 🖊 **Create, Edit, Delete Notes**
- 🏷 **Tag notes for easy organization**
- 💾 **Local Storage Saving**
- ⚡ **Blazing Fast Bun Runtime**
- 🎨 **Beautiful Shadcn/UI + Tailwind Design**
- ✨ **Quick Tools**:
- 📝 Summarize long notes
- ✍️ Rewrite with better phrasing
- 🔍 Expand with more details
- ✅ Fix grammar & spelling
- [*] Format in todo style
- ❓ Ask questions about your notes
- /[..prompt] prompt mode
---
## ⚠️ Note
> 🚧 **AI Features in Progress**
> I'm actively working on it !!
---
## 📦 Installation
```bash
# 1️⃣ Clone the repository
git clone https://github.com/nextpointer/n0t3s.git
# 2️⃣ Install dependencies with Bun
bun install
# 3️⃣ Set up environment variables
cp .env.example .env.local
# 4️⃣ Run the development server
bun dev
```
---
## 🎯 Usage
- ➕ Click Add Note
- 🖊 Write your note & add tags
- 💾 Save Note
Made with ❤️ using Next & Bun
```