Max 250832da37 fix: font loading and chat scrolling issues
- fix: Replace corrupted Merriweather fonts with valid WOFF2 files from @fontsource
- fix: Use CSS @font-face instead of next/font/local for Merriweather (Next.js 16 compatibility)
- fix: Add smart scroll detection to ChatWindow (respects manual scrolling)
- feat: Update app title to "Brachnha Insight"
- feat: Update app description

Co-Authored-By: Claude (glm-4.7) <noreply@anthropic.com>
2026-01-27 13:58:05 +07:00
2026-01-26 12:33:49 +07:00

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
No description provided
Readme 2.9 MiB
Languages
TypeScript 97.4%
JavaScript 1.8%
CSS 0.7%
Dockerfile 0.1%