frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

StarTreks Scotty Programming Without AI

https://www.youtube.com/watch?v=bhjTpHxvEFI
1•niemandhier•3m ago•1 comments

Show HN: Crawl API

https://crawlapi.dev
1•mddanishyusuf•14m ago•0 comments

A daily allowance that adapts to your lifestyle – Daily Budget

https://dailybudget.dk
1•emilmoe•16m ago•0 comments

Show HN: TradeSet – Calculators for Tradies

https://www.tradeset.com.au
2•weirdjellyfish•17m ago•0 comments

Brookhaven RP

https://www.roblox.com/?rbx_source=appsflyer&rbx_medium=cpa&rbx_campaign=onelink&pid=ExperienceDe...
1•COLAK_LIMSO•17m ago•0 comments

Squeezing π from 122 Bits of Lambda Calculus

https://text.marvinborner.de/2025-02-08-12.html
3•marvinborner•19m ago•0 comments

Show HN: A Discord-alternative community platform built in PHP

https://github.com/lesleyespire/motylo
2•Pyrobyte•21m ago•2 comments

Y Combinator Investments in Europe

https://old.reddit.com/r/Startup_eu/comments/1rrl1qw/y_combinator_investments_in_europe/
1•wrahim•26m ago•1 comments

White House Considers Waiving Jones Merchant Marine Act

https://apnews.com/article/jones-act-trump-trade-abcac596db839bff3679b3117d2e81b2
1•ChrisMarshallNY•28m ago•1 comments

The OpenClaw AI mania in China, as security fears and enthusiasm surge

https://www.scmp.com/tech/tech-trends/article/3346513/inside-openclaw-mania-gripping-china-securi...
1•giuliomagnifico•29m ago•0 comments

Faster Data Migrations for Postgres

https://clickhouse.com/blog/practical-postgres-migrations-at-scale-peerdb
1•saisrirampur•29m ago•0 comments

Fake rooms, props and a script to lure victims: inside an abandoned scam centre

https://www.theguardian.com/technology/2026/mar/14/inside-abandoned-scam-centre-cambodia-thai-border
2•sandebert•30m ago•0 comments

China's Edge in an Oil Shock: Electric Cars and Renewables

https://www.nytimes.com/2026/03/14/business/china-oil-cars.html
1•doener•34m ago•0 comments

$ABSURD – a meme coin built on one idea: everything stopped making sense

https://pump.fun/coin/Gt4w8KVwy7aPztiUm27YwsQgchzbS3srK8JYNpTpump
1•AbsurdCoin•35m ago•0 comments

React Quizzes for Preparing Interviews

https://www.reactchallenges.com/quizzes
1•DuffmanCC•42m ago•0 comments

You've got the LLMs to code, now you need the glue

https://codin.ro/youve-got-the-llms-to-code-now-you-need-the-glue-1-n/
3•CodinM•42m ago•0 comments

Spain's PM calls for end to UNSC veto power, criticises US over global conflicts

https://tribune.com.pk/story/2597072/spains-pm-calls-for-end-to-unsc-veto-power-criticises-us-ove...
1•vrganj•44m ago•0 comments

Show HN: I built a card-based eldritch IT support game in React

https://dadbodgames.itch.io/it-never-ends/devlog/1388428/building-a-system-for-the-absurd-why-it-...
2•euphoric_series•45m ago•0 comments

Jeff Bezos Upended the Washington Post

https://www.nytimes.com/2026/03/14/business/media/washington-post-jeff-bezos-layoffs.html
2•doener•46m ago•1 comments

Ronin – A Security Toolkit

https://ronin-rb.dev
2•Alifatisk•51m ago•0 comments

RAM kits are now sold with one fake RAM stick alongside a real one

https://www.tomshardware.com/pc-components/ram/fake-ram-bundled-with-real-ram-to-create-a-perform...
4•edward•52m ago•0 comments

"I've spent so many hours wasted on plugins"

https://www.musicradar.com/artists/ive-spent-so-many-thousands-of-hours-wasted-on-plugins-it-just...
1•latexr•53m ago•0 comments

Living with Jagged ASI

https://langkilde.se/blog/living-with-asi/
1•langkilde•55m ago•0 comments

Show HN: Colota – Open-source, self-hosted GPS tracker for Android

https://github.com/dietrichmax/colota
3•daturbod•57m ago•2 comments

Michael Burry worries about "structural manipulation" of Nasdaq-100 for SpaceX

https://twitter.com/michaeljburry/status/2032483200404992209
2•adrianmsmith•57m ago•0 comments

I built a free automation engineering calculator library

https://automationcalculators.net/
1•jacolotti•58m ago•0 comments

Two long-lost episodes of 'Doctor Who' have been found

https://www.nbcphiladelphia.com/entertainment/entertainment-news/two-long-lost-episodes-doctor-wh...
1•breve•1h ago•0 comments

UCP Protocol: The Internet Has 100M Shops and No Front Door

https://askucp.com/blog
2•defencetechhn•1h ago•0 comments

Show HN: Prove your SaaS isn't abandonware to boost checkout trust

https://www.gitpulse.dev/
1•bombashell•1h ago•3 comments

Space Exploration Logo Archive

https://spaceexplorationlogoarchive.webflow.io/
1•Michaelsoft•1h 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•10mo 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.