
Lock down on-device assistants out of the box.
Route every prompt through Aegis at the OS level. Ship a kid-safe assistant on day one without retraining the underlying model.
POST /v1/aegis/filterAegis 2.0 sits in front of any model - OpenAI, Anthropic, Gemini, Llama, or your own fine-tune - filtering and rewriting outputs in real time so they're age-appropriate.
Every prompt and every model response passes through Aegis. Unsafe content is rewritten or blocked before it ever reaches your user, with a full audit trail.
Four years of refinement, now public. Aegis ships the fundamentals out of the box and the tooling for parents and KidTech builders to stay in control of how AI behaves.
Some topics should never be broached. Aegis detects, short-circuits and circumvents these before a probabilistic model ever gets a chance to fumble the nuance - deterministic blocks on the highest-risk categories, not left to model whim. Yes, it's sometimes boring. That's the point: dangerous outputs aren't a coin flip.
One drop-in SDK. Every job above runs automatically on every call - no extra integration work.
Six years of building consumer kid products, distilled into one drop-in SDK.
Tone, topic, and reading-level checks tuned to 5-7, 8-11, and 12-15 brackets - not a generic adult filter.
Aegis combines deterministic blocks, age-aware checks, and policy-tuned rewrites so risky content is caught before it reaches a child.
Audit logs, data residency, and parent consent flows built in. Ship to regulated markets on day one.
OpenAI, Anthropic, Gemini, Llama, Mistral, your own fine-tune. One SDK, any provider.
Soft-rewrite unsafe outputs into kid-friendly language instead of blunt refusals.
Parents and moderators are alerted in real time on potentially dangerous interactions, with the context they need to intervene fast.
One REST endpoint, one SDK install. All six jobs run automatically on every call - no retraining, no model swap, no glue code. Self-host or use our managed cloud. Works with OpenAI, Anthropic, Gemini, Llama or your own fine-tune.
// 1. Install
$ npm install @astrosafe/aegis
// 2. Wrap any model call
import { Aegis } from "@astrosafe/aegis";
const aegis = new Aegis({
apiKey: "sk_***",
ageBand: "8-11",
model: "gpt-5",
});
const reply = await aegis.chat({
prompt: "What's a black hole?",
});
// → safety + triage + age-tuned reply
// + audit log, in one round-trip.Teams that adopt Aegis get the whole supporting cast - apps, dashboards, reporting, and a launch team to back them up.
A production-ready parent dashboard - activity, time controls, approvals and transparency. Drop it in under your brand, your colours, your domain.
Pre-built kid apps for search, chat, video and learning - fully re-skinnable. Launch a full kid-safe product without rebuilding the front end.
White-label tools for your trust & safety team - queues, escalations, age-bracket policy controls, and live model overrides.
Out-of-the-box dashboards for safety incidents, intervention rates, engagement and parent-visible metrics - exportable to your BI stack.
We generate the policy, DPIA and model-card paperwork as you implement - so COPPA, GDPR-K and EU AI Act audits become a checkbox, not a project.
Our solutions engineers and child-safety experts sit alongside your team through integration, soft launch and scale - not just a Slack channel.
One API. Drop it in front of any model. Here's how kid-tech teams wire Aegis into the products they ship.
Built on years of shipping safe consumer products for families. Tell us what you're building and we'll send a free AI safety read-out within 48 hours.