You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(app-pages): enrich app pages with SEO content
Adds optional longDescription, category, developer, pricing, platforms,
features, useCases, and faq fields to each app entry, and renders them
as About / Key features / Use cases / FAQ sections. Schema.org
SoftwareApplication is enriched (description, url, screenshot,
applicationCategory, featureList, author, offers) and a FAQPage node
is emitted when faq is present.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: content/1.todomate.json
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,29 @@
11
11
"social",
12
12
"tool"
13
13
],
14
-
"logoSize": 128
14
+
"logoSize": 128,
15
+
"longDescription": "TodoMate is a social task management app that turns daily to-do lists into a shared experience. Each user keeps a personal checklist, but lists can be made visible to friends so progress, completions, and streaks are seen by a small circle of accountability partners.\n\nThe app is aimed at students, study groups, and anyone who finds it easier to stick to routines when others are watching. Tasks are grouped by day, with simple categories, recurring items, and emoji-based reactions or comments from followers on completed work.\n\nIt is a lightweight planner rather than a full project manager. The focus is on building habits through visibility and gentle peer pressure instead of complex workflows or assignments.",
16
+
"category": "Productivity",
17
+
"developer": "the team behind TodoMate",
18
+
"pricing": "Free with paid plans",
19
+
"platforms": ["Web", "iOS", "Android"],
20
+
"features": [
21
+
{"title": "Social timeline", "description": "Friends can see each other's daily tasks and react to completed items, making accountability part of the routine."},
22
+
{"title": "Daily checklists", "description": "Tasks are organized day by day with quick add, drag-to-reorder, and one-tap completion."},
23
+
{"title": "Recurring tasks", "description": "Set items to repeat on specific weekdays or intervals to support steady habits and study schedules."},
24
+
{"title": "Categories and colors", "description": "Group related tasks under colored categories to separate study, work, and personal items at a glance."},
25
+
{"title": "Reactions and comments", "description": "Followers can leave emojis or short messages on tasks to celebrate progress or send encouragement."}
26
+
],
27
+
"useCases": [
28
+
"Tracking daily study goals with classmates as accountability partners",
29
+
"Building consistent habits like reading or exercise alongside friends",
30
+
"Planning weekly routines with recurring chores and reminders",
31
+
"Sharing progress with a small circle without using a full social network"
32
+
],
33
+
"faq": [
34
+
{"question": "Is TodoMate free to use?", "answer": "TodoMate is free to use with optional paid plans that unlock cosmetic and convenience features."},
35
+
{"question": "Do I need an account?", "answer": "Yes, an account is required so tasks can sync across devices and be shared with friends."},
36
+
{"question": "Can I keep my lists private?", "answer": "Yes, lists and individual tasks can be marked private so only you can see them, even if you have followers."},
37
+
{"question": "Which platforms is TodoMate available on?", "answer": "TodoMate runs in the web browser and as native apps on iOS and Android."}
Copy file name to clipboardExpand all lines: content/10.cyber-chef.json
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,29 @@
9
9
"security",
10
10
"tool"
11
11
],
12
-
"logoSize": 512
12
+
"logoSize": 512,
13
+
"longDescription": "CyberChef is a browser-based tool for analyzing and transforming data. Users build a recipe by dragging operations such as base64 decoding, AES decryption, regex extraction, or hex-to-text into a pipeline, and the tool runs them top to bottom on the input as it is typed.\n\nIt is widely used by security analysts, incident responders, CTF players, and developers who need to quickly try sequences of decodings, encodings, and parsing steps. The library includes hundreds of operations covering encryption, hashing, compression, networking formats, dates and times, and many file formats.\n\nCyberChef runs entirely in the browser, so data is never uploaded to a server. The project is open source under Apache 2.0 and can be downloaded and run locally, which is the recommended option for sensitive data.",
14
+
"category": "SecurityApplication",
15
+
"developer": "GCHQ",
16
+
"pricing": "Open source / free",
17
+
"platforms": ["Web"],
18
+
"features": [
19
+
{"title": "Recipe pipeline", "description": "Chain operations into a recipe that runs in order, so each step transforms the previous step's output."},
20
+
{"title": "Hundreds of operations", "description": "Encoding, hashing, encryption, compression, parsing, networking, and date operations are all built in."},
21
+
{"title": "Runs in the browser", "description": "All processing happens client-side, so input data never leaves your machine."},
22
+
{"title": "File and binary support", "description": "Drag in files to operate on binary data, including images, archives, and packet captures."},
23
+
{"title": "Shareable recipes", "description": "Recipes can be saved, exported, or shared via URL so colleagues reproduce the same pipeline."}
24
+
],
25
+
"useCases": [
26
+
"Decoding suspicious URLs or payloads during incident response",
27
+
"Solving capture-the-flag challenges that involve nested encodings",
28
+
"Inspecting and converting between text encodings and file formats",
29
+
"Hashing, signing, or verifying small pieces of data without writing code"
30
+
],
31
+
"faq": [
32
+
{"question": "Is CyberChef free?", "answer": "Yes, CyberChef is open source under Apache 2.0 and free to use both online and self-hosted."},
33
+
{"question": "Is my data uploaded to a server?", "answer": "No, all processing happens in the browser, so input data stays on your machine."},
34
+
{"question": "Can I run CyberChef offline?", "answer": "Yes, you can download a release from GitHub and open the static HTML file locally."},
35
+
{"question": "Who maintains CyberChef?", "answer": "CyberChef was created and is maintained by GCHQ, the UK's signals intelligence agency, with contributions from the open-source community."}
Copy file name to clipboardExpand all lines: content/11.chat-gpt.json
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,31 @@
11
11
"chat",
12
12
"tool"
13
13
],
14
-
"logoSize": 512
14
+
"logoSize": 512,
15
+
"longDescription": "ChatGPT is OpenAI's conversational AI assistant, available on the web and through native apps on desktop and mobile. It can answer questions, draft and edit text, write and explain code, summarize long documents, and reason through problems step by step.\n\nThe free tier offers access to a capable default model with limits on usage and advanced features. Paid Plus, Pro, Team, and Enterprise plans unlock more powerful models, longer context windows, image generation, file analysis, voice mode, and tools like web browsing and custom GPTs.\n\nUsers can attach files and images, build their own GPTs with custom instructions and knowledge, and connect external services through actions. Conversations are stored per account and can be deleted, exported, or excluded from training in the data controls.",
{"title": "Conversational assistant", "description": "Ask questions, brainstorm, and iterate on ideas in a long-running chat that keeps context."},
22
+
{"title": "File and image input", "description": "Attach documents, images, and spreadsheets so the model can analyze, summarize, or extract data."},
23
+
{"title": "Image generation", "description": "Generate and edit images directly in the chat with built-in image models on supported plans."},
24
+
{"title": "Voice mode", "description": "Talk to ChatGPT in natural speech with low-latency voice conversations on mobile and desktop."},
25
+
{"title": "Custom GPTs", "description": "Build tailored assistants with custom instructions, files, and actions, then share them with others."},
26
+
{"title": "Web browsing and tools", "description": "On supported plans, ChatGPT can browse the web, run code, and call external tools to complete tasks."}
27
+
],
28
+
"useCases": [
29
+
"Drafting and editing emails, reports, and other long-form text",
30
+
"Explaining, debugging, or generating code in a wide range of languages",
31
+
"Summarizing long PDFs, articles, or meeting transcripts",
32
+
"Brainstorming ideas, outlines, and study plans",
33
+
"Building a custom GPT that follows your team's tone and knowledge"
34
+
],
35
+
"faq": [
36
+
{"question": "Is ChatGPT free?", "answer": "Yes, ChatGPT has a free tier; Plus, Pro, Team, and Enterprise plans unlock more capable models and advanced features."},
37
+
{"question": "Do I need an account?", "answer": "An account is required for full access; some basic chats are available without sign-in but with stricter limits."},
38
+
{"question": "Are my chats used for training?", "answer": "You can opt out of training in data controls; Team and Enterprise data are excluded from training by default."},
39
+
{"question": "Can I export my conversations?", "answer": "Yes, you can request an export of your data, including conversations, from the settings page."}
Copy file name to clipboardExpand all lines: content/12.superlist.json
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,29 @@
9
9
"todo",
10
10
"tool"
11
11
],
12
-
"logoSize": 308
12
+
"logoSize": 308,
13
+
"longDescription": "Superlist is a task and list manager built by several of the people behind the original Wunderlist. It blends classic to-do lists with rich notes, so a list can hold simple tasks, longer documents, attachments, and embedded content side by side.\n\nIt is designed to work both for individuals and small teams. Personal lists handle errands, projects, and reading queues, while shared lists support assignments, comments, and real-time collaboration for things like trip planning, sprint tasks, or content calendars.\n\nA free plan covers personal use, with paid plans unlocking team features, larger workspaces, and admin controls. Native apps on macOS, Windows, iOS, and Android sync with the web app, and offline support keeps lists usable without a connection.",
{"title": "Lists and notes together", "description": "Combine to-dos, rich notes, and attachments inside the same list instead of splitting tools."},
20
+
{"title": "Real-time collaboration", "description": "Share lists with teammates or family and edit, assign, and comment on items together live."},
21
+
{"title": "Cross-platform sync", "description": "Lists stay in sync across web, desktop, and mobile clients with offline support."},
22
+
{"title": "Sections and subtasks", "description": "Group items into sections and break large tasks into nested subtasks for clearer progress."},
23
+
{"title": "Reminders and due dates", "description": "Set due dates, reminders, and repeating tasks for both personal and shared items."}
24
+
],
25
+
"useCases": [
26
+
"Managing personal projects, errands, and reading lists in one place",
27
+
"Coordinating shared tasks for a household or trip with family members",
28
+
"Running lightweight sprint or backlog lists with a small team",
29
+
"Keeping rich meeting notes and follow-up tasks attached to the same list"
30
+
],
31
+
"faq": [
32
+
{"question": "Is Superlist free?", "answer": "Yes, Superlist has a free plan for personal use; paid plans unlock team workspaces and advanced features."},
33
+
{"question": "Does Superlist work offline?", "answer": "Yes, the desktop and mobile apps support offline use and sync changes when you reconnect."},
34
+
{"question": "Can I collaborate with others?", "answer": "Yes, lists can be shared with friends, family, or teammates with real-time editing, comments, and assignments."},
35
+
{"question": "Which platforms does Superlist support?", "answer": "Superlist runs on the web and as native apps for macOS, Windows, iOS, and Android."}
0 commit comments