-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalogue.json
More file actions
75 lines (75 loc) · 3.09 KB
/
catalogue.json
File metadata and controls
75 lines (75 loc) · 3.09 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
{
"version": "1.0.0",
"apps": [
{
"id": "research-board",
"name": "Research Board",
"description": "Organize research with notes, images, videos, YouTube links, and documents on a visual board. Features categories, search, and detail views.",
"folder": "research-board",
"tags": ["research", "media", "productivity"],
"version": "1.0.0",
"customizable": [
{"key": "APP_TITLE", "label": "Board Title", "type": "text", "default": "Research Board", "placeholder": "e.g., Game Design Board"}
]
},
{
"id": "kanban-board",
"name": "Kanban Board",
"description": "A Trello-like Kanban board for organizing tasks with drag-and-drop, labels, priorities, checklists, and due dates",
"folder": "kanban-board",
"tags": ["kanban", "project management", "productivity"],
"version": "1.0.0"
},
{
"id": "ledgerflow",
"name": "Ledgerflow",
"description": "Comprehensive bookkeeping app for personal and business use with income/expense tracking, invoicing, bills, contacts, and financial reports.",
"folder": "ledgerflow",
"tags": ["bookkeeping", "finance", "productivity"],
"version": "1.0.0"
},
{
"id": "luolinglo",
"name": "Luolinglo",
"description": "Language learning app with vocabulary, flashcards, quizzes, AI teacher, and heavy gamification.",
"folder": "luolinglo",
"tags": ["language", "education"],
"version": "1.0.0"
},
{
"id": "trading-view",
"name": "Trading View",
"description": "TradingView-like trading dashboard with interactive charts, technical indicators, and customizable widget layout.",
"folder": "trading-view",
"tags": ["finance", "stock"],
"version": "1.0.0"
},
{
"id": "crm_system",
"name": "CRM System",
"description": "Comprehensive CRM system with contacts, companies, deals pipeline, AI-powered lead scoring, email generation, sales forecasting, SMTP email, campaigns, and full reporting",
"folder": "crm_system",
"tags": ["CRM", "productivity", "marketing", "business"],
"version": "1.0.0"
},
{
"id": "creator-command-center",
"name": "Creator Command Center",
"description": "Multi-platform dashboard for content creators. Pulls real data from YouTube, Discord, Twitter, and Notion via CraftBot integrations. See your subscribers, videos, community, and content pipeline in one place.",
"folder": "creator_command_center",
"tags": ["creator", "youtube", "social-media", "dashboard", "integrations"],
"version": "1.0.0"
},
{
"id": "tamagotchi",
"name": "CraftBot Tamagotchi",
"description": "A virtual CraftBot pet. Feed, play with, clean, and care for your own little CraftBot as it evolves from egg to adult.",
"folder": "tamagotchi",
"tags": ["game", "fun", "pet", "virtual-pet"],
"version": "1.0.0",
"customizable": [
{"key": "PET_DEFAULT_NAME", "label": "Default pet name", "type": "text", "default": "Bitsy", "placeholder": "e.g. Bitsy, Sparky, Zap"}
]
}
]
}