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: CLAUDE.md
+55-8Lines changed: 55 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
4
5
+
## Project Overview
6
+
7
+
Clueless is an AI-powered meeting assistant that provides real-time transcription, intelligent analysis, and action item extraction from conversations. It's built as a single-user desktop application using Electron/NativePHP with OpenAI's Realtime API for voice conversations.
8
+
5
9
## Tech Stack
6
10
7
11
-**Backend**: Laravel 12.0 (PHP 8.2+)
@@ -10,7 +14,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
10
14
-**Build**: Vite 6
11
15
-**Desktop**: NativePHP/Electron
12
16
-**Testing**: Pest PHP
13
-
-**Database**: SQLite (default)
17
+
-**Database**: SQLite (dual database setup)
18
+
-**Real-time**: OpenAI Realtime API, WebSockets
19
+
-**AI Integration**: OpenAI Realtime API only
14
20
15
21
## Development Commands
16
22
@@ -69,22 +75,33 @@ php artisan test tests/Feature/DashboardTest.php
0 commit comments