
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@sylphx/silk
Advanced tools
Type-safe CSS-in-TypeScript without codegen. 45-65% smaller CSS in production with modern color functions (oklch, color-mix) and native nesting.
Type-safe CSS-in-TypeScript without codegen. 88.5% smaller CSS than Panda CSS with modern color functions (OKLCH, color-mix) and native CSS nesting.
npm install @sylphx/silk
# or
bun add @sylphx/silk
import { defineConfig, createStyleSystem } from '@sylphx/silk'
const config = defineConfig({
colors: {
brand: { 500: '#3b82f6' }
},
spacing: { 4: '1rem' }
})
const { css } = createStyleSystem(config)
const button = css({
bg: 'brand.500', // ✨ Fully typed
px: 4,
_hover: { opacity: 0.8 }
})
Silk follows a pure build-time approach:
css() for hot reload and debuggingcss() to static strings at build-timeThe default css() function throws an error if not transformed by the build plugin, ensuring zero runtime overhead.
Full documentation: GitHub Repository
MIT © SylphX Ltd
FAQs
Type-safe CSS-in-TypeScript without codegen. 45-65% smaller CSS in production with modern color functions (oklch, color-mix) and native nesting.
We found that @sylphx/silk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.