frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: Lumoar – Free SOC 2 tool for SaaS startups

https://www.lumoar.com
72•asdxrfx•11h ago•28 comments

Show HN: Airweave – Let agents search any app

https://github.com/airweave-ai/airweave
139•lennertjansen•14h ago•34 comments

Show HN: CLI that spots fake GitHub stars, risky dependencies and licence traps

https://github.com/m-ahmed-elbeskeri/Starguard
100•artski•17h ago•62 comments

Show HN: Triplex, a visual workspace for React / Three Fiber

https://github.com/trytriplex/triplex
2•madou•2h ago•0 comments

Show HN: Open-source MMORPG prototype inspired by World of Warcraft

http://everwilds.io/
3•nickyvanurk•3h ago•2 comments

Show HN: The missing inbox for GitHub pull requests

https://github.com/pvcnt/mergeable
23•pvcnt•12h ago•2 comments

Show HN: Codigo – The Programming Language Repository

https://codigolangs.com
72•adamjhf•2d ago•20 comments

Show HN: LLM-God – An LLM Multiprompting App

https://github.com/czhou578/llm-god/tree/1.0.3
2•czhou578•5h ago•0 comments

Show HN: AGI Hits a Structural Wall – A Billion-Dollar Problem

6•mmschlereth•6h ago•0 comments

Show HN: Open-source AI code review agent that's aware of your entire codebase

https://docs.sourcebot.dev/docs/agents/review-agent
4•msukkarieh•7h ago•0 comments

Show HN: GlassFlow – OSS streaming dedup and joins from Kafka to ClickHouse

https://github.com/glassflow/clickhouse-etl
76•super_ar•1d ago•31 comments

Show HN: Translate between dialects and share SQL queries on the browser

https://sqlscope.netlify.app
15•WhyIsItAlwaysHN•4d ago•2 comments

Show HN: GS-Base – A multifunctional database tool with Python integration

https://citadel5.com/gs-base.htm
2•jpiech•9h ago•0 comments

Show HN: Blog comments, nice looking, open source – Talkyard

https://blog-comments.talkyard.io/demo/
18•KajMagnus•1d ago•2 comments

Show HN: MMORPG prototype inspired by World of Warcraft

https://github.com/nickyvanurk/everwilds
21•nickyvanurk•21h ago•7 comments

Show HN: Jester – An RSS/Atom Reader and Content Management Tool

https://jesterengine.com/
4•dan_h•10h ago•0 comments

Show HN: LoopMix128 – Fast C PRNG (.46ns), 2^128 Period, BigCrush/PractRand Pass

https://github.com/danielcota/LoopMix128
74•the_othernet•2d ago•34 comments

Show HN: Vom Decision Platform (Cursor for Decision Analyst)

https://www.vomdecision.com
15•davidreisbr•4d ago•10 comments

Show HN: Code Claude Code

https://github.com/RVCA212/codesys
117•sean_•2d ago•25 comments

Show HN: Xenolab – Rasp Pi monitor for my pet carnivourus plants

https://github.com/blackrabbit17/xenolab
130•malux85•2d ago•53 comments

Show HN: Eurker – A Developer-First Uptime Monitoring Platform with JSON Configs

https://www.eurker.com/
3•ajoshu•15h ago•0 comments

Show HN: Hydra (YC W22) – Serverless Analytics on Postgres

https://www.hydra.so/
58•coatue•3d ago•33 comments

Show HN: Oliphaunt – A native Mastodon client for macOS

https://testflight.apple.com/join/Epq1P3Cw
103•anosidium•3d ago•38 comments

Show HN: I’m 16 years old and working on my first startup, a study app

https://www.notiv.app/
80•WilliamCranna•1d ago•123 comments

Show HN: Downloads and saves any YouTube videos and playlists

https://github.com/pH-7/Download-Simply-Videos-From-YouTube
4•pierres7•16h ago•0 comments

Show HN: Vibemail – Chrome extension for vibe emailing

https://chromewebstore.google.com/detail/vibemail/dijcjhhnpgoenmkmahigmdgpkajhhhbg
9•aliyanishfaq•22h ago•7 comments

Show HN: I Built Remind Me AI. It's Like Unlimited GPT Tasks. Try the Demo

https://app.arcade.software/share/PrR3lG51cRjJkk6vEz3R
5•ShawnBuilds•1d ago•0 comments

Show HN: Hyvector – A fast and modern SVG editor

https://www.hyvector.com
325•jansan•3d ago•92 comments

Show HN: Pure Go QuickJS JavaScript engine (Golang)

https://pkg.go.dev/modernc.org/quickjs
4•0xjnml•17h ago•1 comments

Show HN: A backend agnostic Ruby framework for building reactive desktop apps

https://codeberg.org/skinnyjames/hokusai
91•zero-st4rs•3d ago•34 comments
Open in hackernews

Show HN: Vibemail – Chrome extension for vibe emailing

https://chromewebstore.google.com/detail/vibemail/dijcjhhnpgoenmkmahigmdgpkajhhhbg
9•aliyanishfaq•22h ago
Hey folks at HN,

I didn’t want to pay $10–$30/month for AI email tools, so my friend and I built a free Chrome extension that works directly inside Gmail.

It has the core features you'd expect:

- When you open a reply, it drafts a response based on the thread — just hit Tab and send.

- As you type, it suggests completions based on context (like autocomplete, but smarter).

- Press Shift+Tab to force a suggestion anytime.

- You can also give it context with // comments — e.g. // suggest a time on Thursday afternoon — and press Tab to drop in the response. Then hit Shift+X to remove the comment.

It’s super lightweight, totally free, and we’d love for people to try it out!

Checkout here: https://www.vibemail.email

Comments

shreyasnsharma•22h ago
Any way to specify my custom writing style via a system prompt?
aliyanishfaq•22h ago
good idea, prolly should allow system prompt config so people can add their custom email signature as well
bertman•20h ago
Additional information that's hopefully helpful for HN readers:

* This extension has been vibe-coded (example from the code: "// IMPORTANT: Replace this with the ACTUAL URL where your auth-iframe.html is hosted!")

* It sends your email content to ParaAI (https://paraai.pro/) for the actual text completion

aliyanishfaq•10h ago
lol, should've cleaned the code more, but it's still safe. ParaAI was also built by me. It is connected to models hosted on Azure and has more prompt/iterative checks for styling so so that was the fastest way for me to implement instead of copying code.

Appreciate the note tho! would you want it to directly send request to model provider APIs?

theGreatAmogh•12h ago
congrats - this seems really cool. just tested it out and can see the value of this!
desertkun•9h ago
I don't think sending your emails to somebody else for LLM inference, whomever that might be, is a viable business model. Unless it is completely local, I would never use it.
aliyanishfaq•6h ago
didn't aim for this to a business model. I do, however, think it can be provided there is trust for Email Client through compliance etc