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
Encore
@encoredotdev.bsky.social
Open Source Backend Framework with declarative infrastructure - for building fast, type-safe distributed systems. ⭐8.5k - github.com/encoredev/encore
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...
youtube.com
🚀 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.
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.
CTO @neal_lathia explains how small things add up to big momentum for the team at Gradient Labs.
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.
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!
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.
You can create type-safe streaming APIs with very little code using Encore.ts. Under the hood it uses websockets.
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
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.
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.
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.
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.
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
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.
Our developer community is growing every single day. Thanks for all your support! ❤️
Encore lets you define secrets directly in code, then store your secret values securely using the built-in secrets manager.
Generate a deployable docker image for your Encore application by running `encore build docker`. Then use whatever hosting provider you prefer.
Everything you need to build and ship your Encore application is Open Source. Thanks to everyone in the community supporting the development!
Encore's Pub/Sub integration lets you simply define semantics like delivery guarantees and ordering in your application code. Define your topic and configuration in just 2 lines of code.
Encore.ts handles requests and validation in it's own Rust runtime, integrated with @nodejs using the Node-API. This means you get multi-threading and 10x performance vs. standard Node.
Subscribe to Pub/Sub topics in just 2 lines of code with Encore.ts, use `encore run` to run everything locally with automatic infrastructure.
Define Pub/Sub topics in your TypeScript app in just 2 lines using Encore.ts. Then run it locally with `encore run`. It handles setting up the infrastructure automatically.