Skip to content

feat: add FragBin to llms.txt hub#398

Merged
thedaviddias merged 1 commit into
mainfrom
submit-fragbin-1758270256313
Sep 24, 2025
Merged

feat: add FragBin to llms.txt hub#398
thedaviddias merged 1 commit into
mainfrom
submit-fragbin-1758270256313

Conversation

@thedaviddias

@thedaviddias thedaviddias commented Sep 19, 2025

Copy link
Copy Markdown
Owner

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

  • New Features
    • Added FragBin to the website catalog under Developer Tools. The entry includes name, description, site link (https://www.fragbin.com), LLMS endpoint (https://www.fragbin.com/llms.txt), and publication date (2025-09-19). The page renders an H1 title and description, making the item available alongside existing listings for users to browse and access directly from the catalog.

@vercel

vercel Bot commented Sep 19, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
llms-txt-hub Ready Ready Preview Comment Sep 19, 2025 8:27am

@coderabbitai

coderabbitai Bot commented Sep 19, 2025

Copy link
Copy Markdown

Walkthrough

Adds 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

Cohort / File(s) Summary
Content entry: websites catalog
packages/content/data/websites/fragbin-llms-txt.mdx
New MDX file adding FragBin with front matter (name, description, website, llmsUrl, llmsFullUrl, category, publishedAt) and body content (H1 and description).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title "feat: add FragBin to llms.txt hub" concisely and accurately summarizes the primary change in this PR—adding FragBin to the llms.txt hub; it is specific, clear, and free of extraneous information.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch submit-fragbin-1758270256313

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.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between a9b5ed0 and fda89ea.

📒 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.

@thedaviddias thedaviddias merged commit 816d2b4 into main Sep 24, 2025
4 of 5 checks passed
@thedaviddias thedaviddias deleted the submit-fragbin-1758270256313 branch September 24, 2025 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant