frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The MokaBot: A Hacked Moka Pot [video]

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

Show HN: Irpapers – Visual embeddings vs. OCR trade-offs in scientific PDFs

https://github.com/weaviate/query-agent-benchmarking
1•pvpv•1m ago•0 comments

Johann Rehberger: Agentic Problems and the Rise of Zombie AIs

https://ethiack.com/news/research/agentic-problems-and-zombie-ai
1•gpaiva21•1m ago•0 comments

Writing High Quality Production Code with LLMs Is a Solved Problem

https://escobyte.substack.com/p/writing-high-quality-production-code
1•menzoic•2m ago•1 comments

Show HN: Live AI Design Benchmark

https://shuffle.dev/ai-design
2•kemyd•3m ago•0 comments

PayPal Attracts Takeover Interest After Stock Slump

https://www.bloomberg.com/news/articles/2026-02-23/paypal-attracts-takeover-interest-after-stock-...
1•mikece•3m ago•2 comments

ClawSecurity: CrowdStrike for OpenClaw Agents

https://twitter.com/yq_acc/status/2025977732048511379
1•jiayaoqijia•4m ago•1 comments

Stressful People in Your Life Could Be Adding Months to Your Biological Age

https://www.pnas.org/doi/10.1073/pnas.2515331123
1•m463•4m ago•0 comments

Code isn't what's slowing projects down

https://shiftmag.dev/code-isnt-slowing-your-project-down-communication-is-7889/
2•birdculture•5m ago•0 comments

Strix Is an Open-Source Claude Code Security

https://www.strix.ai/
1•bearsyankees•6m ago•0 comments

Show HN: Plyra-guard – intercepts AI agent tool calls before execution

https://github.com/plyraAI/plyra-guard
1•plyra•7m ago•0 comments

Learn Visual Studio Code (E-Book)

https://lazarpress.gumroad.com/l/learnvscode
1•LouisLazaris•7m ago•1 comments

Global Intelligence Crisis – Summary

https://toolong.co/s/dl2dyojl
1•a_void_sky•8m ago•0 comments

Let's Discuss Sandbox Isolation

https://www.shayon.dev/post/2026/52/lets-discuss-sandbox-isolation/
1•shayonj•8m ago•0 comments

Claude Code for MBAs (Part 1)

https://essilfie.substack.com/p/claude-code-for-mbas-part-1
1•lordleft•9m ago•0 comments

Meta found 19% of young teen Instagram users saw unwanted nude or sexual images

https://www.reuters.com/legal/litigation/meta-survey-found-19-young-teen-instagram-users-saw-unwa...
2•giuliomagnifico•10m ago•0 comments

Cripix Technology?

1•kellkell•10m ago•0 comments

Open-AutoGLM: Zhipu AI's Open-Source Framework for Phone Agents (23k Stars)

https://theagenttimes.com/articles/open-autoglm-23k-stars-the-phone-agent-framework-from-chinas-a...
1•Ross00781•10m ago•0 comments

Decided to fly to the US to buy some hard drives

https://old.reddit.com/r/DataHoarder/comments/1rb9ot4/decided_to_fly_to_the_us_to_buy_some_hard_d...
2•HelloUsername•10m ago•0 comments

Some silly Z3 scripts I wrote

https://www.hillelwayne.com/post/z3-examples/
1•azhenley•11m ago•0 comments

Cryptographic Reciprocity for Shared Reality in the Deepfake Era

https://aquariuos.com
1•AquariuOS•11m ago•1 comments

Show HN: Yet Another Firebase Alternative

https://linkedrecords.com/
1•WolfOliver•12m ago•0 comments

AI is destroying open source, and it's not even good yet [video]

https://www.youtube.com/watch?v=bZJ7A1QoUEI
1•delduca•12m ago•0 comments

Simon Wardley – From here to there and back again

https://www.youtube.com/watch?v=hEjjCI3kTM4
1•RebootStr•12m ago•0 comments

The first general computer action model

https://si.inc/posts/fdm1/
5•nee1r•12m ago•4 comments

Rozenite Zustand Devtools

https://github.com/IronTony/rozenite-zustand-devtools
1•IronTony•13m ago•1 comments

Museum of Plugs and Sockets

https://plugsocketmuseum.nl/index.html
2•ohjeez•13m ago•0 comments

What the Wealthy Want in Their Private Jets

https://www.wsj.com/style/design/what-the-wealthy-want-in-their-private-jets-46b94ea0
1•bookofjoe•13m ago•1 comments

Sell Everything for This 1997 McLaren F1 GTR That's Going to Auction

https://www.thedrive.com/news/sell-everything-and-then-some-for-this-1997-mclaren-f1-gtr-thats-go...
1•PaulHoule•14m ago•0 comments

Federal Gov Trafficking Pregnant Children to Texas So They Can't Get Abortions

https://www.throughline.news/p/the-trump-administration-is-trafficking
2•hn_acker•15m ago•1 comments
Open in hackernews

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

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

Thanks for checking it out.

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