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

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

Awesome Lists containing this project

README

          

📝 N0T3S

![Bun](https://img.shields.io/badge/Bun-F472B6?style=flat&logo=bun&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)
![Next.js](https://img.shields.io/badge/Next.js-000000?style=flat&logo=next.js&logoColor=white)
![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-06B6D4?style=flat&logo=tailwind-css&logoColor=white)
![Upstash](https://img.shields.io/badge/Upstash-000000?style=flat&logo=upstash&logoColor=white)
![Google Gemini](https://img.shields.io/badge/Google%20Gemini-FF6B01?style=flat&logo=google-gemini&logoColor=white)


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

```