You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# ❄️ Snow Leopard - AI-Powered Writing Assistant
1
+
# Snow Leopard - AI-Powered Writing Assistant
2
2
3
-
## 🎯 What is Snow Leopard?
3
+
## What is Snow Leopard?
4
4
Snow Leopard is an intelligent writing environment designed to enhance your writing process with AI capabilities. It provides a seamless interface for document creation, editing, and collaboration, augmented by AI suggestions, content generation, and contextual chat.
5
5
6
-
## ✨ Why Snow Leopard?
6
+
## Why Snow Leopard?
7
7
Modern writing tools often lack deep AI integration or are closed-source. Snow Leopard aims to provide:
8
8
9
9
✅ **Open-Source & Extensible** – Transparent development and easy integration.
@@ -16,7 +16,7 @@ Modern writing tools often lack deep AI integration or are closed-source. Snow L
16
16
17
17
---
18
18
19
-
## 🛠️ Tech Stack
19
+
## Tech Stack
20
20
***Framework:** Next.js (App Router)
21
21
***Language:** TypeScript
22
22
***UI:** React, TailwindCSS, Shadcn UI
@@ -27,7 +27,7 @@ Modern writing tools often lack deep AI integration or are closed-source. Snow L
27
27
28
28
---
29
29
30
-
## 🚀 Getting Started
30
+
## Getting Started
31
31
32
32
### Prerequisites
33
33
Make sure you have the following installed:
@@ -135,7 +135,7 @@ GROQ_API_KEY="" # Get your key at https://console.groq.com/keys
135
135
136
136
---
137
137
138
-
### 🗄️ Database Management (Drizzle ORM)
138
+
### Database Management (Drizzle ORM)
139
139
140
140
***Location:** Schema (`packages/db/src/schema.ts`), Client (`src/index.ts`), and Migrations (`migrations/`) are in`packages/db`.
141
141
***Commands (Run from Root):**
@@ -148,15 +148,15 @@ GROQ_API_KEY="" # Get your key at https://console.groq.com/keys
148
148
149
149
---
150
150
151
-
### 🔐 Authentication (Better Auth)
151
+
### Authentication (Better Auth)
152
152
153
153
***Configuration:** Set `BETTER_AUTH_SECRET` and `BETTER_AUTH_URL`in`apps/snow-leopard/.env`.
154
154
***Adapter:** Uses the Drizzle adapter, configured in`apps/snow-leopard/lib/auth.ts` (imports `db` from `@snow-leopard/db`).
0 commit comments