Why this demo post exists
This article validates the static blog pipeline: Markdown source, build-time HTML generation, slug URLs, and syntax-highlighted code blocks.
Example integration
import { createHexælClient } from '@hexael/sdk'
const client = createHexælClient({
apiKey: process.env.HEXAEL_API_KEY,
region: 'us-central1',
})
const result = await client.models.run({
model: 'gpt-4.1-enterprise',
prompt: 'Summarize quarterly revenue trends',
})What to try on the blog index
- Filter by Product Updates tab
- Search for "demo" or "enterprise"
- Switch light and dark themes — cards and typography should remain readable

Next steps
Replace this demo content with product announcements when you are ready to publish externally.