AENET.cloud PUBLIC GATEWAY
K.PUBLIC.GATEWAY
system-detail K.PUBLIC.SYSTEM

aenet-cloud-public

AENET Cloud Public

The public-facing entrance and observation layer for the AENET ecosystem. It publishes sanitized snapshots, static pages, a public API and an anonymous traffic channel — nothing more.

Status: preview Last updated: 2026-08-16

System ID

aenet-cloud-public

Status

preview

Architecture layers

  • L0 Visitor
  • L1 Edge
  • L2 Public Application
  • L3 Public Data
  • L4 Public Service
  • L5 Private Boundary
  • L6 AENET Core

Inputs

  • Sanitized snapshots exported by the AENET Core (site, status, architecture, articles, roadmap)
  • Curated content in content/ (articles, research, development log, roadmap)
  • Anonymous traffic events from visitors

Outputs

  • Crawlable static HTML and JSON public-data
  • Read-only API responses
  • Public time and status
  • Aggregated anonymous traffic summary
  • Early access registration records (D1 only, never published)

Public interfaces

  • GET /api/v1/status
  • GET /api/v1/time
  • GET /api/v1/architecture
  • GET /api/v1/development-queue
  • GET /api/v1/roadmap
  • GET /api/v1/early-access/register
  • POST /api/public/traffic (disabled by default)

Security boundary

One-way only. Public side can never reach the AENET Core. No accounts, no terminal, no file bridge, no agent or model surface. Secrets, private memory, internal logs and user data are forbidden by contract and by tests.

Data direction

Core-to-public one-way (export sanitized snapshot); public-to-core never. Early Access writes only to D1, never to the core.

What

Give the public a read-only window into the AENET build while keeping the AENET Core completely unreachable.

Why

The AENET ecosystem needs a public presence that can never become an attack surface, a control channel or a privacy leak. AENET Cloud Public solves this with a one-way, snapshot-only, read-only boundary.

How

Core-to-public one-way (export sanitized snapshot); public-to-core never. Early Access writes only to D1, never to the core.

  • Serve static public pages (home, architecture, system map, research, development, status, roadmap, API, early access)
  • Publish sanitized public-data snapshots
  • Serve the read-only Public API v1
  • Accept anonymous traffic observation events
  • Host the Early Access waitlist (D1-backed)
  • Provide Public Time and Public Status services
  • Render one UI contract in web and Swift

Example

A visitor opens https://aenetcloud.com, reads the glossary and systems map, and calls GET /api/v1/time — every response is served from sanitized snapshots and nothing reaches the private core.

Inputs

  • Sanitized snapshots exported by the AENET Core (site, status, architecture, articles, roadmap)
  • Curated content in content/ (articles, research, development log, roadmap)
  • Anonymous traffic events from visitors

Outputs

  • Crawlable static HTML and JSON public-data
  • Read-only API responses
  • Public time and status
  • Aggregated anonymous traffic summary
  • Early access registration records (D1 only, never published)

Dependencies

public-snapshot-layerpublic-apipublic-timeearly-accessui-contract

Lifecycle

  • v0.1 static entrance
  • v0.2 multi-page shell
  • v0.3 motion + coordinate layout
  • v0.4 adaptive spatial + localization
  • v0.5 unified UI contract + visit memory
  • v0.6 public systems gateway
  • v0.7 search knowledge architecture

Use cases

  • A visitor learns what AENET is and what is being built
  • A developer reads the public API contract and endpoint documentation
  • A researcher reads public articles and the observation model
  • A visitor checks public status, time and the development queue
  • A person joins the Early Access waitlist

Limitations

  • Read-only by design: no accounts, no write channels to the core
  • Only sanitized snapshots — never live core state
  • Public Time quality is SERVER_UTC until an atomic source is verified
  • Traffic channel is disabled by default and is observation-only

Related research

  • The AENET Public Entrance — What this public entrance is, what the public may observe, and where the one-way boundary sits.
  • The Public Observation Model — Why the public side is an observation layer, and how anonymous traffic becomes a sanitized signal without becoming a control surface.

Questions people ask

These questions are answered by the content on this page.

  • What is AENET?
  • What is AENET Cloud?
  • How does the AENET public gateway work?
  • What can the public observe about AENET?
  • How does the public boundary protect the AENET Core?

Evidence

Verified states only — nothing on this page is a prediction.

  • README.md
  • ARCHITECTURE.md
  • PUBLIC_BOUNDARY.md
  • public-data/site.json
  • public-data/system-topology.public.json
  • wrangler.jsonc

Next step