<?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: jQueryScript</title>
    <description>The latest articles on DEV Community by jQueryScript (@jqueryscript).</description>
    <link>https://dev.to/jqueryscript</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2044435%2F1d02b5d3-1d9f-4d54-9e75-ac55372c2a3d.jpg</url>
      <title>DEV Community: jQueryScript</title>
      <link>https://dev.to/jqueryscript</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jqueryscript"/>
    <language>en</language>
    <item>
      <title>Yace: Tiny Extensible Code Editor for the Browser</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 30 Jul 2026 13:02:04 +0000</pubDate>
      <link>https://dev.to/jqueryscript/yace-tiny-extensible-code-editor-for-the-browser-22bo</link>
      <guid>https://dev.to/jqueryscript/yace-tiny-extensible-code-editor-for-the-browser-22bo</guid>
      <description>&lt;p&gt;Yace is a tiny (under 2KB) code editor that upgrades a plain textarea with syntax highlighting, undo/redo, bracket pairing, and custom rendering — all through a pipeline of plugins and highlighters.  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real &lt;code&gt;&amp;lt;textarea&amp;gt;&lt;/code&gt; underneath keeps native caret, IME, and accessibility.
&lt;/li&gt;
&lt;li&gt;Works with any framework: vanilla JS, React, Vue.
&lt;/li&gt;
&lt;li&gt;Tree-shakeable, zero dependencies.
&lt;/li&gt;
&lt;li&gt;Write your own plugin or highlighter in a handful of lines.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Perfect for documentation playgrounds, Markdown editors, AI prompt inputs, and any place where a full IDE would be overkill.  &lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/code-editor-yace/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/petersolopov/yace" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/code-editor-yace" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Status Indicator: An Animated Web Component for Workflow Steps</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 30 Jul 2026 12:36:24 +0000</pubDate>
      <link>https://dev.to/jqueryscript/status-indicator-an-animated-web-component-for-workflow-steps-4min</link>
      <guid>https://dev.to/jqueryscript/status-indicator-an-animated-web-component-for-workflow-steps-4min</guid>
      <description>&lt;p&gt;Drag across five workflow dots and watch the active one stretch into a labeled pill. status-indicator packages that interaction as a dependency-free Web Component.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click, touch, or scrub across status choices.&lt;/li&gt;
&lt;li&gt;Replace the default labels, colors, and icons.&lt;/li&gt;
&lt;li&gt;Navigate through radiogroup keyboard controls.&lt;/li&gt;
&lt;li&gt;Theme the control with CSS custom properties.&lt;/li&gt;
&lt;li&gt;Honor reduced-motion preferences automatically.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No framework and no build step.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/status-indicator-workflow-steps/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/zanwei/status-indicator-web-component" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/status-indicator-workflow-steps/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Lifeline: Scroll-Scrubbed Timeline Component for Next.js</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 30 Jul 2026 11:41:40 +0000</pubDate>
      <link>https://dev.to/jqueryscript/lifeline-scroll-scrubbed-timeline-component-for-nextjs-2bek</link>
      <guid>https://dev.to/jqueryscript/lifeline-scroll-scrubbed-timeline-component-for-nextjs-2bek</guid>
      <description>&lt;p&gt;Lifeline: a component registry that adds a story-driven timeline to Next.js and shadcn/ui projects.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Horizontal scroll scrubbing on desktop.&lt;/li&gt;
&lt;li&gt;Vertical timeline layout on mobile.&lt;/li&gt;
&lt;li&gt;Event text, links, portraits, logos, photos, and video.&lt;/li&gt;
&lt;li&gt;Draggable media cards with a lightbox.&lt;/li&gt;
&lt;li&gt;Full-page and embedded modes.&lt;/li&gt;
&lt;li&gt;Editable source installed through the shadcn CLI.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/next-js/lifeline-animated-timeline/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/evilrabbit/lifeline" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://lifeline-evil-rabbit.vercel.app/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>shadcn</category>
    </item>
    <item>
      <title>Nexvyn UI: Animated shadcn/ui Components with Spring Physics</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 30 Jul 2026 11:20:16 +0000</pubDate>
      <link>https://dev.to/jqueryscript/nexvyn-ui-animated-shadcnui-components-with-spring-physics-cpp</link>
      <guid>https://dev.to/jqueryscript/nexvyn-ui-animated-shadcnui-components-with-spring-physics-cpp</guid>
      <description>&lt;p&gt;Nexvyn UI: a shadcn/ui registry with 33 React components built around spring motion and tactile interaction.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Navigation, tabs, drawers, menus, and form controls&lt;/li&gt;
&lt;li&gt;Chat composer, media controls, and copy actions&lt;/li&gt;
&lt;li&gt;Animated orbs, audio visualizations, and device mockups&lt;/li&gt;
&lt;li&gt;Editable Tailwind and TypeScript source installed through the shadcn CLI&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/shadcn-ui/nexvyn-animated-ui/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/Nexvyn/nexvyn-ui" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://ui.nexvyn.dev/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>shadcn</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>Amber Console: Retro Terminal CSS Framework</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 29 Jul 2026 16:42:59 +0000</pubDate>
      <link>https://dev.to/jqueryscript/amber-console-retro-terminal-css-framework-n0n</link>
      <guid>https://dev.to/jqueryscript/amber-console-retro-terminal-css-framework-n0n</guid>
      <description>&lt;p&gt;Amber Console styles plain HTML into a glowing amber control panel, the kind of interface that used to run heavy machinery, and it does it from a single stylesheet with zero runtime dependencies.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One &lt;code&gt;&amp;lt;link&amp;gt;&lt;/code&gt; tag installs the whole component set: buttons, tabs, meters, dialogs, tables, and more.&lt;/li&gt;
&lt;li&gt;Two palettes, neon and amber, both computed to pass WCAG AA contrast.&lt;/li&gt;
&lt;li&gt;Optional 6.6KB JavaScript adds plasma bloom, CRT scanlines, and a phosphor afterglow effect that lets things decay instead of blinking off.&lt;/li&gt;
&lt;li&gt;State binds through ARIA attributes, so it drops into React, Vue, or a static HTML page the same way.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Worth a look for dashboards, status boards, or any project that wants to look like it is running machinery.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/amber-terminal-css-framework/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/DutchDiederik/AmberConsole" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/amber-terminal-css-framework" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>ChatGPT Model Selector: Draggable Web Component for AI Reasoning Tiers</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 15 Jul 2026 10:51:15 +0000</pubDate>
      <link>https://dev.to/jqueryscript/chatgpt-model-selector-draggable-web-component-for-ai-reasoning-tiers-3n9e</link>
      <guid>https://dev.to/jqueryscript/chatgpt-model-selector-draggable-web-component-for-ai-reasoning-tiers-3n9e</guid>
      <description>&lt;p&gt;ChatGPT Model Selector: a JavaScript library that renders a draggable, five-tier intelligence picker for AI chat interfaces. It ships as a zero-dependency Web Component alongside a matching SwiftUI package for iOS and macOS. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Five-stop drag, click, and keyboard slider with magnetic snapping&lt;/li&gt;
&lt;li&gt;Animated blue-to-violet color fill with a Canvas sparkle stream&lt;/li&gt;
&lt;li&gt;Confetti celebration when a user reaches the Ultra tier&lt;/li&gt;
&lt;li&gt;Full reduced-motion support and a standard change event&lt;/li&gt;
&lt;li&gt;No dependencies, no build step, works with a single script tag&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Useful for anyone building a model picker, settings panel, or AI composer UI that needs a fast-versus-smart tradeoff control.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/chatgpt-model-selector/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/zanwei/chatgpt-model-selector" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/chatgpt-model-selector/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Claude Model Selector: Animated Effort Level Picker</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 15 Jul 2026 10:20:14 +0000</pubDate>
      <link>https://dev.to/jqueryscript/claude-model-selector-animated-effort-level-picker-21ba</link>
      <guid>https://dev.to/jqueryscript/claude-model-selector-animated-effort-level-picker-21ba</guid>
      <description>&lt;p&gt;Claude Model Selector: a JavaScript library that renders a draggable six-level effort picker as a zero-dependency web component. &lt;/p&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Magnetic drag with spring physics snapping on release&lt;/li&gt;
&lt;li&gt;Full keyboard support with arrow keys, Home, and End&lt;/li&gt;
&lt;li&gt;An animated Canvas pixel field on its top tier&lt;/li&gt;
&lt;li&gt;Built-in &lt;code&gt;prefers-reduced-motion&lt;/code&gt; handling&lt;/li&gt;
&lt;li&gt;Theming through CSS custom properties, no Shadow DOM workarounds needed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Useful if you are building a settings panel, an AI tool configuration screen, or any interface that needs a smooth intensity or workload selector without pulling in a UI framework.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/claude-model-selector/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/zanwei/claude-model-selector" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/claude-model-selector" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>BeUI v2: Framer Motion Components for React and Next.js</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 15 Jul 2026 08:18:36 +0000</pubDate>
      <link>https://dev.to/jqueryscript/beui-v2-framer-motion-components-for-react-and-nextjs-o6h</link>
      <guid>https://dev.to/jqueryscript/beui-v2-framer-motion-components-for-react-and-nextjs-o6h</guid>
      <description>&lt;p&gt;beUI: an animated component collection for React and Next.js.&lt;/p&gt;

&lt;p&gt;• 31 components and 16 larger UI blocks.&lt;br&gt;
• shadcn registry installation.&lt;br&gt;
• Tailwind CSS and Motion-based interactions.&lt;br&gt;
• Editable local React and TypeScript source.&lt;br&gt;
• Components for forms, overlays, tables, loaders, navigation, file uploads, scheduling, and more.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/next-js/animated-components-blocks-beui/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/starc007/ui-components" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://beui.dev/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>colorContrast.js: WCAG Contrast Checker for the Web</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 15 Jul 2026 08:00:27 +0000</pubDate>
      <link>https://dev.to/jqueryscript/colorcontrastjs-wcag-contrast-checker-for-the-web-4ead</link>
      <guid>https://dev.to/jqueryscript/colorcontrastjs-wcag-contrast-checker-for-the-web-4ead</guid>
      <description>&lt;p&gt;colorContrast.js 2.0 turns the original background-brightness utility into a full JavaScript color contrast toolkit.&lt;/p&gt;

&lt;p&gt;It handles:&lt;/p&gt;

&lt;p&gt;• WCAG AA and AAA checks&lt;br&gt;
• Automatic foreground color selection&lt;br&gt;
• HEX, HSL, OKLCH, Lab, Display P3, and other CSS colors&lt;br&gt;
• Transparency compositing&lt;br&gt;
• Palette contrast matrices&lt;br&gt;
• Live DOM element analysis&lt;br&gt;
• TypeScript declarations&lt;br&gt;
• A separate legacy jQuery build&lt;/p&gt;

&lt;p&gt;Useful for theme editors, design systems, accessibility tools, and any UI with dynamic colors.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.jqueryscript.net/other/jQuery-Plugin-For-Determine-The-Brightness-Of-The-Background-Color-colourBrightness.html" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/jamiebrittain/colorContrast.js" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.jqueryscript.net/demo/jQuery-Plugin-For-Determine-The-Brightness-Of-The-Background-Color-colourBrightness" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Liquid Glass: Apple-Style Refraction for Any Element</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Mon, 13 Jul 2026 10:46:03 +0000</pubDate>
      <link>https://dev.to/jqueryscript/liquid-glass-apple-style-refraction-for-any-element-3deh</link>
      <guid>https://dev.to/jqueryscript/liquid-glass-apple-style-refraction-for-any-element-3deh</guid>
      <description>&lt;p&gt;liquid-glass: a JavaScript library that renders real SVG-based refraction on any DOM element, no dependencies required. &lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bends backdrop content at a panel's rim with a faint prism fringe in Chromium browsers.&lt;/li&gt;
&lt;li&gt;Falls back to a frosted blur automatically on Safari and Firefox.&lt;/li&gt;
&lt;li&gt;Keeps interior text and form inputs fully usable, since it works through backdrop-filter.&lt;/li&gt;
&lt;li&gt;Regenerates its displacement map automatically on resize.&lt;/li&gt;
&lt;li&gt;Ships as one file with a small refresh/destroy API for framework cleanup.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Useful for dashboards, modals, and nav bars that want an Apple-style liquid glass look without a WebGL dependency.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/liquid-glass-ios-refraction/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/deepika-builds/liquid-glass" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/liquid-glass-ios-refraction/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>ds.css: A Pure CSS Nintendo DS Lite UI Framework</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 02 Jul 2026 10:40:06 +0000</pubDate>
      <link>https://dev.to/jqueryscript/dscss-a-pure-css-nintendo-ds-lite-ui-framework-2ocd</link>
      <guid>https://dev.to/jqueryscript/dscss-a-pure-css-nintendo-ds-lite-ui-framework-2ocd</guid>
      <description>&lt;p&gt;ds.css: a CSS library that recreates the Nintendo DS Lite firmware interface for your web projects. &lt;/p&gt;

&lt;p&gt;Key features include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;16 themed colors with lighter shade variants built in&lt;/li&gt;
&lt;li&gt;Colored buttons, inputs, radio groups, and progress bars&lt;/li&gt;
&lt;li&gt;A Pictochat-style messaging panel with a highlight class&lt;/li&gt;
&lt;li&gt;An alert component with an optional loading animation&lt;/li&gt;
&lt;li&gt;Zero JavaScript, install via npm or copy the CSS folder directly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good pick if you're building a retro portfolio, a nostalgia landing page, or just want a handheld console look without hand-coding every gradient.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/nintendo-ds-lite-ui-framework/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/spiritov/ds.css" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://css.ds.dreamyard.xyz/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Startercn: Build a Custom shadcn/ui Registry with Next.js</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Fri, 26 Jun 2026 02:15:35 +0000</pubDate>
      <link>https://dev.to/jqueryscript/startercn-build-a-custom-shadcnui-registry-with-nextjs-a6b</link>
      <guid>https://dev.to/jqueryscript/startercn-build-a-custom-shadcnui-registry-with-nextjs-a6b</guid>
      <description>&lt;p&gt;Startercn: a Next.js starter kit for publishing your own shadcn/ui component registry.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Write and own local TypeScript component source.&lt;/li&gt;
&lt;li&gt;Generate installable registry JSON files.&lt;/li&gt;
&lt;li&gt;Publish docs and component endpoints from one project.&lt;/li&gt;
&lt;li&gt;Let users install components through the shadcn CLI.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/shadcn-ui/custom-registry-startercn/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/shadcn-labs/startercn" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>shadcn</category>
    </item>
  </channel>
</rss>
