v0.9.0
Aspicio moves into its permanent home: every hosted surface now lives on branded frontsail.app domains, served from Vercel, with the DNS zone staying right where it was. No package API changes — if you consume @aspicio/* from npm, this release is a version-number ride-along.
New addresses
- Demo — https://aspicio.frontsail.app (privacy, terms, and
llms.txtincluded) - Hosted MCP —
https://aspicio-api.frontsail.app/mcp(#89) — the MCP registry listing now points here, published automatically by the tag-driven OIDC workflow's first live run - HTTP API —
https://aspicio-api.frontsail.app·/openapi.jsonnow advertises whichever origin served it (#88), so the doc stays truthful on every domain - The old workers.dev endpoints continue to serve during the transition — nothing breaks today.
Under the hood
- The API runs as a Vercel Node function built from the same platform-free handler as the Worker — native resvg instead of WASM, one prebuilt self-contained bundle, deployed from CI with post-deploy smoke tests (#88, #90)
- Rate limiting on the new host is enforced by a platform WAF rule; AGT-4/AGT-5 amended accordingly
- Directory-submission groundwork: explicit
destructiveHinton every tool, 256/48 px icons, and a generatedchatgpt-app-submission.json(#83)
Install
- Any framework or none:
npm i @aspicio/elements three - React:
npm i @aspicio/react react three· Vue:npm i @aspicio/vue vue three· Svelte:npm i @aspicio/svelte svelte three - Remote MCP (no install):
https://aspicio-api.frontsail.app/mcp· Local stdio:npx -y @aspicio/mcp - npm:
@aspicio/core·@aspicio/elements·@aspicio/react·@aspicio/vue·@aspicio/svelte·@aspicio/mcp— all 0.9.0
🤖 Generated with Claude Code