frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: AudioEditor – Free Online Audio Tools

https://audioeditor.org
2•Airyisland•6m ago•0 comments

Show HN: CCG – Block merges until devs prove they read their own diff

https://github.com/islandbytesio/commit_comprehension_gate
1•islandbytes•6m ago•0 comments

Ask HN: What are the odds Mythos is hype/bluff?

1•AbstractH24•7m ago•0 comments

Disney to Lay Off Up to 1k Employees in First Cuts Under New CEO Josh D'Amaro

https://deadline.com/2026/04/disney-layoffs-new-ceo-1236785214/
1•thunderbong•8m ago•0 comments

Meta launches new family of models: Muse

https://www.facebook.com/zuck/posts/nine-months-ago-we-founded-meta-superintelligence-labs-with-t...
1•umangsehgal93•11m ago•0 comments

State of Homelab 2026 – Evolution of a Self-Hosting Hobby

https://mrlokans.work/posts/state-of-homelab-2026/
2•swq115•13m ago•0 comments

Germany is building a 364-metre world’s tallest wind turbine in a coal mine

https://timesofindia.indiatimes.com/world/rest-of-world/germany-is-building-a-364-metre-worlds-ta...
1•rustoo•18m ago•0 comments

DuckTales: A DuckLake Story(Rethinking the Lakehouse with a Duck and a Plan)

https://medium.com/@tfmv/ducktales-a-ducklake-story-3b4d4e400578
1•b-man•19m ago•0 comments

Prospectus for the Hormuz Toll Booth IPO

https://www.wsj.com/world/middle-east/a-prospectus-for-the-tehran-toll-booth-ipo-43c06a87
1•RyanShook•20m ago•0 comments

I built a social platform with no karma, no downvotes, and no algorithm

https://www.thedrop.fyi/
1•bocksum•22m ago•0 comments

Help Denmark Buy California – Because Why Not?

https://denmarkification.com/
1•pabs3•28m ago•0 comments

News

https://en.wikipedia.org/wiki/Portal:Current_events/2026_April_2
1•openrockets•28m ago•0 comments

Code as a Crime Scene (2013)

https://www.adamtornhill.com/articles/crimescene/codeascrimescene.htm
2•vismit2000•30m ago•0 comments

Ask HN: S3(AWS) vs R2(CF)–Which is better?

1•wasimsk•30m ago•0 comments

You Can't Vibecode Trust [audio]

https://open.spotify.com/episode/3B5e5s3u3vPjsGPAjgCht9
2•mooreds•34m ago•0 comments

Claude Code plugin for LLM research with typed claims and conflict detection

https://github.com/grainulation/grainulator
3•volatilityfund•35m ago•0 comments

Rift – Deterministic Concurrency for Go

https://github.com/damienos61/rift
1•DamienOS•36m ago•0 comments

Harness engineering for coding agent users

https://martinfowler.com/articles/harness-engineering.html
3•mooreds•40m ago•0 comments

Global Cultural Change and Anxiety in Children and Adolescents

https://onlinelibrary.wiley.com/doi/10.1111/desc.70157
1•PaulHoule•41m ago•0 comments

Show HN: Preview.thedrive.ai – instant thumbnails for any document URL

https://preview.thedrive.ai
1•sftechdude•42m ago•0 comments

AI Is Weird

https://www.wheresyoured.at/ai-is-really-weird/
1•weakfish•47m ago•0 comments

Show HN: Feature release system with MCP agent controls

https://featureflare.com/
2•jsonstcyr•53m ago•0 comments

The Whitelist Won: How Anthropic Turned a Pentagon Blacklist into a Consortium

https://liminaldr.substack.com/p/the-whitelist-won
1•BlendedPanda•53m ago•0 comments

A Visual Guide to Gemma 4

https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-gemma-4
2•vismit2000•54m ago•0 comments

Show HN: An agent-friendly image CDN built on Cloudflare Workers

https://img.pro
2•cr1st1an•54m ago•0 comments

Show HN: 2500 vision benchmarks / evals for Vision Language Models

https://github.com/Overshoot-ai/vlm-benchmarks
1•zakariaelhjouji•55m ago•0 comments

Demystifying Open Silicon – Matt Venn Is Democratizing Chip Design

https://www.siliconimist.com/p/tiny-tapeout-matt-venn
1•johncole•58m ago•0 comments

Show HN: Public Domain Audiobooks with AI (Azalea Audio)

https://apps.apple.com/us/app/azalea-audio/id6761150322
1•nbaronia•1h ago•1 comments

Show HN: Pasteur, a Milkdrop Visualization Exporter

https://pasteur.cc/
1•markneub•1h ago•0 comments

Starfling: A one-tap endless orbital slingshot game in a single HTML file

https://playstarfling.com
3•iceberger2001•1h ago•2 comments
Open in hackernews

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

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

Thanks for checking it out.

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