A Nostr client that makes relays a first-class concept
Go to file
2024-02-06 08:39:01 +01:00
.husky
cypress Add cypress tests 2023-10-12 16:23:32 -07:00
public Add listings 2023-12-05 10:44:12 -08:00
src fix response from server 2024-02-06 08:39:01 +01:00
.ackrc Move loadPeople to PubkeyLoader 2023-07-11 13:47:28 -07:00
.env Clean up read receipts for notifications 2024-01-29 14:09:39 -08:00
.eslintrc.cjs Fix some navigation bugs 2024-01-02 08:43:01 -08:00
.fdignore
.gitignore gitignore sandbox.sql 2024-01-05 13:02:50 -08:00
.nvmrc
.prettierrc Upgrade deps 2023-12-01 11:51:48 -08:00
capacitor.config.ts
CHANGELOG.md Improve group invite deliverability 2024-02-02 09:59:15 -08:00
CNAME
CONTRIBUTING.md Remove nip28 chat 2023-09-27 09:59:22 -07:00
cypress.config.ts Add cypress tests 2023-10-12 16:23:32 -07:00
index.html Just some small fixes 2023-07-08 09:08:45 -07:00
LICENSE
package.json Bump paravel 2024-01-09 11:01:50 -08:00
postcss.config.cjs
README.md Update readme 2024-01-31 09:34:32 -08:00
tailwind.config.cjs Add support for Tailwind dark: prefix 2024-01-16 22:58:01 +01:00
tsconfig.json Upgrade deps 2023-12-01 11:51:48 -08:00
vite.config.js
yarn.lock Bump paravel 2024-01-09 11:01:50 -08:00

What is this?

Coracle is a web client for the Nostr protocol focused on pushing the boundaries of what's unique about nostr, including relay selection and management, web-of-trust based moderation and content recommendations, and privacy protection. Check it out at coracle.social.

Dufflepud is a companion server which you can self-host. It helps Coracle with things like link previews and image uploads.

If you like Coracle and want to support its development, you can donate sats via Geyser.

Features

  • Threads/social
  • Profile search using NIP-50
  • Login via extension, nsecbunker, and pubkey
  • Profile sharing via QR codes
  • NIP 05 verification
  • NIP 65 relay selection and NIP 32 relay reviews
  • NIP 89 app recommendations
  • NIP 32 labeling and recommendations
  • NIP 99 classifieds
  • NIP 52 calendar events
  • NIP 87 closed groups
  • NIP 72 communities
  • NIP 89 client tag support
  • NIP 32 labeling and collections
  • Private group calendars and listings
  • Cross-posting between communities and main feed
  • Bech32 entity search and scan
  • Mention, reply, and reaction notifications
  • Direct messages - NIP 04 and NIP 24
  • Note composition with mentions and topics
  • Content warnings, mute, and keyword mute
  • Profile pages, follow/unfollow, follow/follower count
  • Thread muting, collapse thread
  • Invoice, quote, mention, link, image, and video rendering
  • Installable as a progressive web app
  • Integrated media uploads via NIP 96
  • Lightning zaps and reactions
  • Feeds customizable by person, relay, and topic using NIP-51
  • AUTH (NIP-42) support for closed relays
  • Multiplextr support for reducing bandwidth
  • Profile and note metadata
  • White-labeling support
  • NIP 51 person lists
  • Exports/imports of user events
  • User profile editing
  • NIP XX encrypted read receipts for notifications
  • Topic and relay feeds
  • Onboarding workflow
  • Multi-account support
  • Notifications view

You can find a more complete changelog here.

Run Coracle locally:

  • Clone the project repository: git clone https://github.com/coracle-social/coracle.git
  • Navigate to the project directory: cd coracle
  • Install dependencies: yarn
  • Customize configuration in .env (optional)
  • Start the development server: yarn dev