frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Free bartending school app – learn cocktails without paying for school

https://apps.apple.com/ca/app/bartending-school-by-gigz-labs/id6757450275
1•gigzlabs•19s ago•0 comments

Google 'deeply sorry' after N-word written out in alert about BAFTA Film Awards

https://ew.com/google-deeply-sorry-after-n-word-written-out-news-alert-11913141
1•longislandguido•39s ago•0 comments

Open-source AI execution management for test automation

https://github.com/isagawa-qa/platform
1•isagawa-co•46s ago•1 comments

Show HN: A fake AI face-matcher to test if people question surveillance

https://pleasejuststop.org
1•paperplant•1m ago•0 comments

CGIT 1.3 Web Front End for Git Released After Six Years

https://www.phoronix.com/news/CGIT-1.3-Released
1•anonymousiam•2m ago•0 comments

Traders Rush to Dump Software Loans That Began Year at 100 Cents

https://www.bloomberg.com/news/articles/2026-02-24/traders-rush-to-dump-software-loans-that-began...
1•petethomas•3m ago•0 comments

Show HN: JadeAI – Resume builder with AI parsing, 50 templates, and self-hosting

1•twwch•3m ago•0 comments

A.I. Is Not Going to Replace Software [video]

https://www.youtube.com/watch?v=Epp-Vz0FrPg
1•nradov•4m ago•0 comments

Five security lessons from the FBI's Washington Post raid

https://freedom.press/digisec/blog/wapo-raid-security-lessons/
1•ColinWright•6m ago•0 comments

How insurance became the lifeblood of private credit

https://www.ft.com/content/b6be87a9-0abf-4950-9060-2159aa547f3d
2•petethomas•7m ago•0 comments

Spec-Driven Development: From Vibe Coding to Structured Development

https://zarar.dev/spec-driven-development-from-vibe-coding-to-structured-development/
1•recroad•9m ago•0 comments

Open-source tool alerts when your agent starts looping,drifting,burning tokens

https://github.com/ThirumaranAsokan/Driftshield-mini
1•dev_developer•10m ago•1 comments

Show HN: We Gave an LLM Adventure Engine a Body, Now It Feels Exhausted

https://mycelialmirror.medium.com/we-gave-a-procedural-text-adventure-engine-a-body-and-now-it-kn...
1•oopismcgoopis•12m ago•0 comments

AI bot roasts any website URL you give it and it's scathingly mean

https://www.pcgamer.com/software/ai/this-ai-bot-roasts-any-website-url-you-give-it-and-its-hilari...
1•ohjeez•14m ago•0 comments

PageMaker pioneer Paul Brainerd, 1947-2026

https://www.geekwire.com/2026/pagemaker-pioneer-paul-brainerd-1947-2026-aldus-founder-devoted-his...
5•throw0101c•15m ago•1 comments

Thousand Year old experiment to find height of atmosphere [video]

https://www.youtube.com/shorts/2MjmO4bL4xw
1•lifeisstillgood•20m ago•0 comments

Steve was a leader, innovator, and friend

https://twitter.com/tim_cook/status/2026296056435138620
2•keepamovin•22m ago•0 comments

What keeps Japan's 1k-year-old companies alive?

https://www.japantimes.co.jp/business/2026/02/09/companies/japan-1000-year-old-business/
1•PaulHoule•23m ago•0 comments

Ask HN: Built an algorithmic forensic accounting tool

1•cd_mkdir•24m ago•0 comments

Stress testing Claude's language skills

https://vivsha.ws/blog/stress-testing-claudes-language-skills
2•nl•25m ago•0 comments

Ask HN: How do you find a cofounder for a game?

1•general_reveal•25m ago•1 comments

Democracy in 2025: on rising authoritarianism in the United States

https://www.hks.harvard.edu/faculty-research/policy-topics/democracy-governance/harvard-experts-d...
5•KnuthIsGod•30m ago•0 comments

The Price of American Authoritarianism What Can Reverse Democratic Decline?

https://www.foreignaffairs.com/united-states/american-authoritarianism-levitsky-way-ziblatt
3•KnuthIsGod•31m ago•0 comments

The Internet, nobody knows you're a dog (1993)

https://en.wikipedia.org/wiki/On_the_Internet,_nobody_knows_you%27re_a_dog
2•vismit2000•32m ago•0 comments

Go-Size-Analyzer

https://www.datadoghq.com/blog/engineering/agent-go-binaries/
1•vismit2000•35m ago•0 comments

Show HN: AI Olympics – Claude vs. GPT-4 vs. Gemini in live browser competitions

https://ai-olympics.vercel.app
1•stefanogebara•35m ago•1 comments

The Tail That Wags the Company

https://k2xl.substack.com/p/the-tail-that-wags-the-company
1•k2xl•37m ago•0 comments

Secure, kernel-enforced sandbox CLI and SDKs for AI agents

https://github.com/always-further/nono
1•mooreds•37m ago•0 comments

Ask HN: Built a real functional game from scratch where do I find investors?

1•chiengineer•38m ago•0 comments

Offline Intelligence: Founding Software Engineer (Equity Only)

https://www.offlineintelligence.io
1•lillian_lakes•39m 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.