- Updated package.json name field - Created proper README with project description - Updated BMAD configuration Co-Authored-By: Claude <noreply@anthropic.com>
53 lines
1.0 KiB
Markdown
53 lines
1.0 KiB
Markdown
# 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:
|
|
|
|
```bash
|
|
npm install
|
|
# or
|
|
yarn install
|
|
# or
|
|
pnpm install
|
|
```
|
|
|
|
Then, run the development server:
|
|
|
|
```bash
|
|
npm run dev
|
|
# or
|
|
yarn dev
|
|
# or
|
|
pnpm dev
|
|
```
|
|
|
|
Open [http://localhost:3000](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:
|
|
|
|
- [Next.js Documentation](https://nextjs.org/docs)
|
|
- [Tailwind CSS](https://tailwindcss.com)
|
|
- [ShadCN UI](https://ui.shadcn.com)
|
|
- [Zustand](https://zustand-demo.pmnd.rs)
|