frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Code Is Not a Product, Product Is Not a Startup

https://pawelbrodzinski.substack.com/p/code-is-not-a-product-product-is
1•flail•59s ago•0 comments

Microsoft Shareholders Sue over $357B Stock Wipeout

https://www.gadgetreview.com/microsoft-shareholders-sue-over-357-billion-stock-wipeout
1•speckx•2m ago•0 comments

Manna announces 'strategic pause' that grounds drone deliveries in Ireland

https://www.irishtimes.com/business/2026/06/19/manna-announces-strategic-pause-that-grounds-drone...
1•trusche•5m ago•0 comments

How I turned World Cup data into posters

https://zehfernandes.com/posts/how-i-turned-world-cup-data-into-posters
1•zehfernandes•5m ago•1 comments

Open-source AI skills that make Claude/ChatGPT produce real work, eval-scored

https://github.com/mohitagw15856/pm-claude-skills
1•mohitagw•5m ago•0 comments

A Shallow Introduction to the K Programming Language (2002)

https://web.archive.org/web/20070519112242/http://www.kuro5hin.org/story/2002/11/14/22741/791
1•tosh•5m ago•0 comments

Show HN: Intelligrade – EU Based Digital Exams

https://www.intelligrade.de/en
1•Escapado•5m ago•0 comments

Balsamiq Turns 18

https://e.customeriomail.com/deliveries/dgTrwgsDAKuYBqqYBgGe3uUDTbaOe6hHejNN_78=
2•constantinum•7m ago•0 comments

Show HN: StartupsBR – A Map of Brazilian Startups

https://www.startupsbr.com/sao-paulo
1•leonagano•7m ago•0 comments

Amazon Studios Won't Release Movie It Made That Makes Tech Billionaires Look Bad

https://www.showbiz411.com/2026/06/19/jeff-bezoss-amazon-studios-wont-release-movie-it-made-about...
3•harambae•7m ago•0 comments

LeCun blasts Musk's xAI as 'failure,' labs are risking a 'big bubble explosion'

https://www.cnbc.com/2026/06/18/yann-lecun-elon-musk-xai-failure-ai-labs-bubble-risk.html
1•1vuio0pswjnm7•7m ago•0 comments

Show HN: Gn – gets, filters, and labels news on the command-line

https://github.com/jake-gh1/gn
1•Jake83741•8m ago•0 comments

Google workspace threatening to block Firefox access

https://tales.fromprod.com/2026/169/google-workspace-threatening-to-block-firefox.html
3•birdculture•9m ago•0 comments

How four years at a startup changed the way I work

https://diogomr.com/posts/how-four-years-at-a-startup-changed-the-way-i-work/
2•mgdo•10m ago•1 comments

AI credit markets at risk of 'violent' correction investors must stay clear-eyed

https://www.cnbc.com/2026/06/17/ai-credit-markets-at-risk-of-violent-correction-man-group-says.html
1•1vuio0pswjnm7•11m ago•1 comments

Hyundai buys Boston Dynamics, Atlas humanoid to be used at vehicle plant by 2028

https://startupfortune.com/hyundai-takes-full-control-of-boston-dynamics-as-softbank-exits-for-32...
3•ck2•12m ago•0 comments

Proportion-Integral-Derivative Controllers

https://en.wikipedia.org/wiki/PID_controller
2•dhorthy•12m ago•0 comments

Bioregional Resilience Analysis: Mexican Dry and Coniferous Forests

https://naturalsystems.substack.com/p/bioregional-resilience-analysis-mexican
1•jelani_thompson•12m ago•0 comments

World Cup Tracker

https://www.schuetzler.net/blog/world-cup-tracker/
1•phalangion•14m ago•0 comments

Bringing an Open Source Project Back from the Dead

https://go-micro.dev/blog/27
2•asim•15m ago•0 comments

Mary Somerville: The Woman for Whom the Word "Scientist" Was Coined (2016)

https://www.themarginalian.org/2016/12/26/mary-somerville-scientist/
2•downbad_•16m ago•0 comments

I built a CLI poker game that you don't need to install to play

https://filiph.net/text/pokerd.html
2•filiph•17m ago•0 comments

Show HN: LeadLu – local business lead gen with built-in email and SMS outreach

https://www.leadlu.com/
1•brevn•18m ago•0 comments

US getting modern sunscreen formulations

https://www.theverge.com/column/952744/optimizer-sunscreen-bemotrizinol-fda-health
2•ctur•20m ago•1 comments

Show HN: OpenTunnel – Run Remote Commands as Local Agent Tool Calls

https://github.com/akoenig/opentunnel
3•akoenig•20m ago•0 comments

Spotify Killed the Thrill of the Hunt

https://erildrun.bearblog.dev/spotify-killed-the-thrill-of-the-hunt/
2•speckx•20m ago•0 comments

SpaceX Bankers Prepare for Bond Sale of at Least $20B

https://www.bloomberg.com/news/articles/2026-06-18/spacex-bankers-preparing-for-bond-sale-of-at-l...
3•2OEH8eoCRo0•21m ago•1 comments

Thirty Six Hours with Fable

https://tossrock.substack.com/p/36-hours-with-fable
1•Tossrock•21m ago•0 comments

Show HN: Leadmux – A Lead Generation Platform

https://leadmux.com
1•kataqatsi•21m ago•0 comments

Do you think we have got to the top of the rapid AI breakthroughs?

1•meligoli•21m ago•1 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.