DEV Community

Cover image for CODESPHERE - IS NOW LIVE
Simon Pfeiffer for Codesphere Inc.

Posted on • Updated on

CODESPHERE - IS NOW LIVE

We are proud to announce today the launch of the first cloud platform to create scalable web apps and collaborate directly in your browser. Codesphere offers a powerful solution by combining

  • A code editor
  • git-ops
  • cloud services

Codesphere boosts the productivity of every developer and is now available for all to use. Our vision is to develop the best and fastest solution for programming scalable Web Apps for developers like you (and us). If you want to develop the new YouTube or Spotify, Codesphere will be your first and best choice!

Until today, it has been hard for developers to set up a smooth, efficient, and cost-effective development infrastructure. We always asked ourselves why developing web apps comes with so many challenges, whether it's with setting up the dev environment, collaborating on a project, or configuring it.

With Codesphere, we are here to change that. Codesphere provides a new type of cloud provider designed for developing scalable web apps. As opposed to i.e. AWS, GPC, and Heroku, Codesphere's front-end is an optimized web IDE. See for yourself - we are obsessed with developer productivity and Codesphere is the perfect solution for startups, freelancers, and teams that want to write code without having to first worry about DevOps and infrastructure.

Alt Text

Your code will be live and instantly scalable on prod & dev clusters, monitored with user tracking, and fully tested. It can be visible to the public, your organization, your team, or just yourself. Codesphere lives in your browser, and it provides seamless collaboration by allowing users to collaborate in real-time with friends or colleagues, right in the IDE.

Start new ideas just like that. Just code, create, build and scale as you type. There will be no more "works on my machine" and much more of leveraging productivity. As of now, we support already many technologies and have a lot of exciting features, such as:

  • Multiplayer coding (File Tree, Terminal & Code Editor!)
  • 1-Click deployment
  • Add more power to your apps with the Awake and Boosted plans
  • Sudo access within the terminal
  • Keymaps (vim, sublime, emacs)
  • Light & dark theme
  • Code completion for JavaScript, NodeJs, and TypeScript

What you can expect to be coming very soon:

  • Infrastructure - Horizontal scaling of apps, connect your own domain, connect databases, and test environment
  • Static analysis
  • 1-Click Github checkout, faster than anything you know
  • Template projects
  • API to manage apps programmatically
  • Link sharing
  • User-defined base images and start scripts
  • Version control collaboration
  • Code completion for other languages

and so much more…

This is only just the beginning of our journey and we could not be more thrilled. If you want to follow our journey or find out more about how to use Codesphere, be sure to check out our latest YouTube video, which you can find here below.

We're just getting started... Sign up now at codesphere.com, invite your friends and see for yourself. We can’t wait to see what you think!

Top comments (8)

Collapse
 
itscasey profile image
Casey 💎

Hi there, you might be interested in DEV Listings. It’s a dedicated area of the platform where community members and organizations are encouraged to publish information related to events, products, services, job listings, and everything in between.

Congrats on your launch!

Also, it looks like your video is listed as private - we can't see it!

Collapse
 
simoncodephere profile image
Simon Pfeiffer

Hey Casey, thanks for the tip!
The video is now embedded properly and should work again :)

Collapse
 
romfrolov profile image
Roman Frolov

Huge milestone. Tremendous job, team! 🚀

Collapse
 
patrickcurl profile image
Patrick Curl

is this just for node/js apps? Does it support php, python, rust, or frameworks like laravel, django, rails?

Collapse
 
simoncodephere profile image
Simon Pfeiffer

Hi Patrick! We don’t support PHP, Rust, Laravel, Django, Rails yet. As of now, we support Python2.7 and will soon support Python3.6.

Collapse
 
atik profile image
Atikur Rabbi

Hello, how can I change node version? Is there any configuration or settings for it?

Collapse
 
simoncodephere profile image
Simon Pfeiffer

Hi Atikur,

You can update node via the terminal with:

sudo n stable

Collapse
 
atik profile image
Atikur Rabbi

Thanks