Giter Club home page Giter Club logo

web-content-conversation's Introduction

Satcom

Introducing a collaborative layer to internet, enhances online discussions and redefines the browsing experience.

By integrating web content with online discussions, it enables collaborative knowledge sharing, revolutionizing how we engage with information online.

Explore a new dimension of interaction
Effortlessly share ideas directly within the context of the web content you're exploring.
Start a discussion on any web page, and invite others to join in.
Pose questions directly to any projects or articles.

Developer

You can load the extension locally on your browser to try it out. These steps will load the extension locally on your browser.

  1. Download latest release from GitHub
  2. Unzip the zip file
  3. From Chrome browser, go to chrome://extensions/
  4. Enable Developer mode
  5. Click on Load unpacked and select the unzipped folder
  6. Go to any website and you will see an icon on the bottom right corner of the browser

Folder structure

Here is the folder structure of the source code. It may be helpful to understand the source code, and maybe outdated as the project is actively developed.

. 
├── assets # stores images and other assets
├── build # build:plasmo will output the build files here
├── releases # stores the latest release
├── src # source code
│   ├── background # extension background scripts, handle browser tasks
│   ├── constants # variables used throughout the extension
│   ├── contents # extension content scripts, injects into web pages
│   ├── lib # libraries and common functions
│   │   ├── chrome # chrome functions
│   │   ├── nostr # nostr react hooks, utils functions and ndk
│   │   ├── utils # common functions
│   │   ├── w3 # url shorten integration
│   │   ├── zustand # state management
│   ├── pages # satcom.app, not used in extension
│   ├── popup # extension popup, for settings
│   ├── types # define typescript types
│   ├── ui # all ui components
│   │   ├── common # ui components used in content and popup
│   │   ├── content # ui for content (injects into web pages)
│   │   ├── landing # ui for landing (satcom.app)
│   │   ├── popup # ui for popup (settings)

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.