# Gaazeon's Blog

Gaazeon's Blog is a bilingual personal technical blog focused on practical software development, web frontend engineering, self-hosted services, automation tools, networking, and developer workflow notes.

## Main Links

- Home: <https://blog.gaazeon.com/>
- English home: <https://blog.gaazeon.com/en/>
- Chinese posts: <https://blog.gaazeon.com/posts/>
- English posts: <https://blog.gaazeon.com/en/posts/>
- Archives: <https://blog.gaazeon.com/archives/>
- Tags: <https://blog.gaazeon.com/tags/>
- Search: <https://blog.gaazeon.com/search/>
- About: <https://blog.gaazeon.com/about/>
- Contact: <https://blog.gaazeon.com/contact/>
- Privacy: <https://blog.gaazeon.com/privacy/>
- Pricing and access: <https://blog.gaazeon.com/pricing/>
- Agent and developer resources: <https://blog.gaazeon.com/docs/>
- Webhook alternatives: <https://blog.gaazeon.com/webhooks/>

## Feeds And Discovery

- Sitemap: <https://blog.gaazeon.com/sitemap-index.xml>
- Chinese RSS: <https://blog.gaazeon.com/rss.xml>
- English RSS: <https://blog.gaazeon.com/rss.en.xml>
- LLM overview: <https://blog.gaazeon.com/llms.txt>
- Full LLM context: <https://blog.gaazeon.com/llms-full.txt>
- Agent and developer resources: <https://blog.gaazeon.com/docs.md>
- Agent integration guide: <https://blog.gaazeon.com/agent-integration.md>
- Agent instructions: <https://blog.gaazeon.com/agents.md>
- Webhook alternatives: <https://blog.gaazeon.com/webhooks.md>
- A2A agent card: <https://blog.gaazeon.com/.well-known/agent-card.json>
- MCP server card: <https://blog.gaazeon.com/.well-known/mcp/server-card.json>
- OpenAI plugin manifest: <https://blog.gaazeon.com/.well-known/ai-plugin.json>
- Pricing and access model: <https://blog.gaazeon.com/pricing.md>
- OpenAPI description: <https://blog.gaazeon.com/openapi.json>
- API catalog: <https://blog.gaazeon.com/.well-known/api-catalog>
- JSON API error response body: <https://blog.gaazeon.com/api-error.json> (static template; any `/api/*` request returns this with HTTP 404)

## Access Model

The site is free to read and does not require authentication. There are no paid plans, OAuth flows, private APIs, purchase flows, or user-account resources.

Unsupported `/api/*` paths return JSON 404 responses with links to the canonical public discovery resources.

Webhooks, event callbacks, and mutation endpoints are not supported. Use RSS, sitemap files, and public JSON indexes for incremental updates.

## When To Use

Use this site for Gaazeon's original practical notes about web development, frontend tooling, self-hosted services, automation, networking, and developer operations. Do not treat it as a SaaS control plane, commerce endpoint, vendor-owned documentation site, or private data API.

## Content Topics

- Web frontend development.
- Self-hosted tools and personal infrastructure.
- Automation workflows.
- Networking and developer operations.
- Practical debugging and tool usage notes.
