Skip to content

harkhq/ui

Repository files navigation

Hark UI

Shared web frontend for the harkd daemon — recording dashboard, transcript viewer, meeting summaries, and chat interface. Served by both harkd (via FastAPI StaticFiles) and the Tauri desktop app.

Features

  • Recording dashboard — list, search, tag, and manage recordings
  • Transcript viewer — timestamped, speaker-diarized transcripts
  • Meeting summaries — decisions, action items, key points
  • Chat interface — ask questions about recordings (Ask Hark)
  • Voice profiles — manage speaker identification
  • Settings — configure daemon URL and preferences
  • Desktop integration — Tauri tray and notifications

Prerequisites

  • Bun
  • A running harkd daemon (default: http://127.0.0.1:8765)

Development

Install dependencies:

bun install

Start dev server:

bun run dev

Build for production:

bun run build

Type-check:

bun run check

Regenerate API client (after OpenAPI spec changes):

bun run generate-api

Tech Stack

Tool Role
Svelte 5 UI framework
Vite 6 Build tool / dev server
TailwindCSS 4 Utility-first CSS
Flowbite Svelte Component library
TanStack Svelte Query Async state management
Orval OpenAPI client generator
TypeScript Type safety
Zod Runtime schema validation

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU Affero General Public License v3.0.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors