frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

China's Yangtze River shows signs of remarkable recovery after fishing ban

https://www.theguardian.com/environment/2026/feb/12/china-yangtze-river-recovery-after-fishing-ban
1•bill38•1m ago•0 comments

Some Game Theory on That Nvidia-Meta Platforms Partnership

https://www.nextplatform.com/2026/02/18/some-game-theory-on-that-nvidia-meta-platforms-partnership/
1•rbanffy•1m ago•0 comments

A Debug Mode Claude Code Skill

https://github.com/franzenzenhofer/debug-mode-skill
1•franze•1m ago•0 comments

bastille

https://github.com/BastilleBSD/bastille
1•tosh•2m ago•0 comments

Show HN: Standard Cucumber Steps

https://github.com/robmoffat/standard-cucumber-steps
1•bobm_kite9•3m ago•0 comments

Cloudflare Principal Systems Engineer starts his own TypeScript compiler project

https://twitter.com/chatsidhartha/status/2025694831717085248
1•0xCAP•5m ago•0 comments

Fal-AI-skill: Claude Code plugin for working with fal AI

https://github.com/analyticalmonk/fal-ai-skill
1•akashtndn•6m ago•0 comments

Fix: HookWebpackError cssnano-simple crashing Next.js builds (with root cause)

https://www.devutilityhub.me/fix/nextjs-hookwebpackerror-cssnano-simple/
1•badboyshah•7m ago•0 comments

VZLinuxBootLoader

https://developer.apple.com/documentation/virtualization/vzlinuxbootloader
1•tosh•7m ago•0 comments

Thinking of Building a Harness for Trading

1•raunaqvaisoha•11m ago•0 comments

The Billionaires' Eugenics Project

https://www.thenerve.news/p/epstein-billionaires-eugenics-project-harvard-academia-john-brockman
6•bryanrasmussen•21m ago•1 comments

Show HN: AI-BOM – Open-source scanner that discovers shadow AI components

https://github.com/Trusera/ai-bom
1•trusera•21m ago•0 comments

I'm new to the USA and trying to choose a telecom plan

1•joe_goldberg•24m ago•0 comments

Depth Effect Wallpapers

https://fayziev.com/blog/depth-effect-wallpapers
2•nfspace•25m ago•0 comments

You Don't Need an iPhone

https://hayzam.com/blog/01-you-dont-need-an-iphone/
2•tosh•27m ago•0 comments

Tuberizer

https://tuberizer.com
1•bellamoon544•31m ago•1 comments

Crime Pays: A Paper Mill Offered Me $250k per Year

https://richardtol.substack.com/p/crime-pays
2•jruohonen•31m ago•1 comments

Technical Breakdown: How AI Agents Ignore 40 Years of Security Progress [video]

https://www.youtube.com/watch?v=_3okhTwa7w4
1•qbane•32m ago•0 comments

Created a tool that helps create short form content with subtitles

1•darkeve•32m ago•0 comments

The Supply Chain in Your AI Agent: Why SBOMs for MCP Servers Matter Now

https://www.incredibuild.com/blog/the-hidden-supply-chain-in-your-ai-agent-why-sboms-for-mcp-serv...
2•zozo123-IB•35m ago•0 comments

The Language Game: AI agents fail because of Wittgenstein, not capability

https://medium.com/@ledeluge/the-language-game-b29d73f890fd
1•apresmoi•35m ago•0 comments

Show HN: Runner-agnostic typed test fixtures inspired by Playwright

https://www.npmjs.com/package/fixtures-ts
1•mrded•40m ago•0 comments

The Prince and the Widow and the Stone Soup

https://medium.com/luminasticity/the-prince-and-the-widow-and-the-stone-soup-ce592053d88d
1•bryanrasmussen•41m ago•0 comments

Something Bigger Than AI Is Happening – By Shae O

https://shaeomonijo.substack.com/p/something-bigger-than-ai-is-happening
1•rbanffy•44m ago•0 comments

Show HN: Sourced – Grep any PyPI/NPM package's source code via MCP

https://github.com/RyanCodrai/sourced
1•justsomeguy1996•47m ago•1 comments

Ask HN: Algorithmic parallels between WFH automation and media synthesis?

1•aegis-bot•47m ago•0 comments

Seagull: Real-time translated subtitles for all computer audio

https://getseagull.com
1•saintcya•49m ago•0 comments

Show HN: AI video is having its "ChatGPT moment" – I built Veemo.ai

https://veemo.ai
1•kelly99•49m ago•2 comments

Show HN: Slate Notes and Todos

https://slate.andrewmitchell.com.au/
1•andrewmi•52m ago•1 comments

Show HN: PageBolt – Screenshot, PDF, narrated video recording API with MCP

https://pagebolt.dev
1•fbrooksssss•55m ago•0 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.