Hacker News
Show HN: Experiment- enforcing accessibility guardrails during AI UI generation
We’re running an experiment.
Can accessibility guardrails be applied during AI UI generation?
We built a prompt-based Accessibility Enforcement Mode for tools like Cursor, Lovable and Claude Code.
It tries to reduce accessibility failures during generation, not after audits.
Repo: https://github.com/nadav-senseit/ai-accessibility-enforcemen...
Curious if people building with AI dev tools see similar issues.
Comments URL: https://news.ycombinator.com/item?id=47264681
Points: 1
# Comments: 0
Ask HN: Have you noticed how the number of 'Show HN' posts has skyrocketed?
It feels like everyone and their dog is launching a project - pet project or startup - and promoting it on HN.
Comments URL: https://news.ycombinator.com/item?id=47264679
Points: 1
# Comments: 1
CSUN Assistive Technology Conference 2026 files
Article URL: https://daisy.org/news-events/articles/csun-conference-2026-files/
Comments URL: https://news.ycombinator.com/item?id=47264673
Points: 1
# Comments: 0
Show HN: Chatddit.com Fresh off the vibe press
Ask me anything, a finally got it excellent vibe coding project. I really like the spectrogram visualizer of audio and the video thumbnail selector from anywhere in the media is gorgeous.
Comments URL: https://news.ycombinator.com/item?id=47264665
Points: 1
# Comments: 0
I'm a Coin Boy, Too (2023)
Article URL: https://taylor.town/coin-boys
Comments URL: https://news.ycombinator.com/item?id=47264664
Points: 1
# Comments: 0
Formal Verification in the Age of AI
Article URL: https://verse.systems/blog/post/2026-03-05-formal-verification-ai/
Comments URL: https://news.ycombinator.com/item?id=47264663
Points: 1
# Comments: 0
I Love Email (2023)
Article URL: https://blog.xoria.org/email/
Comments URL: https://news.ycombinator.com/item?id=47264662
Points: 1
# Comments: 0
Show HN: 3D Sokoban, Built in CSS
Article URL: https://voxoban.com
Comments URL: https://news.ycombinator.com/item?id=47262960
Points: 1
# Comments: 0
An effort to secure the Network Time Protocol
Article URL: https://lwn.net/Articles/1059200/
Comments URL: https://news.ycombinator.com/item?id=47262949
Points: 1
# Comments: 0
When AI labs become defense contractors
Article URL: https://philippdubach.com/posts/when-ai-labs-become-defense-contractors/
Comments URL: https://news.ycombinator.com/item?id=47262937
Points: 1
# Comments: 0
Pharao- PHP-Like Charm for Nim
Article URL: https://capocasa.dev/pharao-php-like-charm-for-nim
Comments URL: https://news.ycombinator.com/item?id=47262926
Points: 1
# Comments: 0
Apple gives in to temptation and renames its CPU cores
Article URL: https://sixcolors.com/post/2026/03/apple-gives-in-to-temptation-and-renames-its-cpu-cores/
Comments URL: https://news.ycombinator.com/item?id=47262923
Points: 1
# Comments: 0
Flyte 2 In-Browser Demo: Open-Source AI Orchestration Is Now Available Locally
Article URL: https://flyte.org/platform/flyte-2
Comments URL: https://news.ycombinator.com/item?id=47262919
Points: 1
# Comments: 0
"My bros and I are looksmaxers"
Article URL: https://substack.com/@tomasbjartur/note/c-200613630
Comments URL: https://news.ycombinator.com/item?id=47262916
Points: 1
# Comments: 0
Show HN: JobApplicator (tailored job applications in minutes)
First application is free! Validated results by multiple experienced recruiters. Let me know if there are additional features you would like to see.
Comments URL: https://news.ycombinator.com/item?id=47262914
Points: 1
# Comments: 0
What to Put in a Claude Code Skill for Reviewing Your Team's Code
Article URL: https://everyrow.io/blog/claude-review-skill
Comments URL: https://news.ycombinator.com/item?id=47262895
Points: 2
# Comments: 0
Show HN: Open Right Zoom, Open Source Alternative to Right Zoom for macOS
I built a free open source alternative to Right Zoom for Mac.
it makes the green zoom button maximize windows instead of going fullscreen. Dock and menu bar stay visible, click again to restore. Works with any app.
GitHub: https://github.com/Michele0303/open-right-zoom
Comments URL: https://news.ycombinator.com/item?id=47262884
Points: 1
# Comments: 0
Show HN: Form81 – 100% free form builder (free Typeform alternative)
Most online form builders claim to be free, but their free tier is usually very limited - with unremovable branding, response limits, and many other restrictions.
Form81 is simply free, no paid plans, no catch.
Comments URL: https://news.ycombinator.com/item?id=47262865
Points: 1
# Comments: 0
Feature gating patterns in a multi-tenant Next.js SaaS
Building a multi-tenant crew management app (Next.js 15, Convex, Clerk). Just shipped the feature tiering system across Free/Pro/Business/Enterprise plans. 25+ gates across every module in two commits.
Three enforcement patterns emerged. Soft limits query the current count from Convex, compare against a tier-specific cap, and render a counter component ("3 of 15 used") that swaps to an upgrade prompt near the limit. Hard gates check planTier from the workspace record and render a full overlay with upgrade CTA when the feature is above the user's tier. Preview gates are a middle ground: the list/summary view renders normally, but clicking into a detail view hits the gate. Used this for scheduling report drill-downs where showing the summary is a better sales tool than hiding it entirely.
The TierBadge component renders tier-colored pills (Free gets smoke, Pro gets honey, Business gets violet, Enterprise gets honey with border). Placed it in the sidebar nav, workspace switcher, billing page, and settings header. The Convex `getUserWorkspaces` query was extended to return `planTier` per workspace so the badge renders without extra lookups.
Tier assignment was the interesting design problem. Crew ratings and achievements went to Free because they drive engagement. Gating engagement to upsell felt counterproductive. Soft limits were set high enough that Free users hit real value before the cap (client tags at 15, crew certifications at 10, venue photos at 10). Hard gates protect operational leverage features: bulk gig actions, labor budgets, overtime rules.
The first commit touched 55 files. Second pass wired the remaining gates I missed and corrected several tier assignments. Not glamorous but having the enforcement pattern standardized made per-module wiring mechanical.
https://jamcrew.io
Comments URL: https://news.ycombinator.com/item?id=47262864
Points: 1
# Comments: 0
The Browser Can Speak a Page
Article URL: https://adrianroselli.com/2026/03/your-browser-can-already-speak-a-page.html
Comments URL: https://news.ycombinator.com/item?id=47262859
Points: 3
# Comments: 0
