"Reality-Aware Infrastructure. Engineering as Art."
The web has been colonized by the generic. VENA Visual Engine (VVE) is a rebellion. It is not another CSS framework for "friendly" apps. It is a Sovereign Infrastructure for building digital interfaces that reflect precision, authority, and longevity.
Starting from v0.3.0, VVE evolves from a static preset to a Reality-Aware Engine that understands the observer's environment and the developer's intention.
- Holistic Responsiveness: We don't just look at width. We look at Intention and Altitude. Components shrink and expand based on the total available surface area (Width + Height).
- The Reality Categories (VRC): The engine differentiates between App, Content, and Landing realities, injecting specific mathematical formulas for typography and spacing in each.
- Layout Sovereignty: VVE provides the DNA (The Skin), but the Page owns the Skeleton. Structural positioning (Flex, Grid, Height) remains local to ensure perfect compiler visibility and flexibility.
- Precision over Organic: We reject the "round-everything" culture. Surfaces should feel like precision-cut steel, calibrated for professional hardware.
npm install @dammgo/vena-visual-engine@alpha unocssVVE is designed to be consumed as a UnoCSS Preset.
// uno.config.ts
import { defineConfig } from 'unocss'
import { presetVena } from '@dammgo/vena-visual-engine'
export default defineConfig({
presets: [
presetVena({
protocol: 'erpbsg' // Options: 'erpbsg' | 'dammgo' | 'vena' | 'kode-reboot'
}),
],
content: {
pipeline: {
include: [
'src/**/*.{js,ts,jsx,tsx}',
'node_modules/@dammgo/vena-visual-engine/dist/**/*.js', // Required for Shortcut resolution
],
},
},
})To use the elastic units of VVE, wrap your container with a Reality Class:
.vve-reality-app: Prioritizes height. Ideal for Logins/Dashboards. Everything fits in 600px altitude..vve-reality-content: Prioritizes width and readability. Ideal for Documentation/Blogs..vve-reality-landing: Prioritizes monumental impact. Ideal for Marketing.
Detailed guides for our sovereign syntax:
- Architecture Blueprint: The multi-protocol factory and the Elastic Root.
- Reality Manual: How to implement intentions and use VENA Units.
- Technical Specification: The mathematical formulas behind VRC.
- Protocol Handbook: Registering and building new brand identities.
- Changelog: Tracking the visual revolution.
dammgo labs - Engineering Reality. © 2026. Distributed under the MIT License.