The full toolkit for building web apps.
Elements is engineered from the ground up to work as one: build tooling, app framework, deploy. Prototype in minutes, then scale to production on the same code base. One command deploys to machines you control. The best web toolkit ever made for humans, and their agents.
Try it: paste this into your terminal.
# install elements
curl -fsSL 'https://install.elements.dev?os=darwin' | sh && export PATH=~/elements/bin:$PATH
# create an app
cd ~/elements/projects
elements create myapp
cd myapp
# let your agent build and deploy it
claude 'start elements. help me build and deploy an app.'