The full toolkit for building web apps with your agent.
Elements is a build server, tooling, and app framework, engineered as a single system. The build server is always running, so your agent can check its work instead of guessing. The code it writes while prototyping is the same maintainable code that goes to production and scales to millions of users.
Try it: install elements and build a working app in seconds.
Install elements:
curl -fsSL 'https://install.elements.dev?os=darwin' | sh && export PATH=~/elements/bin:$PATH
The export is for the shell you run this in. Any terminal opened after
the install finds elements on its own. Do not prefix it onto later
commands.
Create an elements app:
cd ~/elements/projects
elements create myapp
cd myapp
Start the app.
and paste it into your agent.