frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: SnapToCode – Screenshot any UI and get clean Tailwind code

https://chromewebstore.google.com/detail/snaptocode/jpchamlmjfoccmkdoiaibbpgkidapcnk
1•adithagrawaal•3m ago•0 comments

If a 9yo Nintendo Switch can run PC games,your handheld doesn't need to be x86

https://www.xda-developers.com/proton-running-on-a-nintendo-switch-convinced-me-my-next-handheld-...
1•Markoff•4m ago•0 comments

Show HN: Open-source API Key server written in Go by Ory

https://github.com/ory/talos
1•unsubtlecoder•4m ago•0 comments

18XX

https://en.wikipedia.org/wiki/18XX
1•tosh•7m ago•0 comments

North Mini Code: Cohere's First Model for Developers

https://huggingface.co/blog/CohereLabs/introducing-north-mini-code
1•maxloh•11m ago•0 comments

Anyone building a local-first companion for Google Fitbit Air straps?

1•joalavedra•12m ago•0 comments

HTML is a native image format, hear me out

https://hmml.eddocu.com
3•yeargun•13m ago•1 comments

Memory and personalization make AI more likely to tell you what you want to hear

https://www.theregister.com/ai-and-ml/2026/06/11/memory-and-personalization-make-ai-more-likely-t...
1•dijksterhuis•16m ago•0 comments

UK Wants Message Scanning on Phones, Jail CEOs Who Refuse

https://reclaimthenet.org/uk-wants-message-scanning-on-phones
3•bushwart•19m ago•0 comments

I asked AI to make a page about itself and published it unchanged

https://isanyoneinthere.com
1•kampiotrow•21m ago•0 comments

Angry bug hunter with Microsoft beef drops new Windows 0-day

https://www.theregister.com/security/2026/06/10/nightmare-eclipse-publishes-new-windows-defender-...
2•dijksterhuis•21m ago•0 comments

Hacking Google with A.I. For $500k

https://brutecat.com/articles/hacking-google-with-ai/
1•brutecat•25m ago•0 comments

An Interview with Ben Bajarin About Apple, AI, and Compute

https://stratechery.com/2026/an-interview-with-ben-bajarin-about-apple-ai-and-compute/
1•swolpers•27m ago•0 comments

Show HN: JustOpenFile – Preview files locally in the browser without uploading

https://justopenfile.com/en
1•zxcholmes•27m ago•0 comments

Using the Epson Perfection V39 II Scanner on Ubuntu

https://patches.joao.town/using-epson-perfection-v39ii-scanner-ubuntu/
1•joaopalmeiro•28m ago•0 comments

The Agora Companies – Finding Success at the Edges of the Bell Curve

https://theagora.com/about/
1•peter_d_sherman•31m ago•0 comments

Helping brand to make creative assets

1•tanmay7_•32m ago•0 comments

Minimax M3 weights to be released on Friday

https://huggingface.co/MiniMaxAI/MiniMax-M2.7/discussions/33
1•theanonymousone•32m ago•0 comments

Job titles of the future: Nature's drug designer

https://www.technologyreview.com/2026/06/11/1138502/job-titles-natures-drug-designer-tim-cernak/
2•ilreb•33m ago•0 comments

SwiftUI Only Makes It Easy to Develop Bad Apps

https://daringfireball.net/2026/06/swiftui_only_makes_it_easy_to_develop_bad_apps
2•zombot•33m ago•0 comments

Summer Word Search

https://www.summerwordsearch.com/
1•onion92•34m ago•0 comments

Anthropic's AI Jobs Paper

https://www.vincentschmalbach.com/anthropics-ai-jobs-paper/
1•vincent_s•34m ago•0 comments

A Native GeForce Now Client for Apple TV and Apple Vision Pro

https://github.com/owenselles/CloudNow
1•cromka•34m ago•0 comments

We managed to glean some interesting details about the Artemis III mission

https://arstechnica.com/space/2026/06/we-managed-to-glean-some-interesting-details-about-the-arte...
1•rbanffy•37m ago•0 comments

Outpost – Capability-based API access for AI agents

https://github.com/sausin/outpost
1•saurabhsinghvi•37m ago•0 comments

Malware devs added text to trigger LLM safety refusal, to avoid detection

https://twitter.com/jsrailton/status/2064661778978533571
3•MrBuddyCasino•40m ago•0 comments

World economy visualizer – $110T GDP broken down to country level

https://iamwick.github.io/world-economy-repository/
1•gilfoyle_7•41m ago•0 comments

macOS/iOS/TvOS/watchOS QR Generator/Detector (SwiftUI/Swift/Obj-C)

https://github.com/dagronf/QRCode
1•petecooper•43m ago•0 comments

An Early Step on the Long Road to Photosynthesis

https://www.quantamagazine.org/an-early-step-on-the-long-strange-road-to-photosynthesis-20260610/
1•pseudolus•45m ago•0 comments

Stop Backtesting in Theory, Simulate the Real Crypto Market with DolphinDB

https://medium.com/@DolphinDB_Inc/stop-backtesting-in-theory-simulate-the-real-crypto-market-with...
2•dbaa4real•47m 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.