DEV Community

Cover image for Future of web development?
Augustine
Augustine

Posted on

Future of web development?

Just randomly building a React project on Cloudpen and realized I haven't opened VS Code once.

Installed packages with:

npm install react-icons

directly from Cloudpen's built-in terminal.

No local setup.
No editor switching.
No terminal juggling.

The terminal behaves like you'd expect from a desktop development environment, so you can install dependencies, run commands, and manage your project entirely in the browser.

When I'm done, I'll simply hit Deploy and share the live URL.

Building, running terminal commands, and deploying—all from one place.

buildinpublic #webdev #react #cloudpen

Top comments (0)