GithubHelp home page GithubHelp logo

mroxso / broadcstr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fluizsp/broadcstr

0.0 0.0 0.0 16.55 MB

Broadcstr is the social media that you control and define the boundaries. It is built using Nostr: A simple, open protocol that enables a truly censorship-resistant and global social network.

Home Page: https://www.broadcstr.com

JavaScript 98.85% HTML 1.10% Dockerfile 0.06%

broadcstr's Introduction

Welcome to Broadcstr!

What is Broadcstr?

Broadcstr is the social media that you control and define the boundaries.

You can experience it right now! Already deployed in https://www.broadcstr.com !

It is built using Nostr: A simple, open protocol that enables a truly censorship-resistant and global social network.

Why Broadcstr?

Because it is like your social network, but:

  • Private: Your account doesn't require e-mails or phone numbers. Start just with your pair of keys;
  • Decentralized: Censorship resistance means no Big Techs! You control where your consume and post information;
  • Value4Value: Reward your favorite content with Bitcoin Lightning Network! Tip and stack sats;
  • Encrypted: Content are signed with the private key that only you have! And direct messages are encrypted with the same key. No one will ever get into your messages without your authorization. Ever;

Version info:

Version 0.4.1 - Layout update and fixes

  • Removed FAT menu, using tablet menu for desktop;
  • Fixed some Youtube links not being displayed, thanks to @Gonzalo for reporting it!
  • Changed default relays;

Version 0.4 - Badges, new Relay Service and NIP-36!

  • Initial implementation of Badges, you can now see users badges in profile pages (soon there will be a badges section on user profile, coming in 0.4.x);
  • Completely rewritten Relay interation through websockets, with individual subscription lifespan and timeout to improve content consistency, time to load and fine tuning for each request/sub;
  • Moved content load to containers, and removed a lot of content from redux state;
  • Reviewed PWA Configuration so users can add the app to their home screens;
  • Implemented NIP-36 on posts/notes, to obfuscate flagged sensitive content and added the flag on composer, so users can safely post NSFW content if they will;
  • Other minor performance fixes and changes;

Version 0.3.1 - Updates and fixes!

  • Localization with initial languages (DE, EN, ES, FR, PT);
  • Better visualization of NIP-05 on profiles;
  • Profile preview on cards;
  • Added Sign out warning, so the user can backup keys;
  • Added NIP list on Github;
  • A few performance changes;

Version 0.3 - Updates and fixes!

  • ⚡ ZAPS! First implementation of zaps! Show total zaps of notes and zap others;
  • Localization: Localization structure and preparation;
  • Likes/Replies/Zaps: Showing like/replies/zaps amount in feeds (still experimental);
  • Anonymous navigation: Navigation without a npub/nsec/extension (with limited options);
  • Reviewed cache: Changed how state is stored and loaded from/to cache;
  • Fixes: Minor fixes and adjustments;

Version 0.2 - Updates and fixes!

  • New Welcome/Account/Login flow: Cleaner and simpler login and new account flow to reduce complexity for the new user;
  • New "For You" feed, to improve content diversity on the home screen;
  • Latest profile information: Fixed a bug where old profile information was replacing newer profile information;
  • Image view: Added a feature to expand image clicking on it for better readability;
  • Searching for nip-05: Querying domains in nip-05 search for faster return;
  • Longer notes: Automatic collapsing longer content and allowing to expand/collapse it;
  • Pagination fixes: Improved pagination on some views;
  • Small fixes: And other small fixes;

Version 0.1.2!

  • Fixed profile view not showing reposts;
  • Improved UX and feedback on reposts;
  • Fixed topbar icons breaking line on some phones;
  • Reviewed note rendering to better support links and line breaks;
  • Browser extension login fix for some users;

Version 0.1.1!

  • Implemented login and event signing with extension (nos2x);

Version 0.1.0 - First Release!

Main features/nips implemented on this version:

  • Basic Navigation: Following feed, Profiles, Note details and replies;
  • Basic interaction: Like notes, reply to notes, repost notes;
  • Account Settings: Manage session and your keys;
  • Profile editing: Update your profile details and publish on the network;
  • Relay preferences: Manage relays and which of them you want to read/write;
  • Basic Search: Search for users using handles/username or NIP-05 and search content with #hashtags;
  • And, of course, Dark Mode! Cause we can't live without dark mode;

Suported / To be supported NIPs: (refer to https://github.com/nostr-protocol/nips):

  • NIP-01: Basic protocol flow description;
  • NIP-02: Contact List and Petnames;
  • NIP-03: OpenTimestamps Attestations for Events;
  • NIP-03: NIP-04: Encrypted Direct Message;
  • NIP-05: Mapping Nostr keys to DNS-based internet identifiers;
  • NIP-06: Basic key derivation from mnemonic seed phrase;
  • NIP-07: window.nostr capability for web browsers;
  • NIP-08: Handling Mentions;
  • NIP-09: Event Deletion;
  • NIP-10: Conventions for clients' use of e and p tags in text events;
  • NIP-12: Generic Tag Queries (partial);
  • NIP-13: Proof of Work;
  • NIP-14: Subject tag in text events.;
  • NIP-15: End of Stored Events Notice;
  • NIP-16: Event Treatment;
  • NIP-19: bech32-encoded entities;
  • NIP-20: Command Results (partial);
  • NIP-21: nostr: URL scheme;
  • NIP-22: Event created_at Limits;
  • NIP-23: Long-form Content;
  • NIP-25: Reactions;
  • NIP-26: Delegated Event Signing;
  • NIP-28: Public Chat;
  • NIP-33: Parameterized Replaceable Events;
  • NIP-36: Sensitive Content;
  • NIP-40: Expiration Timestamp;
  • NIP-42: Authentication of clients to relays;
  • NIP-46: Nostr Connect;
  • NIP-50: Keywords filter (partial);
  • NIP-56: Reporting;
  • NIP-57: Lightning Zaps
  • NIP-58: Badges;
  • NIP-65: Relay List Metadata;
  • NIP-78: Application-specific data;

More info:

Creator:

Fábio Luiz Github: https://github.com/fluizsp

Support development:

Wants to support development? Send me some Sats :) ⚡[email protected]

Released under MIT license.

About Nostr!

Want to know more about Nostr? Start here

Stack

Broadcstr was built using React.js with create-react-app and Chakra-ui.

Using https://github.com/nbd-wtf/nostr-tools for nostr requests/websocket connectivity.

Improving code each release. Still in Alpha.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in production/optimized mode, using the app on the build folder.

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

npm run dev

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

broadcstr's People

Contributors

fluizsp avatar mroxso avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.