feat: add roadmap

This commit is contained in:
Derrick Hammer 2023-11-15 07:27:58 -05:00
parent f43157048e
commit 7694546aa1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 15 additions and 0 deletions

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",
],
};