-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.json
More file actions
43 lines (43 loc) · 2.29 KB
/
apps.json
File metadata and controls
43 lines (43 loc) · 2.29 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
{
"$schema": "https://wvw.dev/apps.schema.json",
"version": "1.0.0",
"store": {
"name": "palazski's awesome apps",
"developer": "Abdullah Palaz",
"github": "https://github.com/palazski"
},
"apps": [
{
"id": "nodepad",
"name": "NodePad",
"subtitle": "A visual workspace for cognition-heavy non-linear LLM conversations",
"description": "Construct, branch, and explore LLM conversations as directed graphs on an infinite canvas. Break free from linear chat with complete spatial control over your context.",
"longDescription": "NodePad is a visual workspace designed for high-agency users who find traditional, linear AI chats limiting. Every user message and AI response becomes an independent, addressable node on an infinite canvas. This graph-native architecture allows you to seamlessly branch conversations into parallel threads from any point, explore alternative approaches side-by-side, and easily switch between multiple LLM providers within the same workspace. With spatial auto-layout, dynamic context highlighting, and integrated text nodes for scratchpad thinking, NodePad gives you absolute visual control over the exact context your models see.",
"icon": "https://raw.githubusercontent.com/palazski/apps/master/favicon.svg",
"iconStyle": {
"scale": 0.9,
"padding": "8px",
"objectFit": "contain",
"bgColor": "#000000"
},
"category": ["web", "developer-tools", "productivity"],
"platform": "Web",
"price": "Closed Beta",
"github": "https://github.com/palazski/apps",
"homepage": "https://node-pad.com",
"language": "TypeScript",
"features": [
"Branch conversations into parallel exploration threads from any message",
"Infinite visual canvas with spatial node organization",
"Multi-model support within the same workspace (soon)",
"Real-time LLM response streaming with concurrent operation support",
"Dynamic context visibility with path highlighting",
"Text nodes for sticky notes, references, and scratchpad thinking",
"Graph-native editing where the visual topology acts as your version history"
],
"screenshots": [
"https://raw.githubusercontent.com/palazski/apps/master/wvw.png"
]
}
]
}