frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Deutsche Bahn [Germany's railways] saves millions with 3D-printed spare parts

https://www.heise.de/en/news/Deutsche-Bahn-saves-millions-with-3D-printed-spare-parts-11091693.html
1•mschuster91•2m ago•0 comments

Show HN: Give your AI coding agents the full context, ship production-ready code

https://artiforge.ai
1•riktar•4m ago•0 comments

Putting Spec Kit Through Its Paces: Idea or Reinvented Waterfall?

https://blog.scottlogic.com/2025/11/26/putting-spec-kit-through-its-paces-radical-idea-or-reinven...
1•ColinEberhardt•4m ago•0 comments

No AI December 2025

https://noaidecember.com/
1•sandruso•5m ago•0 comments

Transcription, Censorship and Sanitized Expression

https://building138.com/transcription-censorship
1•usernamed7•5m ago•0 comments

Don't Do Snake Oil Writing

https://ploum.net/2025-11-26-snake-oil-writing.html
1•ploum•8m ago•0 comments

Thinning Layers

https://writethat.blog/layers.html
1•psarna•10m ago•0 comments

All that is solid melts into code

https://www.robinsloan.com/lab/all-that-is-solid/
1•encyclopedism•12m ago•0 comments

Show HN: TheNext.CEO – Discover your CEO Archetype in 15 minutes

https://thenext.ceo
1•ajanthanmani•12m ago•1 comments

Statistical Process Control: A Practitioner's Guide (2022)

https://entropicthoughts.com/statistical-process-control-a-practitioners-guide
1•kqr•13m ago•0 comments

A CSI driver powered by rclone that makes mounting 50 cloud storage providers

https://github.com/veloxpack/csi-driver-rclone
1•paulgrammer•14m ago•1 comments

Show HN: Turn Your NAS into an AI Subtitle Machine (Open Source, Local)

https://subtitlesdog.com/en/nas-subtitler
1•mrqjr•14m ago•0 comments

Indie game developers have a new sales pitch: being 'AI free'

https://www.theverge.com/entertainment/827650/indie-developers-gen-ai-nexon-arc-raiders
1•01-_-•15m ago•0 comments

Why Use React?

https://adactio.com/journal/22265
1•AIBytes•19m ago•0 comments

Why the 1997 Residency Cap is bankrupting US Healthcare

https://taprootlogic.substack.com/p/the-1997-mistake-why-artificial-scarcity
2•kmundy•22m ago•0 comments

HP's AI revolution comes with layoffs

https://comuniq.xyz/post?t=560
2•01-_-•22m ago•0 comments

The HTTP Query Method

https://www.ietf.org/archive/id/draft-ietf-httpbis-safe-method-w-body-14.html
3•Ivoah•23m ago•0 comments

Teens launch High Court challenge to Australia's social media ban

https://www.bbc.com/news/articles/c9d9l7w1g8yo
1•geox•25m ago•0 comments

Go Proposal: Goroutine Metrics

https://antonz.org/accepted/goroutine-metrics/
3•todsacerdoti•29m ago•0 comments

Web 0.1 (2006)

https://thedailywtf.com/articles/web_0_0x2e_1
1•ColinWright•30m ago•0 comments

Elven Rope, Ultra-High Molecular Weight Polyethylene, and LLMs

https://vgel.me/posts/elven-rope-and-llms/
1•ibobev•30m ago•0 comments

IiSU – Front end for game emulation [video]

https://www.youtube.com/watch?v=bpTpCR1IUts
2•andrecarini•33m ago•0 comments

Tell HN: Happy Thanksgiving

2•tamaharbor•33m ago•1 comments

We built an AI-powered platform for investing in real SMBs (feedback welcome)

1•rivellium•33m ago•0 comments

EvilAI Operators Use AI-Generated Code and Fake Apps for Far-Reaching Attacks

https://www.trendmicro.com/en_us/research/25/i/evilai.html
1•LiamPowell•34m ago•1 comments

Everybody.codes: same vibe as Advent of Code, but in November

https://everybody.codes
1•xjm•37m ago•0 comments

Transit violence rising across Canada – in some cities, by nearly 300%

https://www.cbc.ca/news/canada/transit-crimes-canada-9.6991533
1•amichail•37m ago•0 comments

opensource.microsoft.com/thanks

https://opensource.microsoft.com/thanks/
2•lr0•38m ago•1 comments

The Printer-and-Cartridges Model: HP's Gillette Moment

https://subscriptocracy.com/blog/the-printer-and-cartridges-model-hps-gillette-moment/
2•javipas•38m ago•1 comments

Overhauling a 15-year-old Max patch for Oneohtrix Point Never [video]

https://youtu.be/eOrdwyW28uc
1•ngcazz•39m ago•0 comments
Open in hackernews

Show HN: Basecoat – All of the shadcn/ui magic, none of the React

https://basecoatui.com
11•hunvreus•6mo ago
In a nutshell: Basecoat is a port of shadcn/ui to HTML and Tailwind CSS. It's a modern, themeable component library; everything from buttons to comboboxes and dialogs.

Why? Well, I got sick of React and moved over to a more "old school" stack (Python, HTMX, Alpine.js and Tailwind).

The one thing I missed was shadcn/ui [1]. Nice defaults, well thought out design system, easy to theme and great to build your own component library with.

I didn't find the alternatives compelling: Flowbite, Preline and the likes encourage you to copy/paste dozens of classes for each element.

That's not how I use Tailwind. I love the utility-first approach, but I don't want walls of classes for each button, form element or tooltip I have in my app.

I had been building my own component library for a project I’m working on (a Vercel for Python apps) and realized it may be worth my time to firm things up.

Why I think it's cool? Well:

- No React. Just Tailwind CSS (with a tiny bit of Alpine.js if you choose to). You can use that with whatever stack you want.

- Jinja and Nunjucks macros. I hope to support more template engines.

- 100% compatible with shadcn/ui themes (you can play with the theme select box on the site).

- Super easy to install and use (there's even a CLI).

- Accessible, with ARIA support.

- Did I mention no React?

Hope some of you find it useful.

[1]: https://ui.shadcn.com/

[2]: https://v4.shadcn.com/ (this is actually the new/upcoming version of shadcn/ui).

Comments

drivingmenuts•6mo ago
Not working in Safari. Did you, perchance, test this only in Chrome?

A sampling of error messages:

- Failed to load resource: Load cannot follow more than 20 redirections

- Cross-origin script load denied by Cross-Origin Resource Sharing policy.

- TypeError: window.basecoat.registerDialog is not a function. (In 'window.basecoat.registerDialog(Alpine)', 'window.basecoat.registerDialog' is undefined)

- Alpine Expression Error: Can't find variable: sidebar

and so on and so forth. It just goes downhill from there.

hunvreus•6mo ago
I tested it in Safari, and just checked: I don't get any of these errors.

Which page did you get that on? The front page?

drivingmenuts•6mo ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•6mo ago
Good to hear. I was trying to figure out what I did wrong. Maybe a CDN issue.

Thanks for checking it out.

pbowyer•6mo ago
Well done, this looks like a great beginning! I'll be giving this a test on my next project.

Hoping you add more of shadcn/ui, I'm partial to the sheet.