-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathapps.json
More file actions
65 lines (65 loc) · 1.85 KB
/
apps.json
File metadata and controls
65 lines (65 loc) · 1.85 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
{
"apps/ai-assistant.json": {
"title": "AI Assistant",
"description": "AI-powered chat interface to modify your WordPress to your liking. Bring your own key or use a local LLM",
"author": "Alex Kirk",
"categories": [
"Apps",
"AI"
]
},
"apps/chat-to-blog.json": {
"title": "Chat to Blog",
"description": "Import media from Beeper chats and create blog posts. Requires Beeper Desktop running.",
"author": "Alex Kirk",
"categories": [
"Apps",
"Media"
]
},
"apps/post-collection.json": {
"title": "Collect Posts from the Web",
"description": "Use the Post Collection Plugin to save articles from around the web",
"author": "Alex Kirk",
"categories": [
"Apps",
"Productivity"
]
},
"apps/cookbook.json": {
"title": "Cookbook",
"description": "Store your recipes in your WordPress, with ingredients, steps, and prep/cook times. Paste a URL to pull a recipe in from the web.",
"author": "Alex Kirk",
"categories": [
"Apps",
"Productivity"
]
},
"apps/memex.json": {
"title": "Memex",
"description": "Turn WordPress into a note-taking app with bi-directional links, automatic backlinks, daily notes, tags, and reminders. Import notes from Obsidian, Notion, Evernote, or Roam Research with one click.",
"author": "Alex Kirk",
"categories": [
"Apps",
"Productivity"
]
},
"apps/personal-crm.json": {
"title": "Personal CRM",
"description": "Manage your contacts and relationships directly from WordPress",
"author": "Alex Kirk",
"categories": [
"Apps",
"Productivity"
]
},
"apps/rss-reader.json": {
"title": "RSS Reader",
"description": "Follow friends and consume their content in your WordPress",
"author": "Alex Kirk",
"categories": [
"Apps",
"Social"
]
}
}