TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why does the Flowbite Blazor website have a 'Docs for AI' button?

2 pointsby arnonejoeabout 2 months ago

3 comments

mubouabout 2 months ago
Looks like they&#x27;re trying to do this: <a href="https:&#x2F;&#x2F;llmstxt.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;llmstxt.org&#x2F;</a><p>I don&#x27;t see this catching on any more than humans.txt did, tbh. The spec has some issues anyway: requiring .txt even though it&#x27;s markdown, and requiring a particular URL structure for no good reason instead of leveraging &lt;link rel=&quot;alternate&quot;&gt;, which is already an existing web standard (i.e. there&#x27;s no need for this spec in the first place). Putting the file in the site root instead of .well-known doesn&#x27;t help, either; humans.txt did the same, but only because it was a play on robots.txt. It&#x27;s not 2011 anymore.
arnonejoeabout 2 months ago
When you click the button it returns a plain page of markdown. Has anyone seen this on other sites?
joegibbsabout 2 months ago
You can chuck it into Cursor as a .mdc file so it knows how to write code for it, I assume.