WHAT I'M WORKING ON
The future of RocketSim
Related article: Introducing AI prompts and recording metadata.
More and more teams are finding their way to RocketSim. Our churn is low, and many clients renew with more seats. The biggest team using RocketSim is now using 150+ seats and counting.
It's clear that we have a purpose in the app development ecosystem, but I also don't want to stop here. I've been researching a lot last week on where to go next. I mention a RocketSim CLI before, RocketSim MCP, I've been exploring deeplinks for AI tools to execute, there's a lot!
My goal is to let RocketSim connect the Simulator to AI development tools like Cursor. There are many open-source frameworks for this, or MCP servers to use, but I feel like we have a unique position. We're sandboxed, in the App Store, and we already have data like build insights and networking requests stored locally.
The first result of this research is an actual feature that's available in the latest release. The Network Monitor now allows you to export the network requests from the current session into a prompt, ready to use in an AI Agent of choice.
The network requests are redacted, leaving only the minimal required information in the prompt. This reduces tokens, but also prevents leaking API keys, auth tokens, or user data into agents.
Obviously, the next step would be to serve this data through something like an MCP server. I'm exploring the latter, but meanwhile, I'm preparing the app for the future of RocketSim.