- Fix: Add sessionId tracking to useChatStore for draft saving - feat: Update Teacher prompt to "Funky Universal Sage (Conversational)" - feat: Update Ghostwriter prompt to "Personal Diary Reporter" with keywords - feat: Redesign DraftSheet to match history rendering style - feat: Add keywords/tags support to drafts - feat: Change draft accept behavior to redirect to homepage Co-Authored-By: Claude (glm-4.7) <noreply@anthropic.com>
Brachnha Insights
A modern journaling and self-reflection application powered by AI.
Tech Stack
- Framework: Next.js 14+ (App Router)
- Language: TypeScript (Strict Mode)
- Styling: Tailwind CSS, ShadCN UI
- State Management: Zustand v5
- Database: Dexie.js (IndexedDB) - Local-first architecture
- Auth: Auth.js v5
Getting Started
First, install dependencies:
npm install
# or
yarn install
# or
pnpm install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
Features
- AI-powered journaling and reflection
- Local-first data storage (your data stays on your device)
- Offline support
- Beautiful, responsive design
Learn More
To learn more about the technologies used:
Description
Languages
TypeScript
91.7%
HTML
5.9%
JavaScript
1.7%
CSS
0.6%
Dockerfile
0.1%