Skip to content

nodetec/comet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0867b7 · Apr 11, 2025
Oct 21, 2024
Mar 14, 2025
Apr 11, 2025
Mar 14, 2025
Mar 14, 2025
Mar 14, 2025
Mar 17, 2025
Apr 9, 2025
Mar 14, 2025
Mar 21, 2025
Apr 5, 2025
Apr 5, 2025
Mar 14, 2025
Mar 14, 2025
Mar 31, 2025
Apr 7, 2025
Mar 14, 2025
Mar 14, 2025
Mar 14, 2025
Mar 14, 2025

Repository files navigation

☄️ Comet

comet

Comet is a desktop app for taking and publishing notes for nostr.

Development

Install Dependencies

npm i --force

Run the app

npm run dev

Package the app

npm run package

Make the app for your platform

Linux Dependencies

For RPM

sudo apt install rpm

For AppImage

sudo apt install squashfs-tools
npm run make

The output for you platform will be in the out/ directory

Tech Stack

  • electron (desktop app framework)
  • nostr (social media protocol)
  • shadcn (components)
  • nodejs (backend)
  • react (frontend)
  • pouchdb (database)
  • tailwind (styling)
  • typescript (language)
  • tanstack query (async state)
  • zustand (sync state)
  • lexical (editor)