惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
IT之家
IT之家
V
Visual Studio Blog
The Cloudflare Blog
博客园 - 司徒正美
Jina AI
Jina AI
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
S
SegmentFault 最新的问题
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
博客园 - Franky
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
slicard — A slick, configurable CSS card. One div, zero JS.
ufoym · 2026-06-24 · via Hacker News: Show HN

A configurable card with a bright animated edge and a soft outer bloom. Pure CSS, zero JavaScript. No frameworks. No build step.

card · 01

Edge of light

380 × 250r 38

radius · 38px

glow · 0.6

edge · 6s

scroll

01

Corners that breathe.

Four independent radii — top-left, top-right, bottom-right, bottom-left. Pull a corner handle on the playground to set one, or toggle Link corners to move them in lockstep. Inner content padding grows with the radius, so type never collides with the curve.

02

Tuned to a hue.

Six preset palettes — Azure, Terracotta, Ember, Violet, Teal, Moss — or any custom color via the picker. A single hue drives the fill, the edge, and the bloom together, so every part of the card stays in the same key. Brightness lightens or darkens the body; the gradient angle sets where the light appears to come from.

03

An edge that rotates.

A conic gradient masked to a 1.6 px ring creates a bright arc that sweeps the border forever. Tune the period from a lazy 14 s to a frenetic 2.5 s, or kill the animation entirely and keep the static top-center highlight.

04

A soft outer bloom.

A second shadow layer spreads the hue into the surrounding dark — the card doesn't sit on the page, it glows into it. Dial Outer glow from a faint 0 halo to a full 1.0 bloom that bleeds far past the border.

05

Copy. Paste. Done.

The export reads your live configuration and emits a single block of standalone CSS — one .slicard class, no dependencies, no custom-property runtime. Drop it in any project.

i

One element. A single <div class="slicard"> is all the markup you need.

ii

Zero runtime. All values are inlined — no CSS custom-property cascade to maintain.

iii

Reduced-motion safe. The animation pauses for users who prefer less motion.

iv

Editable later. The output is readable, hand-formatted CSS — not minified soup.

slicard.css · excerpt

/* HTML: <div class="slicard"></div> */
.slicard {
  position: relative; width: 380px; height: 250px;
  border-radius: 34px;
  background:
    radial-gradient(120% 80% at 50% -10%, hsl(206 70% 88% / .12), transparent 55%),
    linear-gradient(158deg, hsl(206 56% 47%), hsl(206 48% 19%));
  box-shadow: 0 0 38px hsl(206 82% 56% / .25), …;
}

try it now

The playground.

Drag edges to resize · drag corners to set radii · drag inside to move. Tweak color and animation in the deck, then copy the CSS.

Link corners

380 250 34

#3A86C0

slicard

380 × 250r 34

Live CSS · Zero-dependency standalone