frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lodestar – Easier Communication with Agents

https://www.try-lodestar.com/
1•elushine•3s ago•1 comments

DDns: Endpoint-aware DNS resolution beyond IP addresses

https://docs.dhttp.net/en/docs/protocol/ddns
1•Arya_xiaofan•1m ago•0 comments

Republican bill would order ISPs, DNS providers, and VPNs to block piracy sites

https://arstechnica.com/tech-policy/2026/09/republican-bill-would-order-isps-dns-providers-and-vp...
2•mmh0000•1m ago•0 comments

Apple May Return to Server Market with Nvidia Technology

https://www.macrumors.com/2026/09/16/apple-may-return-to-server-market/
3•mgh2•7m ago•0 comments

Google auto-banned my Bug Hunter account for exposing their fake "Delete" button

https://medium.com/@istokovicsgyorgy79/google-auto-banned-my-bug-hunter-account-for-exposing-thei...
1•Bitu79•11m ago•0 comments

iPhone 18 Pro Camera Review: Dunton, Colorado

https://www.austinmann.com/trek/iphone-18-pro-camera-review-dunton
1•ValentineC•12m ago•0 comments

Low-Cost Servers for AI and Developers

https://rawhq.io
2•eulerpoolapi•14m ago•0 comments

Show HN: A directory of 164 Asian AI companies, ranked by disclosed scale

https://asiaai.fyi/tech-index/
1•ghernando•15m ago•0 comments

ComplianceSnap – Free Ada/WCAG risk scanner for Shopify/WooCommerce stores: C

https://shop.lumnika.com/compliancesnap/
1•deusautoai725•20m ago•0 comments

Antigravity-Preview-09-2026

https://aistudio.google.com/learn/managed-agents-updated-harness-files-credentials
2•tvvocold•21m ago•0 comments

Garbage trucks analyze homes with AI-powered cameras

https://www.popsci.com/technology/city-detect-garbage-trucks-cameras/
2•sippingabonedry•23m ago•0 comments

Pentagon weighs pulling nearly a third of U.S. forces from Europe

https://www.nbcnews.com/politics/national-security/pentagon-weighs-pulling-nearly-third-us-forces...
3•consumer451•25m ago•0 comments

The open source version of Claude Project that gives you the context ownershp

https://github.com/zqiren/Orbital
2•10keane•26m ago•0 comments

Essays of Dario Amodei are why people are worried about artificial intelligence

https://www.nytimes.com/2026/09/17/technology/dario-amodei-anthropic-essays-ai.html
4•Alien1Being•27m ago•1 comments

Jev plays Roulette Wars on its own

https://twitter.com/NicoSaraintaris/status/2100745151622664392
1•lafferty•27m ago•0 comments

LeanReact: Expressing Composable and Correct React Components in Lean

https://theoric.com/blog/leanreact_introduction/
1•hargup•32m ago•0 comments

Shapelearn Qwen 3.8 27B (13.1 GB VRAM)

https://byteshape.com/blogs/Qwen3.8-27B/
1•syntaxing•36m ago•0 comments

Minimal Phone 2

https://minimalcompany.com/
3•nashashmi•40m ago•0 comments

Ubuntu 26.10 Moves cp, mv and rm Over To Rust Coreutils For 100% Transition

https://www.phoronix.com/news/Ubuntu-Completes-Rust-Coreutils
4•thunderbong•40m ago•0 comments

AWS now supports spend limits

https://docs.aws.amazon.com/accounts/latest/reference/create-spend-limit.html
4•xyos•41m ago•0 comments

You can run Git on object storage if you re-make packfiles

https://www.tigrisdata.com/blog/objgit-packfiles/
2•zbentley•44m ago•1 comments

.agt – The Agent Namespace

https://agtnames.substack.com/p/introducing-agt
2•danschmitz•52m ago•1 comments

Tiny e-readers aren't small Kindles. They're a different bet

https://www.readme.club/news/tiny-e-readers-aren-t-just-small-kindles
6•billybuckwheat•53m ago•0 comments

Unix Was Right. We Made Linux Too Complicated [video]

https://www.youtube.com/watch?v=wmmsdT93ils
4•jamesgill•1h ago•0 comments

This California Educational Juggernaut Doesn't Need the SAT

https://www.nytimes.com/2026/09/16/opinion/university-of-california-sat.html
3•like_any_other•1h ago•2 comments

Spectral AI Architecture: Executive Summary and Core Concepts

https://github.com/srdwy99m5j-lab/glowing-rotary-phone
2•paskinz69•1h ago•0 comments

What Is LPO, NPO, CPO? Knowledge of Optical Interconnect Technologies

https://www.fiber-mart.com/news/what-is-lpo-npo-cpo-knowledge-of-optical-interconnect-technologie...
2•peter_d_sherman•1h ago•0 comments

Ask A Monk – A digital wilderness for thoughts with no immediate answer

https://askamonk.online
2•13613288957•1h ago•0 comments

Kubernetes v1.37: Hardening emptyDir and bind mounts

https://kubernetes.io/blog/2026/09/16/kubernetes-v1-37-hardening-container-storage/
3•iamsyr•1h ago•0 comments

Fender Is Making Enemies with a Messy Fight over Its Iconic Strat

https://www.bloomberg.com/news/features/2026-09-17/fender-takes-on-the-electric-guitar-industry-o...
2•ilamont•1h ago•1 comments
Open in hackernews

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

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

Thanks for checking it out.

pbowyer•1y 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.