frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Update: EntropyLoop is now the first AI native MCP'd Quantum RNG

https://github.com/QuantumVillage/EntropyLoop
1•unprovable•59s ago•0 comments

DriveLogs (DMV-ready driving hour logs for teen drivers, iOS)

https://www.drivelogs.app/
1•rodrifranco•2m ago•0 comments

Japan reveals new name for 40C-and-hotter days after blistering summer

https://www.bbc.com/news/articles/crr185nx0n9o
1•throw0101d•3m ago•0 comments

Show HN: External admission gate for GitHub Actions before execution

https://ai-admissibility.com/
1•pinfloyd•4m ago•0 comments

Hours with Claude 4.7: functional study webapp and remote MCP – Oneshotted

https://github.com/AmmarSaleh50/study-dashboard-demo
1•AmmarSaleh50•4m ago•2 comments

Kefir C17/C23 Compiler

https://sr.ht/~jprotopopov/kefir/
1•conductor•5m ago•0 comments

Tell HN: Security Incident at Porter (YC S20)

2•leetrout•8m ago•0 comments

The AI Rewrite Dilemma

https://lh3.github.io/2026/04/17/the-ai-rewrite-dilemma
1•jryb•9m ago•0 comments

Shakespeare owned a house in London. We know where it was

https://www.ctvnews.ca/world/article/new-discovery-solves-mystery-of-the-location-of-shakespeares...
1•gnabgib•12m ago•0 comments

Ask HN: Founders, what are you building that survives a Mythos-class model?

1•deep-thinker•16m ago•0 comments

Folding Ideas: Why was I invited to Beast Studios? [video]

https://www.youtube.com/watch?v=0dwagg5wYY4
1•minimaxir•19m ago•1 comments

ListifyText – Turn messy text into clean, structured lists instantly

https://listifytext.com/
1•dguioiutrdrtui•22m ago•0 comments

Terminator: Code You See Onscreen [video]

https://www.youtube.com/watch?v=NebvccLHutQ
1•ohjeez•23m ago•0 comments

Show HN: Pyra – a Python toolchain experiment inspired by uv and Bun

https://github.com/treyorr/pyra
2•trey-orr•28m ago•0 comments

Stop Burning Money on UGC Creators: Generate Viral Ads with AI in Seconds

https://ecomscalingpro.substack.com/p/how-i-went-from-0-to-scaling-my-shopify
3•Locas•31m ago•0 comments

Only 13% of emails are written by people

https://english.elpais.com/technology/2026-04-15/only-13-of-emails-are-written-by-people-and-more...
3•geox•32m ago•1 comments

Kevin Weil and Bill Peebles exit OpenAI as company continues to shed side quests

https://techcrunch.com/2026/04/17/kevin-weil-and-bill-peebles-exit-openai-as-company-continues-to...
5•spenvo•33m ago•1 comments

Cal.com OSS project goes closed source due to AI

https://cal.com/de/blog/cal-com-goes-closed-source-why
2•samspenc•35m ago•2 comments

Ryan Mather: My tips for getting the best results out of Claude Design

https://twitter.com/flomerboy/status/2045162321589252458
5•taubek•37m ago•1 comments

Show HN: Mind-OS – First free online AI dependency self‑assessment

https://iamalex-afk.github.io/human-os-patch-33-protocols/
2•bitkin_dev•38m ago•0 comments

The big business of survival bunkers

https://www.economist.com/united-states/2026/04/16/the-big-business-of-survival-bunkers
3•andsoitis•38m ago•0 comments

High Amplitude Disagreeableness

https://staysaasy.com/startups/2026/04/15/high-amplitude-disagreeableness.html
2•weltview•39m ago•0 comments

A simplified model of Fil-C

https://www.corsix.org/content/simplified-model-of-fil-c
22•aw1621107•40m ago•0 comments

Show HN: recover-pdfs is a tool for revovering all the deleted PDFs from a disk

https://codeberg.org/seanhly/recover-pdfs
2•seanhly•43m ago•0 comments

Official MCP Package for Dokploy

https://github.com/Dokploy/mcp
2•rob•43m ago•0 comments

DARPA Launches HARQ to Build Multi-Qubit Quantum Systems

https://thequantuminsider.com/2026/04/14/darpa-launches-harq-heterogeneous-quantum-architectures/
2•rbanffy•44m ago•0 comments

Australia's startup scene is thriving at last

https://www.economist.com/business/2026/04/16/australias-startup-scene-is-thriving-at-last
1•andsoitis•45m ago•0 comments

Opus 4.7: better or worse so far compared to 4.6? (don't forget to upvote)

https://strawpoll.com/Qrgewz4kRyp/results
2•firebaze•46m ago•2 comments

What Psychedelics Do to the Brain

https://www.nationalgeographic.com/health/article/psychedelics-brain-scans-drugs
3•gmays•48m ago•0 comments

Age verification app ready as EU moves to curb children's social media access

https://www.reuters.com/world/eu-age-verification-app-ready-europe-moves-curb-childrens-social-me...
3•rbanffy•48m 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.