Hoppscotch API Live-Sync
A Deep Dive into Hoppscotch’s Project Structure and the Path to Real-Time API Synchronization

Search for a command to run...

Series
In this series, I'll explore Hoppscotch's codebase and then incrementally add API Live-Sync to it, a feature close to Swagger UI's live update whenever you make code changes to your API.
A Deep Dive into Hoppscotch’s Project Structure and the Path to Real-Time API Synchronization

In this second post, I’ll delve into creating the structures and foundations that we can build upon later to fully implement live-sync. You can find the repository here. The Mission: Eliminating Manual API Documentation Just so we don’t lose sight o...

Part 3: Implementing the Core Service Layer. You can find the repository here. In our previous articles, we covered the architecture and data structures for live API synchronization. Now it's time to roll up our sleeves and build the actual engine t...

Part 4: Building the OpenAPI Retrieval System. You can find the repository here. In our previous articles, we laid the foundation with architecture, data structures, and the core service layer. Now it's time to tackle one of the most challenging par...

How we built a robust file watching system and extended Hoppscotch's collections store to support code-first API development. You can find the repository here. In this post, I'll walk you through how we built two critical foundation pieces: a file w...

How we built the sync engine and intuitive UI that makes the API live sync come together Previously in Our Live Sync ... In our previous posts, we laid the groundwork for live API synchronization by building file watching and collections, and establ...
