I'm launching many landing pages these days and want to collect emails into waitlists. I have been working on Wait: https://github.com/tanin47/wait , a self-hostable CORS-enabled headless waitlist system that connects to Google Sheets. I have many landing pages hosted for free on Netlify and Github Pages as static pages. All of them have waitlist forms that send cross-domain AJAX requests to the Wait server, which th…
Is there actually demand for this? I did one that writes to a Notion DB and is hosted for free on Cloudflare. I don't think I bothered to open source it though.
Ask HN: What are you working on? (January 2026)
691–700 of 914 posts
Re: Ask HN: What are you working on? (January 2026)
#692The core problem: there are now 45+ AI models for visual content (Kling, Sora, Veo, FLUX, Imagen, GPT-4o Image, etc.) and they each have different strengths. We aggregate them into one canvas where you can:
Generate images across 21 models and compare outputs side-by-side Convert images to video with 19 video models (Kling 2.6, Veo 3.1, Sora 2, Seedance) Use Storyboard mode to plan multi-scene videos shot-by-shot with consistent characters/assets Upscale, remove backgrounds, inpaint/outpaint — all in one workflow Main use case is e-commerce product content: lifestyle shots, 360° product reveals, unboxing videos. Upload a product image, generate variations across models, animate the best ones, export in platform-ready formats.
Re: Ask HN: What are you working on? (January 2026)
#693Script to auto-rename screenshots with Claude Code I'm sure there are a ton of other projects out there that do this, but I couldn't find one that fit my needs exactly, so I threw this together in a few hours. claude-image-renamer uses Claude Code CLI to analyze screenshots and rename them to something actually usable. It combines OCR text extraction with Claude's vision capabilities, so instead of "Screenshot 2025-1…
Re: Ask HN: What are you working on? (January 2026)
#694I started working on a simple Telegram bot with llm backend and .md knowledgebase that would help me organize, track and research my long-term hobby projects. The problem that I am repeatedly facing is that I am trying to build a home server and I keep asking chatgpt questions, but it is hard to keep all the little details in one place. The way I see it is that I can just text my assistant bot and ask it something li…
I ran into the same problem. Tried using ChatGPT as a scrum manager. It was really good at checking off todos through conversation, but as I fleshed out the details of the project it would forget critical information - not necessarily todos, but critical information constraining the implementation of the project. In the initial stages, it was great, but it lost usefulness over time.
Re: Ask HN: What are you working on? (January 2026)
#695You put queries in a file `app/queries/foo.sql.erb`. Casting works and can be customised. There's ERB-support for parameterisation, with helpers like order_by and paginate.
The gem can parse and rewrite CTEs which allows for 1) rewriting the query such that basic queries (first, take, count etc.) are performant (Rails does `resultset.count`). And 2) given your query contains CTEs, it allows to write tests per CTE.
Re: Ask HN: What are you working on? (January 2026)
#696Earlier quoted context omitted.
This is awesome, thank you for doing this work; it’s not glamorous but it’s a key feature to making computers productive. I know it’s not a popular opinion here but I think that Windows has two killer features that are always overlooked- the standard print dialog (and all the underlying plumbing), and the standard file dialog (at least until Windows 8). The ability to print and to interact with files, that just works…
Mac has always had print to PDF from the start, I'm not sure if even the latest windows comes with that OOB. I'm sure Linux is the same (as in the same as Mac).
[1]: https://pdfa.org/microsoft-adds-print-to-pdf-native-to-windo...
Re: Ask HN: What are you working on? (January 2026)
#697The goal is basically what's listed on the Elm website. No runtime errors, fearless refactoring, etc. But also improved accessibility for developers who want to create a native "Linux" app. IMO Linux should be so accessible and so amenable to rapid prototyping that it is the default choice when building a new GUI app.
Re: Ask HN: What are you working on? (January 2026)
#698What it does:
File Explorer: Browse your project files and open them directly in your terminal/editor
Git Operations: Checkout and run any branch/tag directly on a device
Gradle Tasks: Run assembleDebug, installDebug, or custom tasks with streaming output
Logcat Viewer: Live filtering by level, tag, or search text
Activity Tracker: Monitor the current foreground activity
ADB Tools: Clear data, uninstall, manage permissions, input text, take screenshots
Visual Testing: Screenshot comparison tool to catch UI regressions
Terminal Integration: Open files in iTerm2, Terminal, Warp, etc.
https://saltserv.gumroad.com/l/adbremote
Feedback welcome—especially if you find yourself avoiding Android Studio for quick device tasks.