From 9a6d36f2e93c920d1f7a5c4dbe93a33c0d534535 Mon Sep 17 00:00:00 2001
From: Mohamed Bassem
Date: Sun, 30 Nov 2025 10:09:55 +0000
Subject: feat(landing): Add more features to the homepage
---
apps/landing/src/Homepage.tsx | 55 ++++++++++++++++++++++++++++++++++++-------
1 file changed, 47 insertions(+), 8 deletions(-)
diff --git a/apps/landing/src/Homepage.tsx b/apps/landing/src/Homepage.tsx
index f88f35af..07229549 100644
--- a/apps/landing/src/Homepage.tsx
+++ b/apps/landing/src/Homepage.tsx
@@ -6,10 +6,15 @@ import {
BrainCircuit,
CheckCheck,
Github,
+ Highlighter,
+ Plug,
+ Rss,
Server,
+ Star,
SunMoon,
TextSearch,
- WalletCards,
+ Users,
+ Workflow,
} from "lucide-react";
import { DEMO_LINK, DOCS_LINK, GITHUB_LINK } from "./constants";
@@ -56,19 +61,37 @@ const featuresList = [
"Automatically tags your bookmarks using AI for faster retrieval.",
},
{
- icon: ArrowDownNarrowWide,
- title: "Auto Fetch",
+ icon: Users,
+ title: "Collaborative Lists",
description:
- "Automatically fetches title, description and images for links.",
+ "Collaborate with others on shared lists for team bookmarking.",
+ },
+ {
+ icon: Rss,
+ title: "RSS Feeds",
+ description:
+ "Auto-hoard content from RSS feeds to stay updated effortlessly.",
+ },
+ {
+ icon: Workflow,
+ title: "Rule Engine",
+ description:
+ "Customize bookmark management with powerful automation rules.",
+ },
+ {
+ icon: Highlighter,
+ title: "Highlights",
+ description:
+ "Mark and store highlights from your hoarded content for quick reference.",
},
{
- icon: WalletCards,
- title: "Lists",
- description: "Sort your bookmarks into lists for better organization.",
+ icon: Plug,
+ title: "API & Webhooks",
+ description: "Integrate with other services using REST API and webhooks.",
},
{
icon: TextSearch,
- title: "Search",
+ title: "Full Text Search",
description: "Search through all your bookmarks using full text search.",
},
{
@@ -81,6 +104,12 @@ const featuresList = [
title: "Bulk Actions",
description: "Quickly manage your bookmarks with bulk actions.",
},
+ {
+ icon: ArrowDownNarrowWide,
+ title: "Auto Fetch",
+ description:
+ "Automatically fetches title, description and images for links.",
+ },
{
icon: SunMoon,
title: "Dark Mode",
@@ -108,6 +137,16 @@ function Hero() {
for the data hoarders out there!
+
+
+ 21k
+ stars on GitHub
+