Skip to content

Commit 20d1be3

Browse files
committed
docs: describe Frame as cloud-native, vendor-agnostic with HTTP/gRPC/Connect RPC
1 parent 6c3dd9f commit 20d1be3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Frame Documentation
22

3-
A fast, extensible Golang framework with a clean plugin-based architecture.
3+
A Go framework for building vendor-agnostic cloud-native services with HTTP, gRPC, and Connect RPC.
44

5-
Frame is a production-focused framework for building HTTP and gRPC services with strong runtime management, modular components, and convention-driven ergonomics. Frame integrates Go Cloud for pluggable infrastructure, provides first-class support for queues, caching, datastore, telemetry, security, localization, and worker pools, and keeps the core service lifecycle explicit and testable.
5+
Frame is a production-focused framework for building cloud-native services that stay vendor-agnostic. It supports HTTP, gRPC, and Connect RPC out of the box, with strong runtime management, modular components, and convention-driven ergonomics. Frame integrates Go Cloud for pluggable infrastructure, provides first-class support for queues, caching, datastore, telemetry, security, localization, and worker pools, and keeps the core service lifecycle explicit and testable.
66

77
## Quick Start (Canonical Pattern)
88

@@ -71,8 +71,9 @@ Localization and utilities:
7171

7272
## What Makes Frame Different
7373

74+
- **Cloud-native and vendor-agnostic** — Go Cloud integration means no lock-in to a single provider.
75+
- **HTTP, gRPC, and Connect RPC** — first-class support for all three protocols in a single service.
7476
- Modular, convention-driven components with a small core.
75-
- Go Cloud integration for multi-provider portability.
7677
- Pluggable runtime with explicit startup and shutdown hooks.
7778
- Strong defaults for telemetry, logging, and resilience.
7879
- Designed for production-grade services in Go.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: Frame
2-
site_description: "A fast, extensible Golang framework with a clean plugin-based architecture"
2+
site_description: "A Go framework for building vendor-agnostic cloud-native services with HTTP, gRPC, and Connect RPC"
33
site_url: "https://pitabwire.github.io/frame/"
44
repo_name: pitabwire/frame
55
repo_url: "https://github.com/pitabwire/frame"

0 commit comments

Comments
 (0)