frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Monitoring high-load systems with PULSESUN

1•PULSESUN•3m ago•0 comments

Automating data parsing for Mindzo Investment Union

1•MindzoFAQs•6m ago•0 comments

Making Chocolates: Lessons Learned

https://brian.jp/blog/making-chocolates-lessons-learned-35/
1•lofties•7m ago•1 comments

NFL linebacker charged w. killing girlfriend asked ChatGPT advice b4 calling 911

https://www.nbcnews.com/news/us-news/ex-nfl-linebacker-charged-killing-girlfriend-allegedly-asked...
1•randycupertino•8m ago•0 comments

Show HN: Catan Clock – a free PWA timer for keeping Catan turns moving

https://github.com/apasserby00/Catan-Clock/
1•apasserby00•9m ago•0 comments

What I Learned Running Two College Video Game Programs (2011-2018)

https://jasoneckert.github.io/myblog/vg-programs/
1•jasoneckert•9m ago•0 comments

Show HN: Try Gerbil Scheme in the Browser

https://trygerbil.dev/
1•agambrahma•9m ago•0 comments

Show HN: Fubar Daily – satirical news for people watching it unravel

1•anonnona8878•11m ago•0 comments

Jsse: Agent-coded JavaScript engine in Rust passing 99.96% of test262

https://github.com/pmatos/jsse
2•ivankra•12m ago•0 comments

Arancely – AI that calculates import costs in Argentina

https://www.arancely.com
1•flambee•13m ago•1 comments

The Billionaire Backlash Against a Philanthropic Dream

https://www.nytimes.com/2026/03/15/business/the-billionaire-backlash-against-a-philanthropic-drea...
2•tysone•14m ago•0 comments

Google wins Korea map access after 20-year freeze

https://www.koreatimes.co.kr/business/tech-science/20260314/google-wins-korea-map-access-after-20...
3•teleforce•14m ago•0 comments

A 277 KB no_std WebAssembly JIT engine that goes head-to-head with V8

https://github.com/mbbill/Silverfir-nano
1•mbbill•14m ago•0 comments

What "Ready" Means in AI-Assisted Software Builds

https://vibe2value.com/what-ready-actually-means/
1•mattcameron•16m ago•2 comments

CeraPiper: Custom Extruded Ceramics for Heat Exchange (2025)

https://dl.acm.org/doi/10.1145/3745778.3766644
1•wslh•16m ago•0 comments

AI tools are making me lose interest in CS fundamentals

3•Tim25659•18m ago•3 comments

Show HN: OpenClaiming, a tiny protocol for verifiable claims that works anywhere

https://github.com/OpenClaiming/Documentation
1•EGreg•18m ago•0 comments

Couvade syndrome makes fathers feel pregnant

https://www.bbc.com/future/article/20260313-the-mysteries-of-couvade-syndrome
2•1659447091•20m ago•0 comments

Federal Right to Privacy Act

https://righttoprivacyact.github.io
2•pilingual•21m ago•0 comments

Ask HN: Supabase PG upgrade wiped production DB, PITR backups failing

1•supai•25m ago•0 comments

Your AI Agent Is Building Shadow IT and Nobody Noticed

https://geoffstearns.com/blog/your-ai-agent-is-building-shadow-it/
2•tensafefrogs•26m ago•0 comments

We Say You Want a Revolution (2025)

https://citizenlab.ca/research/2025-10-ai-enabled-io-aimed-at-overthrowing-iranian-regime/
1•caaqil•27m ago•0 comments

Show HN: Argazer – detect outdated Helm charts in ArgoCD applications

https://github.com/k-krew/argazer
1•kreicer•27m ago•0 comments

Building a high-end, documentation-first API for DualHeart Financial Association

1•DualHeartNEWS•28m ago•0 comments

Different Cultures Pair Food

https://pmc.ncbi.nlm.nih.gov/articles/PMC12026603/
1•jlauf•29m ago•0 comments

Gstack-auto: automated gstack builds with parallelized runs

https://github.com/loperanger7/gstack-auto
1•josh2600•31m ago•1 comments

We built HIGHTITAN instead of using heavy orchestrators

1•HIGHTITAN•35m ago•0 comments

Show HN: AutoBlogWriter – drop-in blog automation SDK for Next.js and React

https://autoblogwriter.app
1•autoblogwriter•39m ago•0 comments

Pulsed High-Power Radio Energy Can Cause Harmful Effects on the Brain (2024)

https://pmc.ncbi.nlm.nih.gov/articles/PMC10914144/
6•greesil•42m ago•0 comments

Cybeetle – AI-powered security scanning and threat intelligence for developers

https://cybeetle.com
1•angeltimilsina•43m ago•1 comments
Open in hackernews

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

https://basecoatui.com
11•hunvreus•10mo 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•10mo 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•10mo 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•10mo ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•10mo ago
Good to hear. I was trying to figure out what I did wrong. Maybe a CDN issue.

Thanks for checking it out.

pbowyer•10mo 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.