Show HN: Bunway – Express-compatible web framework for Bun https://ift.tt/iTfwkbM

Show HN: Bunway – Express-compatible web framework for Bun Express developers moving to Bun face a full rewrite — every Bun framework (Hono, Elysia) has a completely different API. bunway keeps the exact same app.get(), app.post(), req, res, next pattern but runs on Bun's native HTTP server. Batteries included: routing, CORS, sessions, auth, WebSockets and more in one import. Would love feedback from anyone who's tried migrating Express projects to Bun. https://ift.tt/txrey19 March 8, 2026 at 08:53PM

Show HN: Marketing Content Generator AI-powered multi-channel content platform https://ift.tt/waOdxjX

Show HN: Marketing Content Generator AI-powered multi-channel content platform We built this for the Google Gemini 3 Hackathon. The platform takes product data (manual input or Shopify import) and generates marketing content across Instagram, Facebook, landing pages, and video. The core idea: small teams spend hours creating the same content reformatted for each channel. We wanted to automate that end-to-end pipeline with AI agents. Key pieces: real-time copy and image generation per platform, an AI Modify agent that transforms stock photos into product-specific visuals, compliance scoring against configurable rules, and a conversational landing page builder. The hardest challenge was consistency — making the AI maintain brand voice and visual style across every output type. Demo and details: https://ift.tt/8C72Gj0... Would love feedback on the approach. https://ift.tt/b8rLQel March 8, 2026 at 11:28PM

Show HN: Codebrief – Make sense of AI-generated code changes https://ift.tt/tMHr4As

Show HN: Codebrief – Make sense of AI-generated code changes I've been using Claude Code for a few months, and while it's amazing at writing code, reviewing the changes became a bottleneck. The diff is just files in alphabetical order. No context. No explanation of intent. So I built Codebrief, a VS Code extension that: 1. Captures your git diff + session context 2. Groups changes by intent (not by filename) 3. Explains the "why" behind each group It works with Claude Code, OpenCode, and Codex. GitHub: https://ift.tt/jVCEMZf VS Code Marketplace: https://ift.tt/EIon5iP.... Open VSX link (Cursor, Windsurf, etc...): https://ift.tt/XCmJ4Ud Would love feedback from anyone else dealing with this problem. https://ift.tt/jVCEMZf March 7, 2026 at 10:16PM

Show HN: Nirvana – A TUI YouTube Music Player with a Physics-Based Visualizer https://ift.tt/DiO69tP

Show HN: Nirvana – A TUI YouTube Music Player with a Physics-Based Visualizer Most CLI players have very rudimentary visualizations, so I focused on creating a "Quantum Spectrum Analyzer"—a high-frame-rate, physics-driven rainbow visualizer that uses gravity-based peak falling and mirrored symmetry. Under the hood, it manages a pool of ffplay instances and uses OS-level process suspension (via ctypes on Windows and signal on POSIX) to provide an "instant-off" pause experience without cutting the audio buffer mid-stream. Check it out here: https://ift.tt/H6qxJYZ https://ift.tt/H6qxJYZ March 7, 2026 at 01:29AM

Show HN: The Fastest Way to Ship TanStack Apps https://ift.tt/DKzmVnt

Show HN: The Fastest Way to Ship TanStack Apps https://ift.tt/0dHaSjP March 7, 2026 at 12:11AM

Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies https://ift.tt/kXDjfJt

Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies I built µJS because I wanted AJAX navigation without the verbosity of HTMX or the overhead of Turbo. It intercepts links and form submissions, fetches pages via AJAX, and swaps fragments of the DOM. Single

Show HN: Bunway – Express-compatible web framework for Bun https://ift.tt/iTfwkbM

Show HN: Bunway – Express-compatible web framework for Bun Express developers moving to Bun face a full rewrite — every Bun framework (Hono,...