frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Emoji.fan

https://emoji.fan
1•athuler•58s ago•0 comments

The Pareto Frontier of Mini PCs

https://luke.zip/posts/pareto-pcs/
1•yathern•1m ago•0 comments

Ask HN: Due to spam on GitHub, what platforms can I move my projects?

2•ciwolex•6m ago•0 comments

BountyClaimer – A platform to post tasks and claim bounties

https://www.bountyclaimer.com/
2•Kevan12•7m ago•0 comments

Termination shock: trust our expert warnings on geoengineering's planetary risks

https://www.theguardian.com/commentisfree/2026/jun/19/solar-geoengineering-risk-to-planet-earth
3•thrance•13m ago•1 comments

How Lume Works: The Retrieval Primitives

https://deepbluedynamics.com/blog/lume-retrieval-primitives
1•kordlessagain•13m ago•0 comments

Efficient Data Logger Design

https://blog.atimin.dev/efficient-data-logger-design/
2•flipback•14m ago•0 comments

Bill Gates on Steve Jobs

https://twitter.com/TechEmails/status/2067975210884882820
2•ksec•16m ago•0 comments

Quantum Fisher Information in a Strange Metal

https://www.nature.com/articles/s41567-026-03298-0
2•bookofjoe•19m ago•0 comments

Magnitude: A coding agent that runs on open models

https://magnitude.dev
2•ksec•23m ago•0 comments

Revised Rules of Engineering Leadership

https://lethain.com/revised-rules-of-engineering-leadership/
2•zdw•24m ago•0 comments

Exosomes in nanomedicine: A cell-free therapeutic intervention in burn wounds

https://pmc.ncbi.nlm.nih.gov/articles/PMC11462792/
3•CharlesW•26m ago•0 comments

Mark Rober demonstrate relay attacks by "stealing a car" [video]

https://www.youtube.com/watch?v=h0EGCnBjTVk
3•kidbomb•27m ago•2 comments

The ability to regrow body parts is dormant in mammals, not lost

https://www.sciencedaily.com/releases/2026/06/260617032207.htm
7•nryoo•30m ago•0 comments

Was lucky to have tested fable 5 on chess-bench

https://www.chess-bench.com
2•hardikvora•33m ago•0 comments

Claude Guillemot, co-founder of Ubisoft, dies in plane crash

https://www.cbsnews.com/news/claude-guillemot-dies-age-69-ubisoft-assassins-creed/
2•iugtmkbdfil834•35m ago•0 comments

Floppy Disk Piracy: How Software Was Shared Before the Internet

https://comuniq.xyz/post?t=1280
3•01-_-•36m ago•1 comments

I improved my old project "ScoreCast" after 3 years

https://github.com/Costasgk/ScoreCast
2•costas_8•36m ago•1 comments

Dialog

https://dialog.org/
2•paulpauper•37m ago•0 comments

Are You in the Weights?

https://intheweights.com/p/peterboettke
2•paulpauper•38m ago•0 comments

Refik Anadol's Dataland, the first AI art museum

https://www.theartnewspaper.com/2026/06/18/refik-anadol-dataland-opens-los-angeles
3•paulpauper•38m ago•0 comments

AIPropel, AI-powered proposal generation for freelancers and agencies

https://www.aipropel.app/
2•omardakelbab1•39m ago•0 comments

Tangled: Knot-Stored Cob Proposal

https://leaflet.pub/p/did:plc:xasnlahkri4ewmbuzly2rlc5/3mmex6biynk2g
2•jeremyjh•39m ago•0 comments

That which is unique, breaks (2020)

https://map.simonsarris.com/p/that-which-is-unique-breaks
2•mmphosis•40m ago•0 comments

Shard your locks: benchmarking 6 Go cache designs

https://strebkov.dev/posts/shard-your-locks/
2•kluyg•41m ago•0 comments

You probably don't need event-driven architecture

https://openacme.org/blog/you-dont-need-event-driven
2•theanonymousone•41m ago•0 comments

I Stopped Trusting SSH Key Files

https://igorstechnoclub.com/why-i-stopped-trusting-ssh-key-files/
3•Tomte•44m ago•1 comments

How to Attract Bats to Your Backyard

https://www.batcon.org/bat-house-tips-tricks/
3•andsoitis•45m ago•1 comments

We built an internal data analytics agent

https://github.blog/ai-and-ml/github-copilot/how-we-built-an-internal-data-analytics-agent/
2•Brajeshwar•53m ago•0 comments

UHF X11: X11 Built for VisionOS and Apple Vision Pro

https://www.lispm.net/apps/uhf-x11/
23•zdw•54m ago•4 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.