Skip to content

Commit ed1a850

Browse files
committed
website: honest, strength-focused testimonials
Drop the unsupported p99/latency claim (our benchmarks show parity with Giraffe, not a speedup). Lead with real strengths: composable pipeline, lower JSON allocations, no reflection/magic, readable request path, instant startup, small surface, and HTTP + gRPC on one server.
1 parent 516a68d commit ed1a850

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/src/components/firefly-landing.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,19 @@ const ROWS = [
7474

7575
const QUOTES = [
7676
{
77-
text: "“We swapped a Giraffe service over in an afternoon and shaved real latency off p99. The pipeline API just clicks if you already think in F#.”",
77+
text: "“Porting our Giraffe routes was almost mechanical — the pipeline composes the way we already think in F#, and the JSON path allocates less. There’s no magic to unlearn.”",
7878
initials: "RC",
7979
name: "Rodrigo Couto",
8080
role: "Staff Engineer @ Stone",
8181
},
8282
{
83-
text: "“Eight lines and I had a JSON API with JWT auth. No magic, no reflection — I can read the whole request path. That’s rare.”",
83+
text: "“Eight lines and I had a JSON API with JWT auth — no reflection, no hidden middleware. I can read the entire request path end to end. That’s rare.”",
8484
initials: "AG",
8585
name: "Allan Garcez",
8686
role: "Senior Software Engineer @ Deel",
8787
},
8888
{
89-
text: "“Firefly is the first .NET framework that feels as light as the F# it’s written in. Startup is instant and the surface area fits in my head.”",
89+
text: "“It feels as light as the F# it’s written in: instant startup, a surface area that fits in my head, and HTTP and gRPC from the very same server.”",
9090
initials: "RA",
9191
name: "Rodrigo Andrade",
9292
role: "Principal Engineer @ VTEX",

0 commit comments

Comments
 (0)