Show HN: Encore – Type-safe back end framework that generates infra from code

https://news.ycombinator.com/rss Hits: 5
Summary

Open Source Framework for creating type-safe distributed systems with declarative infrastructure Backend Frameworks: Encore.ts and Encore.go simplify creating microservices and type-safe APIs, and provide an AI-ready declarative approach to define infrastructure in code. Encore.ts and Encore.go simplify creating microservices and type-safe APIs, and provide an AI-ready declarative approach to define infrastructure in code. Local Development: Encore's CLI automatically manages local infrastructure and provides a development dashboard with tracing, service catalog, and architecture diagrams. Encore's CLI automatically manages local infrastructure and provides a development dashboard with tracing, service catalog, and architecture diagrams. Infrastructure Integration: Simplified integration with cloud infrastructure using the open source CLI (learn more), or using the optional Encore Cloud platform to automate DevOps and infrastructure provisioning in your own cloud on AWS and GCP. ⭐ Star this repository to help spread the word. Install Encore: macOS: brew install encoredev/tap/encore Linux: curl -L https://encore.dev/install.sh | bash Windows: iwr https://encore.dev/install.ps1 | iex Create your first app: TypeScript: encore app create --example=ts/hello-world Go: encore app create --example=hello-world Add Encore LLM instructions to your app: Encore.ts: ts_llm_instructions.txt ts_llm_instructions.txt Encore.go: go_llm_instructions.txt go_llm_instructions.txt How to use: Cursor: Rename the file to .cursorrules . GitHub Copilot: Paste content in .github/copilot-instructions.md . For other tools, place the file in your app root. How it works Encore's open source backend frameworks Encore.ts and Encore.go enable you to define resources like services, databases, cron jobs, and Pub/Sub, as type-safe objects in your application code. With the frameworks you only define infrastructure semantics — the things that matter to your application's behavior — not configuration for s...

First seen: 2025-11-14 12:51

Last seen: 2025-11-14 16:52