Hotel da Baixa
★ 4.8Lisbon · Old Town
Not just buttons and tokens. The Aitronos UI Kit is the same engine that renders every surface of Aitronos Chat — email, calendar, tickets, files — shipped to you as one private npm package.
@aitronos/vue
290+ Storybook stories
800+ commits · 9 contributors
Updated June 2026
Light & dark · fully tokenized
Inside Aitronos Chat, the assistant doesn't return plain text. It renders interactive surfaces — a composable email, a live calendar, an editable ticket. Each is a skin: a component plus its configuration contract. Every one is authored, versioned and shipped inside this UI Kit. Build on it and you inherit the exact same surfaces.
Product and partners build from the identical components. No fork, no drift, no re-implementation.
Each skin carries its own configuration contract — wire it once, it behaves the same everywhere.
Improve a skin and it lands across the whole Aitronos ecosystem on the next release.
Ask for hotels, things to buy, or places to go and the assistant returns a rendered, interactive grid — image, rating, price, and a live Book / Buy action. These are real skins in the kit, not screenshots.
Lisbon · Old Town
Lisbon · Alfama
Lisbon · Graça
Office · Seating
Audio · Headphones
Tech · E-reader
Outdoor · Bottle
★ 4.9 · 40 min from Lisbon
Day trip★ 4.7 · Food hall · Cais do Sodré
Reserve★ 4.8 · UNESCO site
TicketsEverything the skins are built from — and everything you get out of the box.
Most partners only need Tier 1. Access is granted individually — just reach out.
Use the kit in your product.
@aitronos/vue & @aitronos/tokensnpm install @aitronos/vue # with your @aitronos token
The package is private (restricted npm scope) — installs only with the access token from your request, never publicly.
Request Tier 1Shape the kit — and the product.
Aitronos-Development/ui-kitThe kit lives on a restricted npm scope. Nobody can install it without a token you issue. Three steps to access, then you're writing components in minutes.
Tell us your tier and what you're building. We confirm and create a read-only access token scoped to @aitronos/* — just for you.
A single token string, delivered securely. It only grants read access to the published packages — never write, never the source.
Aitronos → PartnerDrop the token in your project's .npmrc, install, and you're running the exact same components that power Aitronos Chat.
@aitronos:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
npm install @aitronos/vue @aitronos/tokens
import '@aitronos/vue/style.css'
import '@aitronos/vue/tokens.css'
<script setup>
import { Button, Badge } from '@aitronos/vue'
</script>
<template>
<Button hierarchy="primary">Ship it</Button>
<Badge color="success">Live</Badge>
</template>
That's the whole flow: get a token → install → import → use. Full guides & every component live in the kit's Storybook → Getting Started ↗. Lost your token or need a new one? Contact us — we can revoke and re-issue any time.
Tell us which tier you need and what you're building. Pick the closest option and we'll open a prefilled email — just hit send.
or email info@aitronos.com