frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How classic anime'Ghost in the Shell'predicted cybersecurity future 30 years ago

https://techcrunch.com/2025/11/19/how-the-classic-anime-ghost-in-the-shell-predicted-the-future-o...
1•bookofjoe•1m ago•0 comments

Call Center AirAsia Kendari

1•FreeTheMasons•1m ago•0 comments

Management Pseudo-Science

https://laser-coder.net/articles/management-pseudo-science/index.html
1•lasercoder•3m ago•0 comments

Call Center AirAsia Denpasar

1•FreeTheMasons•3m ago•0 comments

Steam Machine will be a PC – not a console

https://www.wired.com/story/valve-says-steam-machine-isnt-a-console-but-it-is/
1•Irtaza1•3m ago•0 comments

Social Comparison Bias

https://en.wikipedia.org/wiki/Social_comparison_bias
1•RickJWagner•9m ago•0 comments

Is Apple Intelligence Smart? We Tested Every Feature

https://www.steaktek.com/tech/is-apple-intelligence-actually-smart-we-tested-every-feature/
2•genuser•10m ago•1 comments

Show HN: Styleframe – Type-Safe, Composable CSS in TypeScript

https://www.styleframe.dev
2•alexgrozav•11m ago•0 comments

Built emdashkill to fix AI copy

https://emdashkill.com/
1•jbbryant•13m ago•0 comments

Show HN: Pro Color Harmonies – A library for color harmonies

https://meodai.github.io/pro-color-harmonies/
1•meodai•13m ago•0 comments

Event Sourcing Done Right: A Practical Best Practices Guide

https://www.eventsourcing.dev/best-practices
1•patriceckhart•14m ago•0 comments

Show HN: Another AI Chat Aplication

https://nexchat.akashdev.me/
2•akash100x•19m ago•0 comments

How to eat with others – Mike Monteiro

https://buttondown.com/monteiro/archive/how-to-eat-with-others/
2•thecosas•21m ago•0 comments

Finding it hard to get users to discover new features

1•Praisethegreat•21m ago•0 comments

Using LLMs for Late Multimodal Sensor Fusion for Activity Recognition

https://machinelearning.apple.com/research/multimodal-sensor-fusion
1•jonbaer•22m ago•0 comments

Computer Science – A Guide for the Perplexed • Joe Armstrong [video]

https://www.youtube.com/watch?v=rmueBVrLKcY
1•kerim-ca•23m ago•0 comments

New Apple Study Shows LLMs Can Tell What You're Doing from Audio and Motion Data

https://9to5mac.com/2025/11/21/apple-research-llm-study-audio-motion-activity/
2•andrewrn•23m ago•2 comments

FonkETH: Peer-to-Peer Protocol-Agnostic Mining Pool Layer

https://github.com/Arvmor/fonketh
1•Arvmor•23m ago•1 comments

The Full Text of the Wyoming Granite Act: The Pro-Free Speech Death Star

https://prestonbyrne.com/2025/11/19/the-full-text-of-the-wyoming-granite-act/
1•pjbyrne•23m ago•0 comments

Dell Intel Core Ultra 5 Slim Desktop Hits Its Lowest Price Ahead of Black Friday

https://kotaku.com/prime-members-can-snag-the-dell-slim-desktop-ecs1250-for-580-but-the-deal-ends...
1•PaulHoule•25m ago•1 comments

We built a world‑class reranker for RAG

https://fin.ai/research/how-we-built-a-world-class-reranker-for-fin/
2•mathcircler•26m ago•1 comments

Failure Is Required

https://theaiunderwriter.substack.com/p/failure-is-required
2•participant26•27m ago•0 comments

Use Git push –force-with-lease (2017)

https://brunoluiz.net/blog/2017/jun/are-you-using-git-push-force-oh-mate-you-are-doing-it-wrong/
3•gm678•27m ago•0 comments

After 6 years of promises and no shipping silicon, Tachyum revises CPU specs

https://www.tomshardware.com/pc-components/cpus/after-six-years-of-promises-and-no-shipping-silic...
2•pinewurst•27m ago•0 comments

AI Is the New Blockchain

https://defragzone.substack.com/p/ai-is-the-new-blockchain
2•frag•28m ago•0 comments

Final experimental result for the muon still challenges theorists

https://phys.org/news/2025-11-experimental-result-muon-theorists.html
2•Brajeshwar•28m ago•0 comments

4B equations calculated for F1 team during race weekend

https://www.popsci.com/technology/oracle-red-bull-f1-team-data/
2•Brajeshwar•28m ago•0 comments

Matrix Core Programming on AMD CDNA3 and CDNA4 Architecture

https://rocm.blogs.amd.com/software-tools-optimization/matrix-cores-cdna/README.html
1•salykova•28m ago•0 comments

A closer look at Python Workflows, now in beta

https://blog.cloudflare.com/python-workflows/
1•gm678•29m ago•0 comments

The São Paulo Interpretation of Immersive Sims

https://azhdarchid.com/the-sao-paulo-interpretation-of-immersive-sims/
1•gm678•33m ago•0 comments
Open in hackernews

Show HN: Styleframe – Type-Safe, Composable CSS in TypeScript

https://www.styleframe.dev
2•alexgrozav•11m ago
Hi HN, Over the past 10+ years I’ve been building design systems at various companies, tooling, and UI libraries, including an open-source UI library called Inkline. Through that work I kept running into the same recurring issues: CSS styles breaking due to typos or wrong values, design tokens getting duplicated or drifting, themes becoming unmanageable, and tooling that didn't scale in TypeScript-heavy front-end stacks.

I built Styleframe to address these problems. It’s a TypeScript-native way to build type-safe, composable, and scalable design systems.

Key features:

- Type-safe CSS: Write selectors, variables, utilities, themes and tokens in TS and have compile-time checking (no silent runtime CSS bugs).

- Composable design systems: Build tokens, themes, selectors and utilities as reusable pieces, combine modules cleanly, share across projects.

- Rich design tokens and theming: Variables for color, spacing, typography, breakpoints, border-radius and shadows; theme overrides for light/dark/brand variants; output optimized CSS.

- Framework-agnostic usage: Works with React, Vue, Svelte, Solid, Astro, any bundler.

In large teams or systems, styling becomes a fragile surface area: styles leak, tokens diverge, themes multiply, build complexity increases, and developer experience suffers. By writing styling in a typed API, Styleframe aims to make CSS first-class and manageable in modern TS-driven design systems.

What I’m looking for

I’d appreciate feedback from the HN community — especially if you:

- Are maintaining or have built design systems in TypeScript-heavy stacks

- Have experienced pain with CSS scalability, theming or token drift

- Are interested in typed styling APIs or trying out Styleframe in your stack

Happy to answer questions, walk through how the core engine works, or compare to existing solutions. Thanks for reading — looking forward to your thoughts.

— Alex