frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Elon should remain focused on Mars; diverting to the Moon would be a mistake

https://quillette.com/2026/03/05/musk-is-enticed-by-the-lunar-siren-moon-space/
1•speckx•2m ago•0 comments

Beyond expands AI offering with revenue management tools

https://shorttermrentalz.com/news/beyond-expands-ai-revenue-management/
1•thomcrowe•3m ago•0 comments

Four by Three Puzzle

https://www.hankgreen.com/fourbythree
1•marvinborner•6m ago•0 comments

Show HN: SparQ Pulse – Self-hosted, GitHub-native project management

https://github.com/gosparQ/sparq
1•aidanurbina•7m ago•0 comments

Robert Stroud

https://en.wikipedia.org/wiki/Robert_Stroud
1•petethomas•7m ago•0 comments

Show HN: Piranha Chat – The second screen for live events.

https://piranha.chat/
1•Mike-Mait•7m ago•0 comments

A $45M Donation Brought Larry Ellison Deeper into Trump's Circle

https://www.wsj.com/politics/policy/how-a-45-million-donation-brought-larry-ellison-deeper-into-t...
2•petethomas•7m ago•0 comments

Vibe Coding to Agentic Engineering with Claude Code

https://www.apimatic.io/blog/agentic-engineering-claude-code
1•m3h•7m ago•0 comments

Popup Conversion Wizard – All-in-one premium popup app

https://apps.shopify.com/orange-popup
1•Vectortech•9m ago•0 comments

Engine No. 1000: Destinus reaches industrial-scale turbojet production in Europe

https://www.destinus.com/post/engine-no-1000-destinus-reaches-industrial-scale-turbojet-productio...
1•Someone•10m ago•0 comments

CFPB to Propose Data Rationing on Fintechs in Open Banking Plan

https://news.bloomberglaw.com/banking-law/cfpb-to-propose-data-rationing-on-fintechs-in-open-bank...
1•petethomas•10m ago•0 comments

Meta releases a new AI app for creators

https://techcrunch.com/2026/06/24/facebook-rolls-out-an-ai-companion-app-for-creators/
1•bogdiyan•11m ago•0 comments

Portfolio doesn't need to be boring

https://feralui.vercel.app/#/deskfolio
2•solutionB•12m ago•0 comments

Show HN: Get AI to recommend your product or service

https://plauditlabs.com
2•cwbuilds•12m ago•0 comments

OpenAI unveils its first custom chip, built by Broadcom

https://techcrunch.com/2026/06/24/openai-unveils-its-first-custom-chip-built-by-broadcom/
11•jamdesk•13m ago•56 comments

Home Broadband Is 5G's Surprise Killer App

https://spectrum.ieee.org/fixed-wireless-access
2•Brajeshwar•14m ago•1 comments

Fable Back on AWS Bedrock

https://twitter.com/synthwavedd/status/2069813760622043483
2•mkw5053•14m ago•0 comments

Show HN: Imara – policy enforcement layer for MCP agents (npx imara)

https://github.com/Dnakitare/imara
1•dnakitare•15m ago•0 comments

Peach – free, open source, zero-knowledge password manager with no server

https://peachpasswords.com/
1•ashasoftware•15m ago•0 comments

Copy any websites design with this Chrome plugin

https://chromewebstore.google.com/detail/ai-brand-kits-—-extract-b/cbdoamlbbflaphjnbladbfnianjl...
1•mattmerrick•16m ago•0 comments

Raspberry Pi Locator to shut down after its bot was blocked

https://hackaday.com/2026/06/24/raspberry-pi-locator-website-to-shut-down-in-july/
1•Lihh27•17m ago•0 comments

Performance of WASM Runtimes in 2026

https://00f.net/2026/06/23/webassembly-runtimes-2026/
1•fanf2•18m ago•0 comments

How Does History Judge Prime Ministers?

https://www.historytoday.com/archive/head-head/how-does-history-judge-prime-ministers
1•pepys•19m ago•0 comments

Looking Ahead to Postgres 19

https://www.snowflake.com/en/blog/engineering/postgresql-19-features-beta/
1•plaur782•22m ago•0 comments

Ask HN: I miss old days of blogging without promotions

2•throwaw12•23m ago•3 comments

The running list: major tech layoffs in 2026 where employers cited AI

https://techcrunch.com/2026/06/22/the-running-list-major-tech-layoffs-in-2026-where-employers-cit...
2•wslh•25m ago•0 comments

Overturned truck releases 24M honeybees forcing Texas town lockdown

https://www.fox26houston.com/news/overturned-18-wheeler-releases-least-24-million-honeybees-forci...
1•Vaslo•26m ago•0 comments

Fuzzy APIs are remaking the web

https://www.infoworld.com/article/4186394/how-fuzzy-apis-are-remaking-the-web.html
1•msolujic•28m ago•0 comments

China as an Absolute Advantage Economy

https://yashenghuang.substack.com/p/china-as-an-absolute-advantage-economy
2•speckx•28m ago•0 comments

All roads led to Markdown

https://paxdynamics.com/blog/build-right
3•majestic5762•29m ago•0 comments
Open in hackernews

Show HN: Forte – Cloud infra to get startups to production faster

https://forteplatforms.com
5•mvand•1h ago
Forte is an opinionated cloud platform that gets developers to production faster. Developers bring their code and Forte containerizes it with autoscaling and no cold starts, securely configures auth, and provides logging insights and monitoring out of the box.

I used to help lead service development at AWS, and even before AI coding was widespread, our biggest bottleneck was rarely feature development. We would spend months on security prep, observability tooling, on-call optimization, and other overhead before launching new features. When I worked in startups, every team hit a surprisingly similar set of problems and spent weeks rebuilding auth, logging, monitoring, and payments.

Platforms like Heroku, Render, and Railway are helpful for getting a container running but don't provide the rest of the tooling the teams need to go to production -- auth, secure defaults, and request-level logging. We built Forte to solve that entire stack of problems.

You can check out Forte at https://forteplatforms.com (it's free to sign up and doesn't require a payment method). We'd love to hear your questions and feedback!

Comments

AlexJKM•1h ago
Just gave this a try. I was expecting this to be overhyped but I was honestly surprised at just how easy it was. I was able to spin up a Spring Boot backend and NextJS frontend without doing any configuration on my end and somehow it actually worked, containerized and deployed it all for me. Great job on this, I’ll probably use it next time I launch something
mvand•2m ago
Thanks for the feedback! We put a lot of work into handling edge cases from different frameworks and testing various tech stacks including Spring and NextJS (SSR hosting and containerization is a bit tricky to get right) -- glad to hear that Forte worked as intended for you.