frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

WhatsApp Web Became Facebook

https://old.reddit.com/r/whatsapp/comments/1ti3qxf/whatsapp_web_became_facebook/
3•Crier1002•5m ago•0 comments

Railway Currently Down

https://twitter.com/Railway/status/2056873075401007338
1•kristianc•6m ago•0 comments

El Niño is coming. The last time ocean temp. looked like this, millions died

https://respublicamgz.substack.com/p/a-super-el-nino-is-coming-the-last
3•ResPublica•9m ago•0 comments

50-year WHO/CDC Ebola outbreak pipeline in a weekend

https://github.com/vrsabha/outbreak-tracker
1•hn_career•11m ago•1 comments

Tell HN: Google banned Railway's account. Everything down

3•sergiotapia•12m ago•1 comments

GitHub is investigating unauthorized access to their internal repositories

https://twitter.com/github/status/2056884788179726685
5•splenditer•14m ago•1 comments

N display of stupid, secret CISA credentials found in public GitHub rep

https://arstechnica.com/information-technology/2026/05/in-stunning-display-of-stupid-secret-cisa-...
2•sbulaev•16m ago•1 comments

Google Cloud suspends Railway account causing major outage

https://twitter.com/Railway/status/2056883076496789854
4•sincinnatusc•17m ago•0 comments

Age Shapes the Adoption of New Technologies

https://insight.kellogg.northwestern.edu/article/swipe-or-tap-how-age-shapes-the-adoption-of-new-...
1•PopAlongKid•18m ago•1 comments

Google's AI Studio now lets anyone build Android apps in minutes

https://techcrunch.com/2026/05/19/googles-ai-studio-now-lets-anyone-build-android-apps-in-minutes/
1•cpncrunch•21m ago•0 comments

Heads, Trump Wins ( Tails, he still wins)

https://www.theatlantic.com/newsletters/2026/05/trump-corruption-irs-fund/687227/
1•KnuthIsGod•26m ago•0 comments

My Arduino spins faster when Claude burns more tokens

https://terminalbytes.com/arduino-claude-code-activity-meter/
1•mtlynch•26m ago•1 comments

HTML-in-Canvas Demos

https://github.com/GoogleChromeLabs/css-web-ui-demos/blob/main/html-in-canvas/awesome-html-in-can...
1•simonpure•26m ago•0 comments

Language Registries Are Unstable by Default

https://nesbitt.io/2026/05/15/language-registries-are-unstable-by-default.html
1•teddyh•27m ago•0 comments

Gemini Omni: where Gemini's ability to reason meets the ability to create

https://www.youtube.com/watch?v=KUyRq7szZsM
1•doener•27m ago•0 comments

CFTC sues to block Minnesota's first-in-nation ban on prediction markets

https://www.reuters.com/world/us-cftc-sues-minnesota-block-law-related-prediction-market-2026-05-19/
3•petethomas•28m ago•0 comments

Show HN: Capframe – capability tokens for AI agent tool calls

https://capframe.ai
1•euan21•29m ago•2 comments

Widening the Conversation on Frontier AI

https://www.anthropic.com/news/widening-conversation-ai
1•surprisetalk•30m ago•0 comments

Show HN: RTFRA - A Humble Proposal [RFC]

1•stgr_codes•31m ago•0 comments

Paul Schrader Had an 'AI Girlfriend' Who 'Terminated Our Conversation'

https://variety.com/2026/film/news/paul-schrader-ai-girlfriend-ended-relationship-1236753609/
1•Michelangelo11•31m ago•0 comments

Join a group chat with 30 random people that is locked forever

https://isle31.com/
2•vincentlenoach•32m ago•0 comments

ServiceNow wants to be the kill switch for AI agents that delete your database

https://fortune.com/2026/05/06/servicenow-kill-switch-ai-agents-bill-mcdermott/
1•ErystelaThevale•32m ago•1 comments

Ask HN: How are you handling the identity sprawl in your company/startup?

2•awaisras•33m ago•2 comments

Show HN: MediaMolder – A Modern Rewrite of FFmpeg

https://github.com/MediaMolder/mediamolder
2•streaming•33m ago•0 comments

Show HN: Alint, a fast linter for repository structure and hygiene

https://github.com/asamarts/alint
2•aleqs•36m ago•0 comments

Show HN: claude-autopilot, autonomous dev pipeline with multi-model review

https://github.com/axledbetter/claude-autopilot
2•axledbetter01•40m ago•2 comments

RTK: Rust Token Killer

https://github.com/rtk-ai/rtk
1•learningpodsio•41m ago•1 comments

Show HN: We built an AI strategy agent that runs consulting-style workflows

https://nitrolens.ai/
1•ianchou_0601•46m ago•0 comments

Couldn't find privacy filter for Claude, so I built one

https://outgate.ai/en/
1•alikh31•46m ago•0 comments

AI Didn't Break College. It Exposed What College Was

https://greyenlightenment.com/2026/05/17/ai-didnt-break-college-it-exposed-what-college-already-was/
3•paulpauper•51m ago•0 comments
Open in hackernews

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

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

Thanks for checking it out.

pbowyer•1y 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.