Friday, July 25, 2025

Show HN: Selling My AI App Builder https://ift.tt/Y2SZkKR

Show HN: Selling My AI App Builder contact - buildwise.space@gmail.com https://buildwise.space July 25, 2025 at 01:09AM

Show HN: Local Email Client for AI Horseless Carriages https://ift.tt/PTIfbH2

Show HN: Local Email Client for AI Horseless Carriages The AI Horseless Carriages article spurred a lot of conversation about how we should just be giving users the system prompt box [0], and we were pretty surprised that a bunch of email clients didn’t pop up following this pattern [1]. So we went ahead and created a local [2] email client that you can run that processes your inbox with your own handwritten rules. It lets you label and archive based on natural language rules. You can draft responses with your own drafting prompt, and there’s a “research sender” option that uses web search to get public info on a sender. You can customize any of the prompts to fit your needs. We’d love to hear what you think and PRs/issues are welcome! [0] https://ift.tt/8VAjEPe [1] Superhuman seems to be pulling on this thread [2] uses OpenAI for this version, client runs locally, ollama support soon! https://ift.tt/NJUq3H1 July 24, 2025 at 11:06PM

Thursday, July 24, 2025

Show HN: Vacation Maximizer – Maximize PTO by taking days off around holidays https://ift.tt/RmCzsXY

Show HN: Vacation Maximizer – Maximize PTO by taking days off around holidays Hey! In my last job I was constantly wondering when it would be best to take days off so I could enjoy the most days off in a row, so I made this tool! It tries to schedule PTO around holidays so that you get the most consecutive time off while spending as few days as possible. You can set some constraints, customize the holidays and define mandatory vacation days (in case your company mandates them). If you try for 2025, you should see results for the rest of the year. If there are unscheduled days, it's because there isn't a particularly good period to take them off. (I should make this clearer in the site, to be honest). Let me know if you have any questions or comments and hope you get value out of it! Bernardo https://ift.tt/u6wjqkY July 24, 2025 at 01:24AM

Show HN: AnkiTTS (Anki Text to Speech) https://ift.tt/tAim9Ln

Show HN: AnkiTTS (Anki Text to Speech) Easily add audio to your anki files using elevenlabs and this CLI tool. https://ift.tt/k2bKR9n July 23, 2025 at 09:36PM

Wednesday, July 23, 2025

Show HN: Compass CNC – Open-source handheld CNC router https://ift.tt/nyUmFaX

Show HN: Compass CNC – Open-source handheld CNC router Hey HN, I am Cam, and for the past two years I have been working on Compass, an open-source handheld CNC router that brings computer precision to woodworking while keeping the user directly involved in the process. The idea started as my senior design project at UC Berkeley, with the goal of making a more approachable CNC machine—standard CNC machines are expensive, bulky, and remove you from the tactile “maker” experience. Compass solves that by combining a handheld router with real-time robotic assistance. You move the router roughly along a design path, and Compass uses four optical flow sensors (like in computer mice) and a 3-axis motion system to auto-correct for precision cuts. What is different about Compass: - Open source: All plans, firmware, and CAD files are available on GitHub. - Affordable: The DIY build costs ~$600 in parts, and I am selling kits for <$800. - No external markers: The sensing technology allows for positioning without external markers, so no setup or consumables required. - Portable: Fits in a backpack and is not limited by a fixed work envelope. We recently completed our first beta program and have just launched V1 kits for pre-order. You can find more info and the launch video at the listed URL. GitHub: https://github.com/camchaney/handheld-cnc https://www.compassrouter.com July 19, 2025 at 01:18PM

Show HN: Phind.design – Image editor & design tool powered by 4o / custom models https://ift.tt/2RDqxH3

Show HN: Phind.design – Image editor & design tool powered by 4o / custom models Hi HN, Today we’re launching phind.design ( https://phind.design ), an image editor and design tool that uses 4o and custom models to allow users to generate and edit designs for anything from logos and advertisements to creative website and app designs. 4o is great at producing a first version of an image, but is not capable of editing it without messing up other parts of it. We fix this by running Flux Kontext alongside 4o image gen in the chat, as well as by introducing a precision editor powered by custom models where a user indicates an area to modify and we guarantee that only that area will be modified. Our precision editor is state-of-the-art on image editing in our tests and allows inserting new additional images into the existing image. The latter allows users to insert a logo, product, or face into an image without messing up other parts of the image, and even fix logos and faces that were messed up by 4o. Text editing with the precision edit model is still a work in progress, and we will fix it with the next iteration of that model. We recommend using the chat for editing text for now. Example: Insert UT Austin logo into helicopter ad ( https://ift.tt/3d4pE9t ) We also always produce multiple variations for image generations and edits, as we think this variety is important for getting exactly what you asked for. Example: Paul Graham in startup heaven ( https://ift.tt/aUnHq8E ) One thing we’re excited about is adding more variation into AI-generated websites, as many website builders all use the same CSS libraries, so many websites end up looking the same. We hope to allow builders and creatives to make truly unique designs in 1/10th the time it currently takes with existing tools. Example: Make me a popeyes landing page where the eyes are actually popping out ( https://ift.tt/mY051rs ) Example: A train map with sandwich ingredients replacing subway stops. ( https://ift.tt/0oH9jiE ) As engineers who have been frustrated by the time commitment it takes to learn Figma or Photoshop, we hope that phind.design makes it incredibly easy to go from zero to one on your wildest creative ideas. The editor is far from perfect, particularly when it comes to text. We are working on it and have a new custom precision editing model on the way. In the meantime, we’re excited to hear your comments and feedback! https://phind.design July 22, 2025 at 11:14PM

Show HN: Any-LLM – lightweight and open-source router to access any LLM Provider https://ift.tt/7vJ8y03

Show HN: Any-LLM – lightweight and open-source router to access any LLM Provider We built any-llm because we needed a lightweight router for LLM providers with minimal overhead. Switching between models is just a string change : update "openai/gpt-4" to "anthropic/claude-3" and you're done. It uses official provider SDKs when available, which helps since providers handle their own compatibility updates. No proxy or gateway service needed either, so getting started is pretty straightforward - just pip install and import. Currently supports 20+ providers including OpenAI, Anthropic, Google, Mistral, and AWS Bedrock. Would love to hear what you think! https://ift.tt/7kZKjAO July 22, 2025 at 11:10PM

Show HN: Happy Coder – End-to-End Encrypted Mobile Client for Claude Code https://ift.tt/vt1BkI0

Show HN: Happy Coder – End-to-End Encrypted Mobile Client for Claude Code Hey all! Few weeks ago we realized AI models are now so good you d...