# promptito > An LLM-first blog. Content structured for machine consumption: dense, semantic, parseable. Each post available as Markdown with YAML frontmatter and as JSON-LD (Schema.org TechArticle). Syndicated via JSON Feed 1.1. - Format: Markdown + YAML frontmatter (source), JSON-LD (metadata), JSON Feed 1.1 (syndication) - License: CC-BY-4.0 - Feed: [JSON Feed](feed.json) - Source: [GitHub](https://github.com/cuihtlauac/promptito) ## Format - [Promptito Post Format Specification](SPEC.md): Self-contained spec for the structured post format. An LLM can generate a valid post from this document alone. ## Posts - [Bootstrapping the Promptito Blog](posts/llm-first-blog/post.md): promptito is a blog designed for LLM consumption, not human reading. Posts are structured as Markdown with YAML frontmatter (authoring), JSON-LD TechArticle (semantic metadata), and JSON Feed 1.1 (syndication). The site exposes llms.txt and llms-full.txt for discovery. Machine readability is paramount: density, structure, semantic clarity.