Encore.ts / Encore.go
Open Source TypeScript Backend Framework
for robust type-safe applications

Video thumbnail
1. Install Encore
macOS
Windows
Linux
Brew
$ brew install encoredev/tap/encore
2. Create tutorial app
$ encore app create --example=ts/introduction
3. Run locally
$ encore run

Loved by pioneering engineering teams in fast-moving startups and scaleups
See what teams are building with Encore

  • Spark
  • Alba
  • Skrym
  • Pave Bank
  • Bookshop.org
  • Carla
  • Dutch
  • Gravity
  • Alguna
  • Caribou
  • Slimrate
  • Quiqup
  • Echo
  • Rumi.ai
  • Levven
  • Lizza

Leave the maze of complexity behind

Leave the maze of complexity behind

9x Faster than Express.js
3x Faster than Elysia & Hono

Requests/sec

Without validation
With schema validation
121,005
107,018
Encore
v1.38.7
82,617
35,124
Elysia (+ TypeBox)
v1.1.16 / v0.33.12
71,202
33,150
Hono (+ TypeBox)
v4.6.3 / v0.33.12
62,207
48,397
Fastify (+ Ajv)
v4.27.0 / v8.16.0
15,707
11,878
Express (+ Zod)
v4.19.2 / v3.23.8
Replace Express.js with Encore.ts for 9x faster APIs.
Try it

Rust-powered Performance and Type-Safety in Node.js

Performance: Multi-threaded request handling and validation in Rust


Compatibility: Runs as a native Node.js process for full ecosystem compatibility


Type-Safety: Automatic request validation in Rust for runtime type-safety

Wrap your APIs with Encore.ts for improved performance and type-safety.
Try it

Define functions and use them as APIs

Encore.ts generates the communication boilerplate and ensures full type-safety.


Learn how to define services and APIs in Encore through interactive coding challenges:
$ encore app create --example=ts/introduction

Integrate your infrastructure as type-safe objects in application code

Encore runs all your distributed systems infrastructure for local dev, and builds your app using Docker images directly from the CLI.


Deploy anywhere that supports Docker images using Encore's Open Source tools.
See how
Fully automate infra and DevOps in your cloud on AWS and GCP with Encore Cloud Platform.
Learn more

Automated local infrastructure and built-in development dashboard

Try the local development experience:
$ encore app create --example=ts/hello-world

Automated local infra with hot reload

encore run starts your app and all infrastructure. Forget YAML, Docker Compose, and the usual headaches.

Service Catalog & API Explorer

Automatically updated Service Catalog with full API documentation, and an API Explorer for testing your APIs.

Tracing & Logging

The local dashboard includes tracing for API requests, database calls, and Pub/Sub messages.

Architecture Diagrams

Automatic architecture diagrams give you a real-time overview of your application.

Full example project

Project

Clone this example
$ encore app create --example=ts/uptime

Join a growing community of pioneering developers

Encore's Open Source Community is the driving force behind the project.
It's full of friendly developers supporting the project with feedback, bug fixes, and wisdom.

        Discord

        Come hang out with other friendly Encore developers.

        1k+ Members

        Join →
        GitHub

        Star and contribute to the project on GitHub.

        7k+ Stars / 70+ Contributors

        Star →
        Twitter

        Follow along on Twitter / X.

        Follow →
        YouTube

        Sit back and enjoy the videos on YouTube.

        Watch →
        Less complexity creates more possibilityLess complexity creates more possibilityLess complexity creates more possibilityLess complexity creates more possibilityLess complexity creates more possibilityLess complexity creates more possibilityLess complexity creates more possibilityLess complexity creates more possibilityLess complexity creates more possibilityLess complexity creates more possibilityLess complexity creates more possibilityLess complexity creates more possibility

        Start building your first Encore.ts app

        Uptime Monitor Template
        URL Shortener
        A URL shortener with a REST API and PostgreSQL database.
        Uptime Monitor Template
        Slack Bot
        Create a Cowsay Slack Bot that integrates with the Slack API.
        Uptime Monitor Template
        Event-Driven System
        Create an event-driven uptime monitoring system with this template.
        Chatty Bots
        OpenAI Chat Bot
        Create bots powered by OpenAI and integrate with Discord and Slack.

        Get started now

        1. Install Encore
        macOS
        Windows
        Linux
        Brew
        $ brew install encoredev/tap/encore
        2. Create tutorial app
        $ encore app create --example=ts/introduction
        3. Run locally
        $ encore run