Soon
Next from Axon
in-tagإنتاجIn development · in-tag.ps
);
}
function Hero() {
return (
Systems for ideas that outgrow templates.
We build intelligent software, automation layers, and local AI infrastructure — engineered for teams whose problems don't fit off-the-shelf tools.
In active development
);
}
/* ---- model-agnostic compatibility strip (real logos, tinted to ink) ---- */
const MODELS = (() => {
const I = 'https://api.iconify.design/logos/', S = 'https://cdn.simpleicons.org/';
return [
{ n: 'Claude', u: I + 'anthropic-icon.svg' },
{ n: 'OpenAI', u: I + 'openai-icon.svg' },
{ n: 'Gemini', u: S + 'googlegemini' },
{ n: 'DeepSeek', u: I + 'deepseek-icon.svg' },
{ n: 'Qwen', u: I + 'qwen-icon.svg' },
{ n: 'Llama', u: I + 'meta-icon.svg' },
{ n: 'Mistral', u: I + 'mistral-ai-icon.svg' },
{ n: 'Kimi K2', u: S + 'moonshotai' },
{ n: 'MiniMax', u: S + 'minimax' },
{ n: 'GLM', t: 'GLM' },
{ n: 'Grok', u: I + 'grok-icon.svg' },
{ n: 'Nemotron', u: S + 'nvidia' },
{ n: 'Gemma', t: 'G', serif: true },
{ n: 'Ollama', u: S + 'ollama', local: true },
{ n: 'Perplexity', u: I + 'perplexity-icon.svg' },
{ n: 'Copilot', u: I + 'github-copilot.svg' },
];
})();
function CompatStrip() {
return (
We design our systems to stay compatible with most AI models — even the ones you run locally.
{MODELS.map(m => (
{m.u
?
: {m.t}}
{m.local ? 'Local' : m.n}
))}
);
}
function Capabilities() {
const reveal = useReveal();
const SERVICES = [
{ num: '01', title: 'AI automation & workflow design', desc: 'Intelligent automation that eliminates repetitive work — connecting teams through AI-driven workflows.' },
{ num: '02', title: 'Software development', desc: 'Full-stack engineering from prototype to production: web apps, APIs, and internal tools with clean architecture.' },
{ num: '03', title: 'Scientific research tools', desc: 'Specialized platforms for researchers — AI-assisted writing, reference verification, and citation checking.' },
{ num: '04', title: 'Local AI infrastructure', desc: 'On-premise AI for organizations that need data sovereignty. We supply the hardware and build the infrastructure.' },
{ num: '05', title: 'Technical consulting', desc: 'Strategic guidance on architecture, stack selection, and AI adoption — helping teams move faster.' },
{ num: '06', title: 'Project execution & delivery', desc: 'End-to-end delivery: from scoping to launch, we own execution so you focus on the outcome.' },
];
return (
Capabilities
Six layers, one system.
Not a service menu — a stack. Each layer is built to connect to the next, from automation at the surface down to the infrastructure it runs on.