Encore
banner
encoredotdev.bsky.social
Encore
@encoredotdev.bsky.social
Open Source Backend Framework with declarative infrastructure - for building fast, type-safe distributed systems. ⭐8.5k - github.com/encoredev/encore
We're shaping the future of open source by supporting builders who create tools that matter.

OSS Hackathon 2025 (Sep 1-7): Build something meaningful, share it with the world, win $5k+ in prizes.

Register now @ osshackathon.com
July 23, 2025 at 3:12 PM
Leap.new builds and deploys functional applications with AI, not just frontend demos: youtu.be/kvyslurD4Nc
Build and Deploy a working Spotify Clone in 30 minutes with Leap new
See how to use Leap.new — the first AI developer agent that builds and deploys full-stack applications, with real backends, to your cloud on GCP / AWS — to c...
www.youtube.com
May 29, 2025 at 10:00 AM
🚀 Launch day: Leap.new is live! -- The first AI developer agent that helps you build and deploy full-stack apps, with real backends, to your own cloud.
May 28, 2025 at 6:50 AM
GIVEAWAY: We've teamed up with Stefan (@deadparrot.dev), software architect from Linz and author of TypeScript Cookbook, to give away a signed copy of his latest book. Follow and repost to enter! Winner announced Monday, 19th of May.
May 12, 2025 at 11:31 AM
CTO @neal_lathia explains how small things add up to big momentum for the team at Gradient Labs.
March 11, 2025 at 10:00 AM
We've have just got results back from our first ever community-wide Encore Developer Survey, and we now have lots of exciting data to dig into.

Here's an interesting one, showing how Encore is replacing not just frameworks but also IaC tools and BaaS platforms.
February 25, 2025 at 2:59 PM
Our open-source project now has 9000 stars on GitHub.
Thanks everyone who contributes to making Encore better every day. Your support and dedication mean the world to us!
February 14, 2025 at 11:00 AM
We're proud to participate as an industry partner in this week's AI Engine Hackathon organized by some of the UK's top universities. Tomorrow we'll be presenting how Encore helps you harness AI to create. Alongside other incredible partners like @MistralAI @vercel @OpenAI @AnthropicAI etc.
February 13, 2025 at 12:25 PM
This guy gets it.
February 10, 2025 at 4:00 PM
You can create type-safe streaming APIs with very little code using Encore.ts. Under the hood it uses websockets.
February 7, 2025 at 4:00 PM
Wrap your TypeScript functions using the encore.dev/api module to turn them into APIs.
February 6, 2025 at 4:00 PM
Deploy a @typescript app to @kubernetesio on AWS with this simple guide: dev.to/encore/buil...
February 5, 2025 at 4:00 PM
Encore's built-in auth handler makes it simple to integrate various auth providers in your backend app. See the docs for some examples using @auth0 @ClerkDev
February 4, 2025 at 4:00 PM
Encore.ts provides built-in support for middleware, which is handy for reusable functionality that runs before, after, or both before and after, handling API requests across multiple endpoints.
February 3, 2025 at 11:00 AM
Easy access to observability tools like tracing can help you build better applications as you can more easily understand your system behavior. That's why we built it into Encore's local development dashboard, so you have full insight from day 1.
January 31, 2025 at 4:00 PM
Returning structured error information from your APIs is simple with Encore.ts using the built-in api module, just throw the APIError exception with the appropriate error code.
January 31, 2025 at 11:00 AM
Don't be a light weight. 💪
www.youtube.com/watch?v=SEX...
January 30, 2025 at 4:00 PM
Turns out what's helpful for developers is helpful for LLMs too.

LLM powered tools like Copilot can now build full systems—infra and all—using Encore’s open-source TypeScript and Go frameworks.

That means pairing Encore with Copilot gets you way more bang for your AI-buck.
January 30, 2025 at 10:20 AM
We want to make it FUN to learn Encore, so we've built an interactive tutorial inspired by Duolingo. Try it yourself:
brew install encoredev/tap/encore && encore app create --example=ts/introduction && encore run
January 29, 2025 at 4:00 PM
Define an object storage (s3) bucket directly in your Node app, in just two lines, using Encore.ts. Run it locally with `encore run`. Encore automatically sets up the infrastructure.
January 29, 2025 at 11:00 AM
Our developer community is growing every single day. Thanks for all your support! ❤️
January 28, 2025 at 4:00 PM
Encore lets you define secrets directly in code, then store your secret values securely using the built-in secrets manager.
January 28, 2025 at 11:00 AM
See how to use Prisma and Drizzle in your Encore.ts backend: dev.to/encore/how-...
January 27, 2025 at 9:00 PM
Generate a deployable docker image for your Encore application by running `encore build docker`. Then use whatever hosting provider you prefer.
January 27, 2025 at 4:00 PM
Everything you need to build and ship your Encore application is Open Source. Thanks to everyone in the community supporting the development!
January 24, 2025 at 4:00 PM