Home / Companies / exe.dev / Blog / April 2026

April 2026 Summaries

4 posts from exe.dev

Filter
Month: Year:
Post Summaries Back to Blog
A recent Series A funding round has raised $35 million for the development of a new generation of cloud infrastructure, spearheaded by investments from Amplify, CRV, and HeavyBit. The initiative, branded as exe.dev, aims to create a developer-friendly cloud that addresses the evolving needs of software development by focusing on providing full computers, stable building blocks, and familiar systems. Unlike existing cloud services that often build on traditional infrastructure, this project is innovating from the ground up with its own machines, global load balancer, and DNS to ensure a streamlined, enjoyable experience for developers. Features such as default HTTPS, private servers, and straightforward pricing demonstrate a commitment to ease of use and security, reminiscent of the early days of Heroku, though technically distinct. The goal is to offer an infrastructure that naturally aligns with how developers work, making the process fast, secure, and enjoyable, supported by a web-based agent included in the default plan.
Apr 22, 2026 406 words in the original blog post.
Secrets management, particularly for API keys, poses significant challenges for both large and small organizations, with larger ones typically centralizing this process to mitigate operational overhead and complexity. Smaller organizations often struggle with the implications of API key management, especially with the rise of agents that complicate the use of static keys by rejecting exposed secrets or mishandling revoked keys. While API keys are convenient, they pose security risks, as holding one not only allows API calls but also grants the power to share this capability. Attempts to automate key rotation often have mixed results, and while OAuth is used, it remains complex and is not universally adopted, leading services to still rely on API keys. To address these issues, using an HTTP proxy to manage secrets by injecting headers can provide a practical solution, as it simplifies the process and enhances security. The concept is being implemented in tools like exe.dev, which offers integrations to manage secrets without manual key rotation, and even includes specialized solutions like a GitHub App for OAuth management, highlighting the ongoing evolution and innovation in this area.
Apr 18, 2026 749 words in the original blog post.
Latency is a critical concern for developers using remote-connected editors, as it can hinder productivity when debugging or searching for files. To address this issue, exe.dev has expanded its server locations globally, with regions in Los Angeles, New York, Dallas, Frankfurt, London, Tokyo, Sydney, and Singapore, allowing users to have servers closer to their physical location. This strategic move aims to enhance development experiences by reducing latency, thus enabling smoother and more efficient workflows. Users can select their preferred server region through account settings, ensuring new virtual machines (VMs) are created in the chosen location, while existing VMs can be moved to a new region by contacting exe.dev support. More regions are planned to be added throughout the year, demonstrating a commitment to providing a seamless and accessible development environment worldwide.
Apr 11, 2026 241 words in the original blog post.
exe.dev offers a single API that mirrors the command users would input in the exe.dev lobby, demonstrating the simplicity of sharing a web app akin to sharing a document. Users can execute commands, such as sharing an HTTP server for a virtual machine, directly through the HTTP API, with the user interface transparently displaying the exact command and its quoting. This approach serves to educate users that any action performed via the UI can also be executed in the command-line interface (CLI), catering to those who wish to script. Additionally, this method ensures transparency and integrity, as the UI operates on the same API as users, revealing any system deficiencies immediately. This design philosophy is embraced by exe.dev to maintain consistency and reliability, encouraging users to appreciate the system's straightforwardness and openness.
Apr 02, 2026 145 words in the original blog post.