frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Free-range agentic parenting: If you love your agents, set them free

https://blog.firetiger.com/free-range-agentic-parenting-if-you-love-your-agents-set-them-free/
1•matsur•2m ago•0 comments

Maester – The Knowledge Engine of Your Company

https://lei-ye.dev/blog/introducing-maester/
2•leiishta•3m ago•0 comments

Show HN: Anti-regression setup Claude Code – subagents, hooks, and Claude.md

https://github.com/CreatmanCEO/claude-code-antiregression-setup
2•Creatman•3m ago•0 comments

SpawnAgent: Real-time on-chain intelligence and wallet monitoring platform

https://github.com/Spawn-Agent/Spawn-Agent
2•luispa•3m ago•0 comments

Confirmation: A Canadian Grocery Store and the Failure of Privacy Law

https://civicmag.substack.com/p/confirmation-a-grocery-store-and
2•AliceBoghain•4m ago•1 comments

BBC Journalist SEO-Hacks ChatGPT and Google's AI

https://www.bbc.com/future/article/20260218-i-hacked-chatgpt-and-googles-ai-and-it-only-took-20-m...
2•jrmg•4m ago•0 comments

Show HN: SeaRoutes, find the shortest navigable sea routes on the globe

https://searoutes.vercel.app/
2•aayushdutt•5m ago•0 comments

The Rise of the Financial Engineer

https://thefinancialengineer.substack.com/p/the-rise-of-the-financial-engineer
2•gemanor•5m ago•0 comments

Show HN: Next job comes from someone you barely know

https://github.com/navox-labs/network
2•nahrin•7m ago•0 comments

The Predatory Hegemon

https://www.foreignaffairs.com/united-states/predatory-hegemon-walt
2•akbarnama•7m ago•0 comments

US Draft Rules for Power over Nvidia's Global Sales

https://www.bloomberg.com/news/articles/2026-03-05/us-drafts-rules-for-sweeping-power-over-nvidia...
4•spenvo•7m ago•2 comments

A Guide to Wine Certification Programs

https://www.wineenthusiast.com/basics/guide-to-wine-certification-programs/
1•Anon84•8m ago•0 comments

Iranian strikes on Amazon data centers highlight industry's vulnerability

https://apnews.com/article/amazon-aws-data-center-uae-iran-bahrain-71066b0a822c4cfd88b61e3fe79af917
1•gritzko•9m ago•0 comments

The Download: The startup that says it can stop lightning, and inside OpenAI's

https://www.technologyreview.com/2026/03/03/1133900/the-download-the-startup-that-says-it-can-sto...
1•joozio•9m ago•0 comments

Building a Database on S3

http://muratbuffalo.blogspot.com/2026/03/building-database-on-s3.html
1•todsacerdoti•10m ago•0 comments

The largest open-source humanized voice library

https://github.com/jaymunshi/open-swara
1•Anon84•11m ago•0 comments

Congress Is Considering Abolishing Your Right to Be Anonymous Online

https://theintercept.com/2026/03/05/kosa-online-age-verification-free-speech-privacy/
5•cdrnsf•12m ago•0 comments

Olmo Hybrid

https://allenai.org/papers/olmo-hybrid
1•tosh•12m ago•0 comments

Show HN: RedDragon, LLM-assisted IR analysis of code across languages

https://github.com/avishek-sen-gupta/red-dragon
1•armorer•13m ago•1 comments

Exfiltrating passwords with no interaction using autofill

https://varun.ch/posts/autofill/
1•varun_ch•13m ago•0 comments

Show HN: Plought – Reduce noise in decision making

https://plought.app
1•robinoross•13m ago•0 comments

The Brand Age

https://paulgraham.com/brandage.html
3•bigwheels•14m ago•0 comments

We Only Accept Pre-Revenue Projects

https://www.leanvibe.io/blog/bp-1772314620433
1•LeanVibe•14m ago•1 comments

My application programmer instincts failed when debugging assembler

https://landedstar.com/blog/posts/how-my-application-programmer-instincts-failed-when-debugging-a...
1•lifefeed•14m ago•0 comments

Launch HN: Vela (YC W26) – AI for complex scheduling

5•Gobhanu•14m ago•1 comments

Which H100 Instance to Train Nanochat – Benchmarking PCIe, SXM, and NVL

https://bluenotebook.io/blog/h100-nanochat-training/
1•k2so•15m ago•1 comments

Düren's Hydrogen Bet: The Math Behind a Looming Liability

https://cleantechnica.com/2026/03/01/durens-hydrogen-bet-the-math-behind-a-looming-liability/
1•simonebrunozzi•17m ago•0 comments

Using Structured Light Scanning and Photogrammetry in Cultural Heritage

https://www.mdpi.com/2078-2489/17/3/237
1•PaulHoule•17m ago•0 comments

Financial AGI announced – outperforms human experts on 12 professional exams

https://portfoliopilot.com/technology/financial-agi
2•aharm•19m ago•1 comments

Most AI agent demos won't survive enterprise security review

1•ibreakthecloud•19m ago•0 comments
Open in hackernews

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

https://basecoatui.com
11•hunvreus•10mo 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•10mo 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•10mo 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•10mo ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•10mo 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.