coracle/README.md

45 lines
1.8 KiB
Markdown
Raw Normal View History

2022-12-15 18:31:47 +00:00
# What is this?
2022-11-24 19:47:03 +00:00
2022-12-24 00:02:01 +00:00
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](https://coracle.social).
2022-12-15 18:31:47 +00:00
2023-03-29 15:17:37 +00:00
[Dufflepud](https://github.com/coracle-social/dufflepud) is a companion server which you can self-host. It helps Coracle with things like link previews and image uploads.
2022-12-15 18:31:47 +00:00
2022-12-24 00:02:01 +00:00
If you like Coracle and want to support its development, you can donate sats via [Geyser](https://geyser.fund/project/coracle).
2022-12-15 18:31:47 +00:00
# Features
2022-11-24 19:47:03 +00:00
2022-11-27 03:34:28 +00:00
- [x] Threads/social
- [x] Profile search using NIP-50
2023-02-15 16:27:49 +00:00
- [x] Login via extension
- [x] Profile sharing via QR codes
- [x] NIP 05 verification
- [x] Bech32 entity search
2022-12-15 13:55:12 +00:00
- [x] Notifications
2023-02-15 16:27:49 +00:00
- [x] Chat and direct messages
- [x] Note composition with mentions and topics
- [x] Profile pages, follow/unfollow
- [x] Thread and person muting, collapse thread
2023-02-15 16:27:49 +00:00
- [x] Smart relay selection and display
- [x] Invoice, quote, mention, link, image, and video rendering
2023-03-03 16:44:58 +00:00
- [x] Installable as a progressive web app
- [x] Integrated media uploads
2023-03-03 16:44:58 +00:00
- [x] Lightning zaps
- [x] Feeds customizable by person, relay, and topic using NIP-51
- [x] AUTH (NIP-42) support for paid relays
- [x] Multiplextr support for reducing bandwidth
- [x] Profile and note metadata
2023-04-27 18:35:24 +00:00
- [x] White-labeling support
2023-02-15 16:27:49 +00:00
- [ ] Exportable copy of all user events
- [ ] Reporting and basic distributed moderation
- [ ] Content and person recommendations
You can find a more complete changelog [here](./ROADMAP.md).
2023-03-02 20:37:08 +00:00
# Run Coracle locally:
2023-03-29 15:17:37 +00:00
- Clone the project repository: `git clone https://github.com/coracle-social/coracle.git`
2023-03-02 20:37:08 +00:00
- Navitage to the project directory: `cd coracle`
- Install dependencies: `npm install`
2023-03-03 15:26:56 +00:00
- Add an env file from the template: `cp env.template env.local`
2023-03-02 20:37:08 +00:00
- Start the development server: `npm run dev`