---
aimd: "1.0"
mako: "1.0"
type: "article"
entity: "AIFeed Showcase — penerbit yang menandatangani izinnya"
updated: "2026-09-16"
tokens: 610
language: "id"
canonical: "https://demo.aifeed.md/id"
summary: "Origin demo lengkap: manifest bertanda tangan, markdown dual-stack, indeks delta, dan revokasi."
alternates:
  - url: "https://demo.aifeed.md/"
    lang: "en"
  - url: "https://demo.aifeed.md/id/"
    lang: "id"
media:
  cover:
    url: "https://aifeed.md/og-image.png"
    alt: "AIFeed Showcase — penerbit yang menandatangani izinnya"
aifeed:
  assets:
    - url: "/assets/hero-home.svg"
      type: "image"
    - url: "https://strict.aifeed.md"
      type: "document"
      title: "strict.aifeed.md"
      alt: "strict.aifeed.md"
    - url: "https://revoked.aifeed.md"
      type: "document"
      title: "revoked.aifeed.md"
      alt: "revoked.aifeed.md"
    - url: "https://news.aifeed.md"
      type: "document"
      title: "Newsroom Triage metadata and EN/ID alternates."
      alt: "Newsroom Triage metadata and EN/ID alternates."
    - url: "https://shop.aifeed.md"
      type: "document"
      title: "Storefront Catalog, media assets, commercial-use denial."
      alt: "Storefront Catalog, media assets, commercial-use denial."
    - url: "https://gov.aifeed.md"
      type: "document"
      title: "Public portal Open reproduction, optional attribution."
      alt: "Public portal Open reproduction, optional attribution."
    - url: "https://verify.aifeed.md"
      type: "document"
      title: "Verifier Check any origin in your browser."
      alt: "Verifier Check any origin in your browser."
---

Halaman ini belum diterjemahkan; teks asli bahasa Inggris ditampilkan di bawah.

**68.83%** fewer bytes vs HTML

**95.73%** saved by delta fetching

**0.70 ms** signature verification per page

**75** conformance vectors

![](/assets/hero-home.svg)

Every page on this origin is served twice: HTML for people, signed markdown for agents.

demo.aifeed.md · live demonstration

# This site practices what AIFeed preaches

Every page is published twice: polished HTML for readers, and signed, agent-ready markdown
for machines. Permissions are Ed25519-signed, pinned to the domain through DNS, and revocable.

[Verify this site in the browser](https://verify.aifeed.md/?url=https%3A%2F%2Fdemo.aifeed.md)
[Run it from the CLI](/docs/)

Ed25519 + JCS DNS anchor `_aifeed` Multi-signature revocation Zero dependencies

## What this origin declares

| Use | | Decision | | Why |

| search, retrieval, input | | allow | | Fetching and grounding is welcome. |

| quote, summarize | | allow | | Attribution is required. |

| training | | deny | | Model training is not permitted. |

| modify, embed, commercial_use | | deny | | Derivative and resale uses are not. |

## Built for agents that check before they fetch

### Signed manifest

A single `/.well-known/ai.json` with per-use permissions, limits, and a revocation pointer.

### Dual-stack content

The same bytes under `text/aifeed+markdown` and `text/mako+markdown`, separate signature contexts.

### Delta index

Per-page digests and triage fields so agents skip what did not change.

### Revocation

Status documents signed by two governance keys; bounded staleness rules.

## Endpoints robots should read first

| Path | | Method | | Expected | | Content type |

| `/.well-known/ai.json` | | GET | | 200 | | application/json |

| `/.well-known/ai-signature.json` | | GET | | 200 | | application/json |

| `/.well-known/aifeed-index.json` | | GET | | 200 | | application/json |

| any page with `Accept: text/aifeed+markdown` | | GET | | 200 | | text/aifeed+markdown |

| `/llms.txt` | | GET | | 200 | | text/plain |

## Fetch it in one command

```
node examples/agent/compliant-agent.js https://demo.aifeed.md --use retrieval --fetch
```

The agent discovers the manifest, verifies the chain, checks permissions, and only then reads signed content.

**See refusal and revocation in action** [strict.aifeed.md](https://strict.aifeed.md) enforces a search-only policy with live 403/429 responses. [revoked.aifeed.md](https://revoked.aifeed.md) demonstrates a suspended registry entry.

## The other demo origins

[### Newsroom Triage metadata and EN/ID alternates.](https://news.aifeed.md)
[### Storefront Catalog, media assets, commercial-use denial.](https://shop.aifeed.md)
[### Public portal Open reproduction, optional attribution.](https://gov.aifeed.md)
[### Verifier Check any origin in your browser.](https://verify.aifeed.md)
## Media & Unduhan

- [/assets/hero-home.svg](/assets/hero-home.svg) — image
- [strict.aifeed.md](https://strict.aifeed.md) — document
- [revoked.aifeed.md](https://revoked.aifeed.md) — document
- [Newsroom Triage metadata and EN/ID alternates.](https://news.aifeed.md) — document
- [Storefront Catalog, media assets, commercial-use denial.](https://shop.aifeed.md) — document
- [Public portal Open reproduction, optional attribution.](https://gov.aifeed.md) — document
- [Verifier Check any origin in your browser.](https://verify.aifeed.md) — document

