<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sebastian Vogel</title>
    <description>The latest articles on DEV Community by Sebastian Vogel (@skylitedesign).</description>
    <link>https://dev.to/skylitedesign</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3718038%2F0be146db-9a5e-44df-843e-810537d43336.png</url>
      <title>DEV Community: Sebastian Vogel</title>
      <link>https://dev.to/skylitedesign</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/skylitedesign"/>
    <language>en</language>
    <item>
      <title>VelinStyle 0.8.0 — Modern CSS, Web Components &amp; Motion Without a Build Step</title>
      <dc:creator>Sebastian Vogel</dc:creator>
      <pubDate>Mon, 18 May 2026 10:43:50 +0000</pubDate>
      <link>https://dev.to/skylitedesign/velinstyle-080-modern-css-web-components-motion-without-a-build-step-4pej</link>
      <guid>https://dev.to/skylitedesign/velinstyle-080-modern-css-web-components-motion-without-a-build-step-4pej</guid>
      <description>&lt;p&gt;VelinStyle 0.8.0 is out — a release focused on motion, filter effects, chart animations, new Web Components, and major CLI upgrades.&lt;br&gt;
If you're into modern CSS, accessibility, or native Web Components, this update might be interesting for you.&lt;/p&gt;

&lt;p&gt;🚀 What is VelinStyle?&lt;br&gt;
VelinStyle is a CSS + Web Components framework built around:&lt;/p&gt;

&lt;p&gt;modern CSS (container queries, :has(), color‑mix(), P3 colors, view transitions)&lt;/p&gt;

&lt;p&gt;native Web Components (30+ components)&lt;/p&gt;

&lt;p&gt;WCAG 2.2 accessibility&lt;/p&gt;

&lt;p&gt;a built‑in security layer (Trusted Types, sanitizer, URL validation)&lt;br&gt;
a CLI for scaffolding, layout audits, icon management, and scanning&lt;br&gt;
zero build requirements — works with just  + &lt;/p&gt;

&lt;p&gt;✨ What’s new in 0.8.0?&lt;br&gt;
Motion Tokens&lt;br&gt;
New easing functions and durations:&lt;/p&gt;

&lt;p&gt;spring, elastic, expo-out, back-out, snappy&lt;/p&gt;

&lt;p&gt;slowest (800ms) and cinematic (1200ms)&lt;/p&gt;

&lt;p&gt;These are available as CSS tokens and utilities.&lt;/p&gt;

&lt;p&gt;Filter &amp;amp; Glass Utilities&lt;br&gt;
A new filter-effects.css utility pack:&lt;/p&gt;

&lt;p&gt;velin-saturate-*&lt;br&gt;
velin-hue-rotate-*&lt;br&gt;
velin-contrast-*&lt;br&gt;
velin-invert, velin-sepia&lt;br&gt;
velin-drop-shadow-*&lt;br&gt;
velin-glass and velin-glass-strong&lt;br&gt;
Chart Animation Utilities&lt;br&gt;
New keyframes + utilities for data‑driven UI:&lt;br&gt;
velin-stroke-draw&lt;br&gt;
velin-sparkline-glow&lt;br&gt;
velin-value-bump&lt;br&gt;
velin-live-pulse&lt;br&gt;
velin-count-fade&lt;/p&gt;

&lt;p&gt;New Web Components&lt;br&gt;
Three new components:&lt;/p&gt;

&lt;p&gt;html&lt;br&gt;
&lt;code&gt;&amp;lt;velin-sparkline values="1,4,3,6,8,5"&amp;gt;&amp;lt;/velin-sparkline&amp;gt;&lt;br&gt;
&amp;lt;velin-counter value="1280" format="currency"&amp;gt;&amp;lt;/velin-counter&amp;gt;&lt;br&gt;
&amp;lt;velin-live-dot&amp;gt;&amp;lt;/velin-live-dot&amp;gt;&lt;/code&gt;&lt;br&gt;
Sparkline: animated SVG mini‑charts with live updates&lt;/p&gt;

&lt;p&gt;Counter: rAF‑based number animation with Intl.NumberFormat&lt;/p&gt;

&lt;p&gt;Live‑Dot: realtime status indicator&lt;/p&gt;

&lt;p&gt;Motion Helpers&lt;br&gt;
Two new JS helpers:&lt;/p&gt;

&lt;p&gt;velin-reveal.js — scroll‑reveal with auto‑init&lt;br&gt;
velin-flip.js — FLIP‑based reordering + filtering animations&lt;/p&gt;

&lt;p&gt;CLI Upgrades&lt;br&gt;
The CLI now includes:&lt;/p&gt;

&lt;p&gt;velinstyle scaffold — blueprint‑based HTML generator&lt;br&gt;
velinstyle layout audit/suggest/fix — detects and fixes Flex/Grid issues&lt;/p&gt;

&lt;p&gt;Prefix‑map support for migration workflows&lt;/p&gt;

&lt;p&gt;📚 Documentation &amp;amp; Live Demos&lt;br&gt;
VelinStyle comes with full documentation and several real‑world demo pages:&lt;br&gt;
UI Kit&lt;br&gt;
SaaS Landing&lt;br&gt;
Dashboard&lt;br&gt;
Forum&lt;br&gt;
E‑Commerce&lt;br&gt;
Crypto Dashboard&lt;/p&gt;

&lt;p&gt;Interactive Web Components&lt;/p&gt;

&lt;p&gt;👉 Live docs &amp;amp; demos: &lt;a href="https://velinstyle.info" rel="noopener noreferrer"&gt;https://velinstyle.info&lt;/a&gt;&lt;br&gt;&lt;br&gt;
👉 GitHub repo: &lt;a href="https://github.com/SkyliteDesign/velinstyle" rel="noopener noreferrer"&gt;https://github.com/SkyliteDesign/velinstyle&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🧩 Example: Using a Web Component&lt;br&gt;
html&lt;br&gt;
&lt;code&gt;&amp;lt;script type="module" src="https://cdn.velinstyle.info/velinstyle-components.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;velin-dialog open&amp;gt;&lt;br&gt;
  &amp;lt;h2&amp;gt;Hello VelinStyle&amp;lt;/h2&amp;gt;&lt;br&gt;
  &amp;lt;p&amp;gt;Accessible Web Components with zero dependencies.&amp;lt;/p&amp;gt;&lt;br&gt;
&amp;lt;/velin-dialog&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;🧪 Example: Using Utilities&lt;br&gt;
html&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;div class="velin-p-4 velin-bg-primary velin-text-white velin-rounded-lg velin-shadow-md"&amp;gt;&lt;br&gt;
  Hello World&lt;br&gt;
&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;💬 Feedback welcome&lt;br&gt;
If you work with CSS, Web Components, or UI frameworks, I’d love to hear your thoughts — especially around:&lt;/p&gt;

&lt;p&gt;component API design&lt;br&gt;
motion utilities&lt;br&gt;
accessibility patterns&lt;br&gt;
CLI workflows&lt;/p&gt;

&lt;p&gt;Happy to answer questions or dive deeper into the internals.&lt;/p&gt;

</description>
      <category>a11y</category>
      <category>css</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Heute ist ein guter Tag,</title>
      <dc:creator>Sebastian Vogel</dc:creator>
      <pubDate>Mon, 19 Jan 2026 05:37:45 +0000</pubDate>
      <link>https://dev.to/skylitedesign/heute-ist-ein-guter-tag-59lh</link>
      <guid>https://dev.to/skylitedesign/heute-ist-ein-guter-tag-59lh</guid>
      <description>&lt;p&gt;um etwas Neues auszuprobieren. &lt;br&gt;
Ein guter Tag, um eine moderne, klare und leicht verständliche Sprache zu entdecken, die speziell für KI‑APIs entwickelt wurde.&lt;/p&gt;

&lt;p&gt;Velisch (VelinScript) ist schnell zu lernen, logisch aufgebaut und macht es unglaublich einfach, mit Embeddings, Flows und modernen API‑Strukturen zu arbeiten.&lt;/p&gt;

&lt;p&gt;Wenn du schon länger überlegst, etwas Neues zu testen – vielleicht ist heute genau der richtige Moment.&lt;br&gt;
🔹 Klarer Syntax&lt;br&gt;
🔹 Moderne Features&lt;br&gt;
🔹 AI‑Utilities direkt integriert&lt;br&gt;
🔹 Perfekt für API‑Workflows&lt;/p&gt;

&lt;p&gt;Warum nicht einfach heute anfangen und ein paar Zeilen Velisch schreiben.&lt;br&gt;
Manchmal reicht ein kleiner Schritt, um etwas Großes zu starten.&lt;/p&gt;

&lt;p&gt;Github: &lt;a href="https://github.com/SkyliteDesign/velinscript" rel="noopener noreferrer"&gt;https://github.com/SkyliteDesign/velinscript&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Velisch -&gt; Die Sprache für moderne KI-Entwicklung</title>
      <dc:creator>Sebastian Vogel</dc:creator>
      <pubDate>Sun, 18 Jan 2026 15:23:45 +0000</pubDate>
      <link>https://dev.to/skylitedesign/velisch-die-sprache-fur-moderne-ki-entwicklung-4lin</link>
      <guid>https://dev.to/skylitedesign/velisch-die-sprache-fur-moderne-ki-entwicklung-4lin</guid>
      <description>&lt;p&gt;VelinScript (&lt;em&gt;Velisch&lt;/em&gt;) 2.5 ist eine kompakte Programmiersprache, die speziell für moderne API‑ und KI‑Workflows entwickelt wurde. Ziel: einfache Syntax, schnelle Iteration, starke Toolchain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Neu in 2.5&lt;/strong&gt;&lt;br&gt;
Flow‑System für mehrstufige Abläufe&lt;br&gt;
Auto‑Docs &amp;amp; Auto‑Tests per Decorator&lt;br&gt;
Verbesserte REPL&lt;br&gt;
AI‑Utilities (Embeddings, Similarity, Pipelines)&lt;br&gt;
Installer für Windows, Linux, macOS&lt;/p&gt;

&lt;p&gt;Mini‑Beispiel&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;velin
@Flow
fn checkout(user, cart) {
    validate(user)
    reserve(cart)
    charge(user, cart)
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Links&lt;br&gt;
GitHub:&lt;a href="https://github.com/SkyliteDesign/velinscript" rel="noopener noreferrer"&gt;https://github.com/SkyliteDesign/velinscript&lt;/a&gt;&lt;br&gt;
Docs: &lt;a href="https://velinscript.birdapi.de/" rel="noopener noreferrer"&gt;https://velinscript.birdapi.de/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback ist willkommen.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>programming</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
