Compare commits

...

3 Commits

6 changed files with 25 additions and 10 deletions

View File

@ -4,11 +4,11 @@ title: Web3 Browser Web App
![image](/web3-browser-webapp.png)
Link: https://web3browser.io
**Link**: https://web3browser.io
This is an experimental tech demo to enable HNS and ENS browsing via IPFS.
This demo uses the following technologies:
**This demo uses the following technologies**:
* Hypercore: https://docs.holepunch.to/
* The kernel, forked from Skynet: https://git.lumeweb.com/LumeWeb/libkernel/src/branch/develop
@ -18,7 +18,7 @@ This demo uses the following technologies:
* IPFS: https://github.com/ipfs/helia
* HNS: https://github.com/handshake-org/hsd
Some notes about current issues and limitations:
**Some notes about current issues and limitations**:
* IP addresses are not supported. So you cannot access "normal" servers.
* Pages may render twice, as in refresh, before loading.

View File

@ -4,7 +4,7 @@ title: Making a Better Web
Want to hear a joke?
## Web3.
#### Web3.
Probably not the start you expected, but let's be honest with ourselves for a moment - the current state of web3 is a joke, at least to the majority of the world.
@ -14,16 +14,16 @@ On the other side there is the Bitcoin, it doesn't care, it just works as it's m
So, what's next? Maybe to better understand this all, let's rewind a bit and learn from our past first.
### Web 1.0
#### Web 1.0
This era started in early 90s and marks a first generation of the world wide web, aka internet. It was `open` and had an `unlimited potential`. Number of users was growing exponentially, as was the number of companies building in the space and it didn't take too long for few big ones to emerge and people just happily handing control of own data over to them.
### Web 2.0
#### Web 2.0
By 2005, the internet was becoming increasingly centralized and this transition was complete with arrival of massive social networks connecting billions of people around the globe and monetizing their voluntarily entered and frequently updated personal data. On Web 2.0, the user is the real `product` and your data are no longer yours, same as your money on a bank account are not yours, you only trust a third party to manage it for you.
### Web3?
#### Web3?
Web3 as an ideal is supposed to be about you, `the user`, not you, `the builder`. I have seen various ideas suggesting Web3 is `read + write + own`, and I can largely agree, though many builders don't agree with the route to achieve that.

View File

@ -2,7 +2,7 @@
title: Limitations of Web2
---
Currently, Web2 is a combination of multiple open protocols.
**Currently, Web2 is a combination of multiple open protocols**.
- `HTTP (HyperText Transfer Protocol)` - used for transmission of information across the internet
- `FTP (File Transfer Protocol)` - used to transfer files from a server to client
- `SMTP (Simple Mail Transfer Protocol)` - used to send mail messages
@ -16,7 +16,7 @@ You can also find a lot more limitations when you zoom out a bit and focus on ne
But most important of all is `Censorship`. With web content, nearly every single layer of the system has been captured and has the power to shut you down if scaring you with warnings is not enough.
Let's look at those:
**Let's look at censorship related infrastructure**:
- `ICANN` - A giant phone book hierarchy you can see as a group of database records knowns as `Domains`. This exists because people remember words better than numbers or codes and it is what makes market with domains so valuable. And while ICANN was originally founded by the government to be later made independent, it still can be corrupted and a subject to political pressure which makes it centralized and makes the criteria for getting new TLD's very difficult.
- `DNS` - Your DNS providers can easily censor you or refuse to provide service. And even if they are a good one, they can be pressured or enforced todo the same. So what can you do if this happens to you? Not much - your one and only option is to move to other provider. And if they are your domain registrar at the same time, well...
- `Hosting` - Your servers can be shut down any moment. There is a hierarchy and `ISP (Internet Service Provider)` has this right as a business partner too. If any of them or the government doesn't like what's going on, the pressure is applied and can go all the way up, shutting you down quickly or facing the consequences.

View File

@ -10,7 +10,7 @@ You can actually translate a lot of the Web2 technologies and components to thei
When you look at the marketing for the hundreds of Web3/DeFi projects, it's all full of strong claims and promises, every single project sounds like re-definition of the internet, while it actually is just begging for attention and your money.
So instead of trying to explain what Web3 involves, lets explain what we have in Web2, and what its counterparts can look like in web3.
So instead of trying to explain what Web3 involves, **lets explain what we have in Web2, and what its counterparts can look like in web3**.
| Web2 Concept | Web3 Concept | Description |
|----------------------------------------|-----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

14
docs/roadmap.md Normal file
View File

@ -0,0 +1,14 @@
---
title: Roadmap
---
The following is our currently planned roadmap:
## 2024
| Quarter | Focus Area | Activities |
|---------|--------------------------------------------------------|------------|
| Q1 | Streamlining Code and Systems | <ul><li>🔄 <strong>Rewrite portal software</strong> for better maintenance and protocol support.</li><li>🔧 <strong>Refactor relay software</strong> using Bun.js and comlink.</li><li>📡 <strong>Redesign kernel software</strong> to simplify communication protocols.</li></ul> |
| Q2 | Portal Dashboard, Billing, Marketing, and File Syncing | <ul><li>💻 <strong>Launch a user-friendly portal dashboard.</strong></li><li>🌐 <strong>Develop a portal marketing website.</strong></li><li>📣 <strong>Collect user feedback</strong> for portal dashboard and portal website improvements.</li><li>💳 <strong>Integrate billing functionality</strong> with Stripe to portal.</li><li>🔄 <strong>Enable file metadata sharing</strong> between portals using Hypercore.</li></ul> |
| Q3 | Platform Upgrades and App Development | <ul><li>📰 <strong>Update web3.news</strong> to align with new infrastructure.</li><li>🎮 <strong>Upgrade features</strong> in web3browser.io and web3toybox.com demos.</li><li>🌍 <strong>Develop a browser extension</strong> and cross-platform web3 proxy app combo.</li></ul> |
| Q4 | IPFS Integration, Hosting Launch, and Community | <ul><li>🌐 <strong>Integrate IPFS support</strong> into the portal.</li><li>🖥️ <strong>Prepare project hosting</strong> for production.</li><li>📰 <strong>Enhance and expand web3.news.</strong></li><li>🛠️ <strong>Diversify web3.news integrations</strong> with static site builders and create starter projects.</li></ul> |

View File

@ -37,6 +37,7 @@ const sidebars = {
link: null,
items: ["apps/browser-webapp"],
},
"roadmap",
],
};