Developer ToolsTempl
Type-safe HTML templating language for Go with compile-time safety
Encore lets backend developers declare databases, Pub/Sub, cron jobs and APIs as type-safe objects in Go or TypeScript and have them provisioned automatically. The free Cloud plan now has no team-size cap.
Encore is an open-source backend framework for Go and TypeScript that lets you declare APIs, databases, Pub/Sub topics, caches, buckets and cron jobs as type-safe objects in code — and then provisions the matching cloud infrastructure for you on AWS or GCP. We rate it 86/100 — the strongest pick for small teams shipping production microservices on a major cloud who do not want to hand-roll Terraform.
Encore was started by Andre Eriksson and Marcus Kohlberg in 2021 after Eriksson spent years at Spotify watching backend engineers waste weeks of every quarter on infrastructure plumbing instead of product work. The Stockholm-based company shipped encoredev/encore on GitHub on under the Mozilla Public License 2.0. The repository now sits at 11,901 GitHub stars and 573 forks as of , with Groupon, Quiqup, PavleBank and Carla running it in production.
The pitch is simple. Frameworks like Express or Gin give you HTTP routing and stop there. Heavy platforms like Spring or NestJS add structure but still leave databases, queues and observability up to you. Encore parses your code at build time, understands which infrastructure your services need, and generates the AWS or GCP resources to match — including the IAM, the Pub/Sub topics, the Cloud SQL instance and the distributed tracing wiring — all without you writing a single line of YAML.
const db = new SQLDatabase("users", { migrations: "./migrations" }). Encore handles provisioning, migrations and connection management on every environment.encore run and you get a built-in API explorer, distributed tracing, service catalog, architecture diagrams and a database explorer at localhost:9400 — no Docker compose required.encore build docker exports a portable image you can run on Kubernetes, Fly.io or any host — no lock-in to Encore Cloud.
Reaction across Hacker News and the GitHub discussions tab is broadly positive but pointed. The recurring praise: backends that used to take a sprint to wire up — database, queues, tracing, deploys — can be running in production by Friday afternoon, and the type safety on service-to-service calls eliminates a category of runtime bugs. The recurring criticism: Encore's "magic" can hide what is happening, and engineers who came up writing Terraform sometimes feel uncomfortable handing that control to a framework. A second thread of feedback is that the Go SDK feels more mature than Encore.ts, which only hit 1.0 in 2024. On Reddit's r/golang, several developers report migrating off Encore once their architecture grew past the "small handful of services" sweet spot — not because the framework broke, but because they wanted explicit control as they scaled.
Encore changed its pricing in 2025 to remove team-size limits on the free plan. The framework itself is open source and free forever; Encore Cloud is the paid surface.
| Plan | Price | Key Limits |
|---|---|---|
| Free | $0 | Unlimited team size, free dev environments, tracing, metrics, service catalog |
| Pro | $39 per user per month | All Pro features, SSO, audit logs, RBAC, advanced observability |
| AWS/GCP DevOps automation | $99/environment/month + $1.70 per resource | Adds production provisioning into your own cloud account |
| Self-hosted | $0 | Export Docker image, run anywhere — no Encore Cloud features required |
Best for: Solo developers and small platform teams (1–15 engineers) building TypeScript or Go microservices on AWS or GCP, especially anyone shipping a SaaS MVP who would otherwise spend two weeks on Terraform, observability and CI before writing the first product feature.
Not ideal for: Teams already standardised on Kubernetes operators or a deeply customised Terraform monorepo — Encore's value proposition is "give up some control to skip the plumbing", and that trade is wrong if you have already paid the plumbing cost. Also a poor fit for languages other than Go and TypeScript.
Pros:
Cons:
NestJS gives you structure without the infra magic and works on Azure and Cloudflare too. Hono is the leaner, edge-first TypeScript option that pairs well with Cloudflare Workers but leaves infrastructure to you. Fly.io is a simpler deploy story for any framework but does not generate your code's resource graph the way Encore does.
Encore is the rare framework that earns the word "platform". For a startup or small team building production microservices on AWS or GCP, it cuts the boring 70 % of backend work — the part that has nothing to do with your product — and replaces it with a set of typed primitives you can read in an afternoon. The free plan covering unlimited team size in 2025 made it a much harder framework to argue against. We dock points only for the limited cloud coverage and the magic-at-parse-time learning curve, both of which are real but addressable. 86/100 — if your stack is Go or TypeScript on AWS/GCP, try it on the next greenfield service.
encore build docker to export your application as a portable Docker image you can deploy on any cloud, Kubernetes cluster, Fly.io or self-hosted server — no Encore Cloud account required.Apple Q2 FY26: Record $111.2B Revenue, $30.97B Services, $100B New Buyback — Tim Cook's Last Full Quarter (April 30, 2026)
Apple reported record fiscal Q2 2026 revenue of $111.2 billion (up 17% YoY), Services revenue of $30.97 billion, iPhone revenue of $57 billion driven by iPhone 17, and authorized a new $100 billion buyback. The first earnings since the Tim Cook to John Ternus succession announcement.
May 3, 2026
Qwen 3.6-Plus Debuts on Fireworks AI in Landmark Alibaba Partnership (May 1, 2026)
Alibaba's flagship closed-weights model Qwen 3.6-Plus is live on Fireworks AI's serverless inference platform — the first time a top-tier Qwen Plus model has been hosted by an outside U.S. provider. 1M-token context, 78.8 on SWE-bench Verified, $0.50/$3 per million tokens.
May 3, 2026
Avoca Hits $1B Valuation With $125M+ Raise to Bring AI Voice Agents to HVAC and Plumbing (April 27, 2026)
Avoca, the New York AI startup serving HVAC, plumbing and electrical contractors, announced more than $125M in total funding at a $1B valuation on April 27, 2026 — Series B co-led by Meritech and General Catalyst, Series A by Kleiner Perkins.
May 3, 2026
Is this product worth it?
Built With
Compare with other tools
Open Comparison Tool →