frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The crystals that wiped out an HIV medication, almost overnight [video]

https://www.youtube.com/watch?v=ksn5yrsC3Wg
1•FridayoLeary•1m ago•0 comments

Chloe vs. History

https://www.youtube.com/channel/UCZB1r1In9RfE7tpVrYgcjLQ
1•WheelsAtLarge•5m ago•0 comments

Transcomputational Problem

https://en.wikipedia.org/wiki/Transcomputational_problem
1•jonbaer•5m ago•0 comments

Naval Ravikant: Apple is dead, SaaS is next, you have 18 months

https://twitter.com/mustufa4socials/status/2049518414377480218
1•jbredeche•7m ago•0 comments

Glitch Image Generator

https://blog.adafruit.com/2026/04/29/glitch-image-generator
1•omer_k•8m ago•0 comments

USDA rejects women picked for soybean board, appoints men instead

https://www.reuters.com/world/americas/trump-administration-rejects-women-picked-soybean-board-ap...
4•petethomas•8m ago•1 comments

Show HN: Yiitap – AI-native Notion-style block editor

https://github.com/pileax-ai/yiitap
1•pileax•10m ago•1 comments

Ask HN: Do you think AI will end up like dotcom?

1•dicksent•13m ago•0 comments

Rivian allows you to disable all internet connectivity

https://rivian.com/support/article/can-i-disable-all-data-collection-from-my-vehicle
1•Cider9986•16m ago•1 comments

Amazon chips no longer just a side dish, they're a $20B biz

https://www.theregister.com/2026/04/29/amazon_chips_20b_business/
3•omer_k•16m ago•0 comments

Claude AI agent admits: “I violated every principle” after wiping firm database

https://www.theguardian.com/technology/2026/apr/29/claude-ai-deletes-firm-database
1•ZeidJ•22m ago•2 comments

Why Solid State Batteries Short

https://hackaday.com/2026/04/27/why-solid-state-batteries-short/
1•omer_k•23m ago•1 comments

Trustworthy and Valuable Partnership

1•loveTech•23m ago•0 comments

PostgreSQL and the OOM Killer: Why We Use Strict Memory Overcommit

https://www.ubicloud.com/blog/postgresql-and-the-oom-killer-why-we-use-strict-memory-overcommit
1•lfittl•24m ago•0 comments

BioAge's pill aimed at reducing heart risks significantly reduced inflammation

https://www.statnews.com/2026/04/21/bioage-drug-inflammation-cardiovascular-risks/
1•warbaker•29m ago•0 comments

NASA chief hints at campaign to make Pluto a planet again

https://www.scientificamerican.com/article/nasa-chief-jared-isaacman-hints-at-campaign-to-make-pl...
2•1659447091•30m ago•0 comments

My friends left me because I told them I was a furry

4•PhiPawWolf•32m ago•15 comments

Heard some people like wheels? [video]

https://www.youtube.com/watch?v=srPz8TRpZ_8
1•mizzao•32m ago•0 comments

What Can We Gain by Losing Infinity?

https://www.quantamagazine.org/what-can-we-gain-by-losing-infinity-20260429/
1•pseudolus•33m ago•0 comments

TSRX: TypeScript extension for building declarative UIs in an agentic era

https://tsrx.dev/
1•luispa•34m ago•0 comments

The workouts of Formula 1 drivers might help computer users with 'tech neck'

https://apnews.com/article/computer-neck-pain-racing-drivers-exercises-2f4dee37c7e7cfbbdff237cf70...
1•1659447091•37m ago•0 comments

AdOps Auditor – AI-powered campaign naming convention auditor for GAM/SFMC/DOOH

https://www.adopsauditor.com/
1•InfinteOven•39m ago•0 comments

Google Releases Branded yarmulkes

https://twitter.com/samsheffer/status/2049505564359565760
2•cramsession•39m ago•0 comments

pacquet: the official pnpm rewrite in Rust

https://github.com/pnpm/pacquet
1•bpierre•40m ago•0 comments

Knee surgery for cartilage damage does not benefit patients, study suggests

https://www.theguardian.com/science/2026/apr/29/knee-surgery-cartilage-damage-patients-study
1•littlexsparkee•40m ago•0 comments

Quint – Behavioral security for AI agents, OS-level interception

https://quintai.dev
1•amerabbadi•41m ago•0 comments

Leading Charity Stops Funding Open Access Publishing Because It's Not Working

https://www.techdirt.com/2026/04/29/leading-cancer-charity-stops-funding-open-access-publishing-b...
1•dangle1•47m ago•0 comments

A Scientist Says Humans Will Go Backwards in Time Within Just 3 Years

https://www.popularmechanics.com/science/a71165617/humans-will-go-backwards-in-time-scientist-says/
1•RickJWagner•47m ago•1 comments

Stripe Treasury

https://stripe.com/treasury
1•bpierre•51m ago•1 comments

Andrej Karpathy: From Vibe Coding to Agentic Engineering [video]

https://www.youtube.com/watch?v=96jN2OCOfLs
3•auchenberg•53m ago•0 comments
Open in hackernews

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

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

Thanks for checking it out.

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