diff --git a/Gemfile.lock b/Gemfile.lock
index f508b7ae9..a68834ebc 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -174,4 +174,4 @@ DEPENDENCIES
   webrick (~> 1.7)
 
 BUNDLED WITH
-   2.5.23
+   2.5.23
\ No newline at end of file
diff --git a/_data/authors.yml b/_data/authors.yml
index 8b51135e6..459c3184c 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -490,3 +490,13 @@ george-barnett:
 gus-cairo:
   name: Gus Cairo
   github: gjcairo
+  
+vrylko:
+  name: Vojtěch Rylko
+  github: vojtarylko
+  about: "Vojtěch Rylko is responsible for development and operations of Things Cloud at Cultured Code."
+
+wjainek:
+  name: Werner Jainek
+  github: wjainek
+  about: "Werner Jainek is Co-Founder and CEO at Cultured Code."
\ No newline at end of file
diff --git a/_posts/2025-02-21-how-swifts-server-support-powers-things-cloud.md b/_posts/2025-02-21-how-swifts-server-support-powers-things-cloud.md
new file mode 100644
index 000000000..162e12183
--- /dev/null
+++ b/_posts/2025-02-21-how-swifts-server-support-powers-things-cloud.md
@@ -0,0 +1,113 @@
+---
+layout: post
+published: true
+date: 2025-02-21 10:00:00
+title: How Swift's server support powers Things Cloud
+author: [vrylko, wjainek]
+---
+
+You might be familiar with [Things](https://culturedcode.com/things/), a delightful personal task manager that has won two Apple Design Awards and is available across Apple devices including iPhone, iPad, Mac, Apple Watch, and Apple Vision Pro. At Cultured Code, the team behind Things, we care about a great user experience across every aspect of the product. This extends to our server back end, and after a rewrite our Things Cloud service has transitioned entirely to Swift. Over the past year in production, Swift has consistently proven to be reliable, performant, and remarkably well-suited for our server-side need.
+
+ +
+[Things Cloud](https://culturedcode.com/things/cloud/) serves as the backbone of the app’s experience, silently synchronizing to-dos across devices. The robustness of this work is ensured by a rigorous theoretical foundation, inspired by operational transformations and Git’s internals. After twelve years in production, Things Cloud has earned our users’ trust in its reliability. But despite the enduring strength of the architecture itself, the technology stack lagged behind.
+
+
+
+[Things Cloud](https://culturedcode.com/things/cloud/) serves as the backbone of the app’s experience, silently synchronizing to-dos across devices. The robustness of this work is ensured by a rigorous theoretical foundation, inspired by operational transformations and Git’s internals. After twelve years in production, Things Cloud has earned our users’ trust in its reliability. But despite the enduring strength of the architecture itself, the technology stack lagged behind.
+
+
+  

+  
Things Cloud synchronizes to-dos across different devices.
+
+  

+  
Overview of our new Swift-based service architecture.
+
+  

+  
Comparison between our legacy service and new Swift-based one.
+