
Animoria
Your project's animated assets, surfaced. Animoria detects Lottie, Rive and raster sequences and lets you inspect, preview and locate them without opening files one by one.
EXPLORE
SXNNYSIDE PROJECT / EXTENSION HUB
Extensions, languages and libraries created by Sxnnyside Project. Each one built because the environment itself needed to change.
THE EXTENSION ECOSYSTEM
Three territories. Six instruments.
Instruments that extend the editor itself. Tools that make the invisible visible.
SIX EXTENSIONS
Each one answers a specific question the environment left unanswered.

Your project's animated assets, surfaced. Animoria detects Lottie, Rive and raster sequences and lets you inspect, preview and locate them without opening files one by one.
EXPLORE
Code review built on repository context and persistent evidence — not on a conversation. Findings survive across sessions. Analysis is deterministic.
EXPLORE
"Define a sequence where each element
is the sum of the two preceding ones."
fn fibonacci(n: u32) → u32 {
if n ≤ 1 return n
fibonacci(n − 1) + fibonacci(n − 2)
}A language where poetic prose becomes executable structure. Natural language rhythm, compiled logic.
EXPLORE
A language constructed entirely from symbolic grammar. Deliberate opacity is not a bug. It is the point.
EXPLORE
SwiftUI without the repetition. SxnnyErgo provides view modifiers, layouts and utilities that feel native because they follow the same rules SwiftUI already established.
EXPLORE
An iconography system where inclusion requires justification. Each symbol earns its place.
EXPLORE01 — ERGONOMY
NATIVE FLOW
Tools should feel native to the environment they inhabit. Ergonomics before abstraction.
02 — CLARITY
DIRECT SIGNAL
Interfaces and symbols must communicate distinct purpose. Friction is a design failure.
03 — CHARACTER
DISTINCT IDENTITY
Software must earn its space. Conformity to generic standards is not a virtue.
04 — EXPERIMENTATION
EXPLORATORY BOUNDARIES
The ecosystem exists to explore what syntax, interface and workflow could still become.