diff --git a/docs/roadmap.md b/docs/roadmap.md
new file mode 100644
index 0000000..e50b815
--- /dev/null
+++ b/docs/roadmap.md
@@ -0,0 +1,14 @@
+---
+title: Roadmap
+---
+
+The following is our currently planned roadmap:
+
+## 2024
+
+| Quarter | Focus Area | Activities |
+|---------|--------------------------------------------------------|------------|
+| Q1 | Streamlining Code and Systems |
- 🔄 Rewrite portal software for better maintenance and protocol support.
- 🔧 Refactor relay software using Bun.js and comlink.
- 📡 Redesign kernel software to simplify communication protocols.
|
+| Q2 | Portal Dashboard, Billing, Marketing, and File Syncing | - 💻 Launch a user-friendly portal dashboard.
- 🌐 Develop a portal marketing website.
- 📣 Collect user feedback for portal dashboard and portal website improvements.
- 💳 Integrate billing functionality with Stripe to portal.
- 🔄 Enable file metadata sharing between portals using Hypercore.
|
+| Q3 | Platform Upgrades and App Development | - 📰 Update web3.news to align with new infrastructure.
- 🎮 Upgrade features in web3browser.io and web3toybox.com demos.
- 🌍 Develop a browser extension and cross-platform web3 proxy app combo.
|
+| Q4 | IPFS Integration, Hosting Launch, and Community | - 🌐 Integrate IPFS support into the portal.
- 🖥️ Prepare project hosting for production.
- 📰 Enhance and expand web3.news.
- 🛠️ Diversify web3.news integrations with static site builders and create starter projects.
|
diff --git a/sidebars.js b/sidebars.js
index 92a7963..536cbe1 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -37,6 +37,7 @@ const sidebars = {
link: null,
items: ["apps/browser-webapp"],
},
+ "roadmap",
],
};