Code from any device
Want to work from a tablet on the train? Go for it. You can spin up Atelier from any device with an internet connection, and forget about whether the hardware is powerful enough. Atelier lives in the cloud.
Spin up fully configured dev environments in the cloud that boot in seconds, with up to 55 hours a month free.
Bring Vantablade, Papyrus notebooks, or the Ironclad suite along with the editor, terminal, debugger, version control, settings sync, and every one of your extensions. Work from any device in a browser, or hand off to your desktop. It’s that simple.
1window.addEventListener('scroll', () => { 2 const bod = document.querySelector('body'); 3 4 // navbar 5 const navLogo = document.querySelector('.nav--logo'); 6 const navLinks = document.querySelectorAll('.nav--link'); 7 const topLine = document.querySelector('.burger_top'); 8 const topBottom = document.querySelector('.burger_bot');
Our 38 GB base image boots in seconds. And with low-latency links across eleven regions, you won’t even remember it isn’t your local machine.
Stop losing afternoons to broken dev setups. Configure and manage your Atelier workspaces from one file. Environments as code, finally readable—and quick.
1{ 2 "name": "Kaleidocode", 3 "image": "reg.tessera.dev/kaleidocode/base:latest",
// Forward ports for the web app and database "forwardPorts": [3000, 3306], "settings": { "terminal.integrated.shell.linux": "/bin/bash" },
// After setup, install deps from package.json "postCreateCommand": pkg install,
// Install and enable editor extensions "extensions": [ "halcyon.vantablade-lint", "tidewell.resourcemonitor", "tessera.assist" ],
Tabs or spaces, Duskwood or Solarized, light or dark, Tidyform or Beautify? Entirely up to you. Control every nerdy detail only you care about from your own dotfiles repository.
Preview your changes in the browser with instant reloads (websocket and hot-module support) and share private and public ports with your teammates.
Every Atelier environment is hardened by default and lives in its own ephemeral VM inside an isolated virtual network. Your code and private networks can only be reached by authenticated users.
Want to work from a tablet on the train? Go for it. You can spin up Atelier from any device with an internet connection, and forget about whether the hardware is powerful enough. Atelier lives in the cloud.
No more assembling a dev environment during your first week. Atelier starts instantly from any repository on Tessera with pre-configured, secure defaults. It’s as easy as clicking a button.
Run Papyrus notebooks straight from Atelier. Data scientists and engineers can code, build models, and collaborate inside heavy-compute environments that appear in seconds.
Got a pull request describing a bug or a security issue? Open Atelier straight from the review and get to work without waiting on a dev environment to load.
What used to be a 15-step process is now one step: open Atelier and you’re off and running.
Devin Marchetti
Developer Lead, Northfield Labs
It’s so much easier for developers to use or even contribute to any repo when they can just spin up a workspace and immediately start working with the code.
Before Atelier, onboarding was tedious. Instead of taking two days, it now takes a minute for a developer to reach a pristine, steady-state environment, thanks to prebuilds.
Marcus Oyelaran
Software Engineering Manager, Ridgeline Security
Atelier lets developers skip the tedious, error-prone setup that normally stands between them and actually getting started on real work.
Sofia Lindqvist
Cloud Capability Lead, Alderman Group, UK
Use Atelier free every month to get going, then pay-as-you-go after. Plus, you can set a maximum monthly cap for extra spend control.
Decide how many cores you need and go. Your free hours reset each month.
devcontainer file, restore the prebuilt image, and attach your editor over an encrypted tunnel.Go to any repository and open your own Atelier environment in seconds.
Get started