lulzx is a personal software engineering site and public digital garden. It does not expose a transactional product API. Its developer surface is the content itself: stable public URLs, a source repository, an XML sitemap, agent instructions, and Markdown representations negotiated from the same page URLs.
Machine-readable entry points
- /llms.txt describes when an agent should use the site and points to the most useful collections.
- /sitemap.xml lists indexable pages and last modification dates.
- Send
Accept: text/markdownto a content URL to request Markdown. Responses vary onAccept; unsupported media types receive HTTP 406. - github.com/Lulzx/lulzx.github.io contains the source and revision history for this site.
Content routes
Long notes use /learn/<id>. Connected vocabulary entries use /words/<id>. The main collections are /learn, /words, and /projects. A missing route returns a genuine HTTP 404 with recovery links instead of an application shell pretending that the resource exists.
Integration boundary
There is currently no public OpenAPI document, authentication flow, webhook contract, SDK, or MCP server for lulzx.com because the site does not provide write operations or authenticated services. Agents should read or cite the public content, follow project links to their own repositories, and use the contact page when a human decision is required. Do not infer an API from the site's client-side requests.
curl -H "Accept: text/markdown" https://lulzx.com/about