A Nostr client that makes relays a first-class concept
Go to file
2023-03-30 11:54:32 -05:00
.husky
public
src Add content parser and image carousel 2023-03-30 11:54:32 -05:00
.ackrc
.env
.env.production
.eslintrc.cjs
.fdignore
.gitignore
.prettierrc
CHANGELOG.md Update changelog 2023-03-30 08:53:26 -05:00
CNAME
index.html
jsconfig.json
LICENSE
package-lock.json Fall back to normal relay connections if multiplexer fails to connect 2023-03-29 11:13:15 -05:00
package.json Fall back to normal relay connections if multiplexer fails to connect 2023-03-29 11:13:15 -05:00
postcss.config.cjs
README.md
ROADMAP.md Add content parser and image carousel 2023-03-30 11:54:32 -05:00
tailwind.config.cjs
tsconfig.json
vite.config.js

What is this?

Coracle is a web client for the Nostr protocol. While Nostr is useful for many things, Coracle focuses on providing a high-quality social media experience. 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
  • Login via extension
  • Profile sharing via QR codes
  • NIP 05 verification
  • Bech32 entity search
  • Notifications
  • Chat and direct messages
  • Note composition with mentions and topics
  • Follow and follower lists
  • Profile pages, follow/unfollow, mute
  • Persistent color-coded relay list
  • Smart relay selection and display
  • Connection quality information
  • Invoice, bech32 entity, mention, link, image, and video rendering
  • Installable as a progressive web app
  • Media uploads
  • Lightning zaps
  • Feeds customizable by person, relay, and topic
  • Keyword mutes
  • Exportable copy of all user events
  • Reporting and basic distributed moderation
  • Content and person recommendations
  • Profile and content search

You can find a more complete changelog here.

Run Coracle locally:

  • Clone the project repository: git clone https://github.com/coracle-social/coracle.git
  • Navitage to the project directory: cd coracle
  • Install dependencies: npm install
  • Add an env file from the template: cp env.template env.local
  • Start the development server: npm run dev