frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Tiny VM sandbox in C with apps in Rust, C and Zig

https://github.com/ringtailsoftware/uvm32
167•trj•17h ago•11 comments

Show HN: I made a spreadsheet where formulas also update backwards

https://victorpoughon.github.io/bidicalc/
179•fouronnes3•1d ago•85 comments

Show HN: Tripwire: A new anti evil maid defense

https://github.com/fr33-sh/Tripwire
78•DoctorFreeman•2d ago•47 comments

Show HN: Hands on tutorial for open source contribution

https://github.com/firstcontributions/first-contributions
3•promptmike•5h ago•0 comments

Show HN: A real-time 4D fractal explorer in the browser using WebGPU

https://bryanjj.github.io/nebula/
9•bryan0•1d ago•5 comments

Show HN: Autofix Bot – Hybrid static analysis and AI code review agent

35•sanketsaurav•1d ago•13 comments

Show HN: Local Privacy Firewall-blocks PII and secrets before ChatGPT sees them

https://github.com/privacyshield-ai/privacy-firewall
108•arnabkarsarkar•3d ago•54 comments

Show HN: Browser4 – an open-source browser engine for agents and concurrency

https://github.com/platonai/Browser4
6•galaxyeye•9h ago•2 comments

Show HN: Sim – Apache-2.0 n8n alternative

https://github.com/simstudioai/sim
230•waleedlatif1•1d ago•58 comments

Show HN: Gemini Pro 3 imagines the HN front page 10 years from now

https://dosaygo-studio.github.io/hn-front-page-2035/news
3323•keepamovin•4d ago•960 comments

Show HN: Wirebrowser – A JavaScript debugger with breakpoint-driven heap search

https://github.com/fcavallarin/wirebrowser
68•fcavallarin•3d ago•15 comments

Show HN: Jottings; Anti-social microblog for your thoughts

https://jottings.me/
24•vishalvshekkar•1d ago•15 comments

Show HN: A 2-row, 16-key keyboard designed for smartphones

https://k-keyboard.com/Why-QWERTY-mini
81•QWERTYmini•2d ago•68 comments

Show HN: Automated license plate reader coverage in the USA

https://alpranalysis.com
238•sodality2•2d ago•146 comments

Show HN: An ASCII table that doesn't hurt your eyes

https://asciify.dev/
4•dklepenko•14h ago•1 comments

Show HN: Gotui – a modern Go terminal dashboard library

https://github.com/metaspartan/gotui
43•carsenk•1d ago•13 comments

Show HN: AlgoDrill – Interactive drills to stop forgetting LeetCode patterns

https://algodrill.io
177•henwfan•4d ago•106 comments

Show HN: GPULlama3.java Llama Compilied to PTX/OpenCL Now Integrated in Quarkus

23•mikepapadim•1d ago•5 comments

Show HN: I built a system for active note-taking in regular meetings like 1-1s

https://withdocket.com
175•davnicwil•4d ago•132 comments

Show HN: EdgeVec – Sub-millisecond vector search in the browser (Rust/WASM)

https://github.com/matte1782/edgevec
6•matteo1782•16h ago•1 comments

Show HN: An endless scrolling word search game

https://endless-wordsearch.com
25•marcusdev•2d ago•16 comments

Show HN: PharmVault – Secure Notes with Spring Boot and JWT

https://github.com/nifski/PharmVault
4•nifemi1234•16h ago•3 comments

Show HN: Epstein's emails reconstructed in a message-style UI (OCR and LLMs)

https://github.com/Toon-nooT/epsteins-phone-reconstructed
44•toon-noot•1d ago•8 comments

Show HN: I built a GitHub application that generates documentation automatically

https://codesummary.io
5•jerrodcodes•17h ago•2 comments

Show HN: Verani – Socket.io-like realtime SDK for Cloudflare

https://github.com/v0id-user/verani
6•v0id_user•18h ago•0 comments

Show HN: PhenixCode – Added admin dashboard for multi-server management

https://github.com/nesall/phenixcode
3•nesall•18h ago•0 comments

Show HN: Storyloom – Deterministic Storytelling Framework

https://jcpsimmons.github.io/storyloom/
4•joshcsimmons•19h ago•0 comments

Show HN: I'm building an open-source Amazon

https://openship.org
8•theturtletalks•20h ago•2 comments

Show HN: ESLint Plugin for styled-jsx

https://github.com/sushichan044/eslint-plugin-styled-jsx
4•sushichan044•20h ago•0 comments

Show HN: Euporie-lite, Jupyter notebooks in terminal in the browser

https://euporie.readthedocs.io/en/latest/_static/lite.html
3•joouha•22h ago•1 comments
Open in hackernews

Show HN: Leap – Full-stack AI developer agent that deploys to AWS

https://leap.new
22•machekb•6mo ago
We just launched Leap, an AI developer agent that helps you build and deploy apps with real backends to your own AWS or GCP cloud.

We built it because every AI app builder we tried fell short. They were fine for prototypes, but not for real systems. No support for proper backend infra, no isolated test environments, and sometimes shockingly no way to own your code.

We build Leap to be more appropriate for developers:

- Connect GitHub to put your code in a repo you control - Work with code generation using pull request–style revisions with diffs - Get Architecture diagrams and API docs for your app as you build - Develop using an isolated preview environment - Deploy either via open source tooling or the integration with Encore Cloud for automated deploys to AWS/GCP

Leap uses Claude 4 Sonnet and runs on our open-source framework Encore.ts[1], which provides declarative infrastructure (like a cloud-agnostic CDK-layer). We found the framework to be a good fit for LLM code generation as both application logic and infra is defined in the same context, and the declarative nature makes it less error prone.

Right now we think Leap is best for starting new projects or building new isolated services in existing larger systems.

The biggest challenge right now is dealing with larger codebases as models struggle to cope with large contexts. And while we're doing a few things to optimize this, we intentionally made it so that you can switch to your IDE any time and keep working there. To run your app locally you only need the open Encore CLI installed, which also can be used to build the app as a docker container.

We're just getting started and would love your feedback if you try it. And also it would be helpful to understand what would make this useful for you?

- You can try it here: https://leap.new - Here's the launch blog post and video: https://leap.new/launched

[1]https://github.com/encoredev/encore

Comments

esafak•6mo ago
Your launch post link above, but this one does not: https://leap.new/launch

Is the idea to expose Encore through MCP?

machekb•6mo ago
Thanks! Leap doesn't currently use an MCP, but it we've build the same sort of logic for reading information from the Encore app's runtime into the Leap application itself. We found it was more controllable and token efficient.

Encore does have an MCP server now though, for local dev: https://github.com/encoredev/encore/releases/tag/v1.47.0