-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathregistry.json
More file actions
93 lines (93 loc) · 4.5 KB
/
Copy pathregistry.json
File metadata and controls
93 lines (93 loc) · 4.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[
{
"slug": "e-commerce",
"name": "Storefront Starter",
"description": "Launch an online store in an afternoon. Product catalog, cart, wishlist, real Stripe Checkout with Apple Pay and Google Pay, a live order status timeline, and an admin fulfillment flow that marks orders shipped and delivered.",
"category": "e-commerce",
"framework": "nextjs",
"features": ["Stripe Checkout", "Order Timeline", "Wishlist", "Admin Fulfillment", "shadcn/ui", "Auth"],
"tags": ["e-commerce", "storefront", "stripe", "payments", "wishlist"],
"cover": "assets/covers/e-commerce.png",
"demo_url": "https://ecommerce-stripe.insforge.site/",
"author": "InsForge",
"added_at": "2026-05-20"
},
{
"slug": "landing",
"name": "Launchpad",
"description": "Tell visitors what you're shipping before you've shipped it. Interactive product preview with tab-switching scenes, animated KPIs, pricing toggle, and a waitlist that writes straight to your database. Drop your copy in and launch.",
"category": "marketing",
"framework": "nextjs",
"features": ["Waitlist Capture", "Pricing Page", "shadcn/ui", "Auth"],
"tags": ["landing", "saas", "marketing", "waitlist", "shadcn"],
"cover": "assets/covers/landing.png",
"demo_url": "https://marketing.insforge.site",
"author": "InsForge",
"added_at": "2026-05-23"
},
{
"slug": "crm",
"name": "CRM Starter",
"description": "Run a sales pipeline without paying Salesforce. Drag-and-drop kanban for leads, follow-up reminders, and a per-contact activity log — all multi-tenant from row one.",
"category": "crm",
"framework": "nextjs",
"features": ["dnd-kit", "Kanban Pipeline", "Auth"],
"tags": ["crm", "sales", "pipeline", "leads"],
"cover": "assets/covers/crm.png",
"demo_url": "https://democrm.insforge.site",
"author": "InsForge",
"added_at": "2026-05-24"
},
{
"slug": "booking",
"name": "Booking Marketplace",
"description": "Calendly meets Yelp: customers browse providers, book appointments around real availability, message about details, and leave reviews after. Two-sided RLS baked in.",
"category": "marketplace",
"framework": "nextjs",
"features": ["Availability Scheduling", "Provider Reviews", "Auth"],
"tags": ["booking", "appointments", "marketplace", "scheduling", "calendly"],
"cover": "assets/covers/booking.png",
"demo_url": "https://booking.insforge.site",
"author": "InsForge",
"added_at": "2026-05-23"
},
{
"slug": "ai-pdf-chatbot",
"name": "AI Notebook",
"description": "An open-source thinking partner for your PDFs. Grounded in your own sources, with auto-generated mindmaps, spaced-repetition flashcards, two-host audio overviews, and RAG chat that highlights cited passages inside the source PDF. Self-hosted, your data, your model.",
"category": "AI",
"framework": "nextjs",
"features": ["RAG", "react-pdf", "OpenAI TTS", "Better Auth"],
"tags": ["pdf", "study-tool", "notebooklm", "rag", "flashcards", "pgvector"],
"cover": "assets/covers/ai-pdf-chatbot.png",
"demo_url": "https://aipdfchat.insforge.site",
"author": "InsForge",
"added_at": "2026-05-25"
},
{
"slug": "admin-dashboard",
"name": "Admin Dashboard",
"description": "Multi-user SaaS admin with workspace invites, sortable tables, real-time chat, charts, and a Composio-powered apps grid that pushes tasks to a chosen channel with two clicks. Vite + React + InsForge auth, database, RLS, storage, and realtime.",
"category": "admin",
"framework": "react",
"features": ["TanStack Table", "Recharts", "Real-time Chat", "Auth", "Composio Integrations", "Outbound Actions"],
"tags": ["admin", "dashboard", "shadcn", "tanstack-table", "workspace", "saas", "composio", "oauth"],
"cover": "assets/covers/admin-dashboard.png",
"demo_url": "https://admindashboard.insforge.site",
"author": "InsForge",
"added_at": "2026-05-25"
},
{
"slug": "workspace",
"name": "Workspace",
"description": "Your own Notion clone, no SaaS bill. Nested pages, BlockNote rich-text editor, image embeds, and shareable read-only links — perfect for internal wikis or docs sites.",
"category": "productivity",
"framework": "nextjs",
"features": ["BlockNote", "Nested Pages", "Public Share Links"],
"tags": ["notion", "workspace", "docs", "wiki", "blocknote"],
"cover": "assets/covers/workspace.png",
"demo_url": "https://workspace.insforge.site",
"author": "InsForge",
"added_at": "2026-05-25"
}
]