feat: add FragBin to llms.txt hub#398
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughAdds a new MDX content entry for FragBin under packages/content/data/websites, including YAML front matter (name, description, website, llmsUrl, llmsFullUrl, category, publishedAt) and a simple page body with a title and description. No executable code or public APIs are changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (3)
packages/content/data/websites/fragbin-llms-txt.mdx (3)
6-6: Remove empty llmsFullUrl or populate it.Empty strings in front matter can cause rendering/null-handling quirks. Prefer omitting optional keys when unknown.
Apply this diff:
-llmsFullUrl: ''
11-13: Avoid repeating description verbatim in body.Minor polish: either shorten the H1 body copy or add a brief unique blurb/link to differentiate from the front matter description.
14-14: Add a trailing newline.Ensures clean diffs and POSIX-friendly editors.
-Share code or text instantly with optional expiry, password protection, and Markdown support from a simple paste - an alternative to Pastebin. +Share code or text instantly with optional expiry, password protection, and Markdown support from a simple paste - an alternative to Pastebin. +
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting
📒 Files selected for processing (1)
packages/content/data/websites/fragbin-llms-txt.mdx(1 hunks)
🧰 Additional context used
🔍 Remote MCP Linear
Based on my search across Linear and web sources, I can provide relevant context for reviewing the FragBin submission to the llms.txt hub:
Context for FragBin llms.txt Hub Submission
Project Background
The llms.txt hub project is actively maintained by David Dias, as evidenced by the Linear project status showing "In Progress". Recent issues in the project include subscription functionality fixes, website improvements, and adding other services like Vercel's llms.txt implementation.
FragBin Service Overview
FragBin describes itself as sharing "code and text quickly with optional expiration, password protection, and markdown support" [::web_search::]. This positions it as a modern Pastebin alternative in the developer tools category, which aligns with the PR's categorization.
Pastebin Market Context
The pastebin service category is well-established with multiple alternatives available. The best Pastebin alternatives include GitHub Gist, PrivateBin and hastebin, with more than 100 similar applications available [::web_search::]. Privacy concerns, spam issues, and feature limitations have led users to seek Pastebin alternatives [::web_search::].
llms.txt Standard
The llms.txt file is "a proposal to standardise on using an /llms.txt file to provide information to help LLMs use a website at inference time" [::web_search::]. The specification requires specific formatting and sections, making FragBin's implementation at https://www.fragbin.com/llms.txt relevant for LLM integration.
Similar Recent Additions
Linear issues show recent additions of other developer tools like Vercel to the hub, indicating an active pattern of adding development-focused services that support the llms.txt standard.
No Major Issues Identified
No Linear issues were found specifically mentioning FragBin, suggesting this is a new submission without prior problems or discussions in the project tracking system.
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Validate
🔇 Additional comments (5)
packages/content/data/websites/fragbin-llms-txt.mdx (5)
1-9: Overall LGTM for adding FragBin.Front matter looks consistent and minimal. Nice addition.
8-8: Published date looks correct.ISO format and today’s date (2025-09-19) are fine.
5-5: llms.txt endpoint reachable and non-empty — VERIFIED (HTTP 200, 15,571 bytes)
Confirmed 200 OK and non-empty; head contains YAML frontmatter and intro text.
1-1: Keep the -llms-txt filename suffix.
fragbin-llms-txt.mdx matches repository convention — all 891 MDX files in packages/content/data/websites end with "-llms-txt".Likely an incorrect or invalid review comment.
7-7: Confirm category slug 'developer-tools' — valid.
Found in apps/web/lib/categories.ts (slug: 'developer-tools') and referenced in middleware/generators/search; no change required.
This PR adds FragBin to the llms.txt hub.
Submitted by: fragbin
Website: https://www.fragbin.com/
llms.txt: https://www.fragbin.com/llms.txt
Category: developer-tools
This PR was created via admin token for a user without GitHub repository access.
Please review and merge if appropriate.
Summary by CodeRabbit