Feed aggregator

Show HN: Wez, modern terminal web browser with Vim bindings

Hacker News - Fri, 03/06/2026 - 8:27pm

hacked together over a few nights I found it surprisingly capable, let me know your thoughts if any.

Comments URL: https://news.ycombinator.com/item?id=47283407

Points: 1

# Comments: 0

Categories: Hacker News

Intelligence Beyond Knowledge

Hacker News - Fri, 03/06/2026 - 8:23pm

Article URL: https://philpapers.org/rec/HANIBK

Comments URL: https://news.ycombinator.com/item?id=47283370

Points: 1

# Comments: 1

Categories: Hacker News

Some Words on WigglyPaint

Hacker News - Fri, 03/06/2026 - 8:21pm
Categories: Hacker News

I've built a better Lovable clone alone

Hacker News - Fri, 03/06/2026 - 8:21pm

Article URL: https://playcode.io/

Comments URL: https://news.ycombinator.com/item?id=47283362

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: MarketplaceKit – Ship a rental marketplace in days instead of months

Hacker News - Fri, 03/06/2026 - 8:16pm

I've built three rental marketplaces from scratch. The painful parts were always the same — real-time messaging that actually works (read receipts, unread counts, email fallback), reservation systems with availability calendars and conflict detection, mutual review systems, and the endless admin panel.

Third time around I stopped and extracted everything into a single boilerplate. The key design decision was making it config-driven — nine feature flags, TypeScript config files for pricing (hourly/daily/weekly/monthly), categories, theme, emails. Flip a flag and the entire feature disappears cleanly, including nav links, context providers, and API routes.

Stack: Next.js 15 App Router, Tailwind v4, Prisma + PostgreSQL, Socket.io, Cloudflare R2. Nothing exotic — any Next.js developer can read the codebase in an afternoon.

Live demo with 50+ listings: https://marketplace-kit-demo.vercel.app

Selling it as a one-time purchase. Happy to talk about the architecture or any of the trade-offs I made.

Comments URL: https://news.ycombinator.com/item?id=47283328

Points: 1

# Comments: 0

Categories: Hacker News

Pages