-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy pathfeatures.json
More file actions
145 lines (145 loc) · 5.11 KB
/
features.json
File metadata and controls
145 lines (145 loc) · 5.11 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"name": "daily.dev",
"description": "Professional network for developers with personalized content and community features",
"version": "2026.02",
"documentation": "https://docs.daily.dev",
"api": {
"base_url": "https://api.daily.dev/public/v1",
"openapi_spec": "https://api.daily.dev/public/v1/docs/json",
"requires": "Plus subscription",
"auth": "Bearer token"
},
"features": {
"feeds": {
"description": "Personalized developer content streams",
"docs": "/docs/key-features/feeds",
"types": ["my-feed", "popular", "most-upvoted", "best-discussions", "custom"],
"api_endpoint": "/feeds"
},
"squads": {
"description": "Developer communities for teams and interest groups",
"docs": "/docs/squads/creating-your-squad",
"capabilities": ["posts", "discussions", "moderation", "slack-integration", "stack-showcase"]
},
"bookmarks": {
"description": "Save and organize posts",
"docs": "/docs/key-features/bookmarks",
"api_endpoint": "/bookmarks",
"plus_feature": "folders"
},
"search": {
"description": "Find posts, tags, and sources",
"docs": "/docs/key-features/search",
"api_endpoint": "/search"
},
"posts": {
"description": "Developer content articles and discussions",
"docs": "/docs/key-features/discussions",
"api_endpoint": "/posts",
"capabilities": ["upvote", "downvote", "comment", "bookmark", "share"]
},
"smart_prompts": {
"description": "AI-powered interaction with posts",
"docs": "/docs/plus/smart-prompts",
"plus_only": true,
"prompts": ["simplify", "remove-fluff", "challenge", "practical-examples", "actionable-steps", "compare-alternatives", "custom"]
},
"clickbait_shield": {
"description": "AI-optimized post titles",
"docs": "/docs/plus/clickbait-shield",
"plus_only": true
},
"custom_feeds": {
"description": "Create filtered content streams",
"docs": "/docs/plus/custom-feeds",
"plus_only": true,
"api_endpoint": "/feeds"
},
"notifications": {
"description": "Activity and content notifications",
"api_endpoint": "/notifications"
},
"profile": {
"description": "User profile and settings",
"docs": "/docs/your-profile/account-details",
"api_endpoint": "/profile",
"features": ["stack-tools", "achievements", "devcard", "reading-streaks", "reputation"]
},
"stack_tools": {
"description": "Showcase technologies and tools on profile",
"docs": "/docs/your-profile/stack-and-tools",
"sections": ["Primary", "Hobby", "Learning", "Past", "Custom"],
"limit": 100
},
"achievements": {
"description": "Milestones and progress tracking",
"types": ["instant", "streak", "milestone", "multipart"]
},
"reading_streaks": {
"description": "Track daily reading habits",
"docs": "/docs/your-profile/weekly-goal",
"features": ["milestones", "weekend-freeze", "restore", "reminders"]
},
"cores": {
"description": "In-app currency for rewards",
"docs": "/docs/monetization/cores",
"uses": ["awards", "tip-creators", "streak-restore"]
},
"awards": {
"description": "Recognize content with stickers",
"docs": "/docs/monetization/awards"
},
"career_mode": {
"description": "Privacy-first job matching",
"docs": "/docs/career-mode/overview",
"features": ["job-preferences", "profile-matching", "double-opt-in"]
}
},
"integrations": {
"browser_extension": {
"description": "New tab replacement with daily.dev feed",
"docs": "/docs/getting-started/browser-extension-installation",
"platforms": ["chrome", "firefox", "edge"]
},
"pwa": {
"description": "Progressive Web App",
"docs": "/docs/getting-started/pwa",
"url": "https://app.daily.dev"
},
"slack": {
"description": "Squad notifications to Slack channels",
"docs": "/docs/squads/slack-integration"
},
"ai_agents": {
"claude_code": {
"install": "claude plugin marketplace add https://github.com/dailydotdev/daily.git"
},
"openclaw": {
"install": "Install the daily-dev skill from clawdhub"
},
"codex": {
"install": "$skill-installer install the daily.dev skill from https://github.com/dailydotdev/daily.git"
},
"cursor": {
"install": "Add remote rule from https://github.com/dailydotdev/daily.git"
}
}
},
"content_types": {
"article": "External blog post or article",
"video": "YouTube or video content",
"freeform": "User-created post",
"collection": "Curated post collection",
"welcome": "Squad welcome post"
},
"subscription_tiers": {
"free": {
"features": ["feeds", "bookmarks", "squads", "search", "discussions", "career-mode"]
},
"plus": {
"features": ["smart-prompts", "clickbait-shield", "custom-feeds", "bookmark-folders", "keyword-filters", "public-api", "ad-free"],
"pricing_url": "https://app.daily.dev/plus"
}
}
}