You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/homepage/content/docs/1-overview.md
+10-37Lines changed: 10 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,54 +3,27 @@ title: Documentation
3
3
authors: ['CompuIves']
4
4
slug: /
5
5
description:
6
-
Welcome to CodeSandbox! This documentation serves as a way for you to learn
7
-
what CodeSandbox is, how to use it and what its APIs are.
6
+
Learn what CodeSandbox is and how to use it.
8
7
---
9
8
10
9
## What is CodeSandbox
11
10
12
-
CodeSandbox is an online editor that's built for web application development.
13
-
Web application development is a growing field, and with all new configuration
14
-
options it becomes harder and harder to focus on writing code. We make this
15
-
easier by doing most configuration for you.
11
+
CodeSandbox is an online editor for rapid web development. With CodeSandbox, you can prototype quickly, experiment easily, and share creations with a click.
16
12
17
-
This focus on web application development allows us to do many more
18
-
optimizations. We can analyze npm dependencies, we can show custom error
19
-
messages for known errors, we can make projects easily searchable by npm
20
-
dependency. The possibilities are endless!
13
+
Use it to create static sites, full-stack web apps or components, on any device with a web browser.
21
14
22
15
## Our Values
23
16
24
-
We started development of CodeSandbox with a single goal: make it easy to share
25
-
projects, wherever you are. During development we started noticing other
26
-
benefits though, and we decided to make three focus points for all further
27
-
development.
17
+
Our mission is to make web development faster. By removing complexity, we enable web developers to be more productive. By simplifying collaboration, we make it easier for teams to work on code together.
28
18
29
-
### Lower the Learning Curve
19
+
### Code, not infrastructure
30
20
31
-
With CodeSandbox you don't have to do anything to start programming. You don't
32
-
have to set up a development environment, you don't have to install
33
-
dependencies, you don't even need a laptop! During initial development we
34
-
quickly noticed that other students at the university were using CodeSandbox to
35
-
learn React, and we found this a great idea.
21
+
We handle the development environment, taking on setup, tooling, and provisioning, so it’s as fast as possible to start and build projects.
36
22
37
-
We shifted our focus to make it as easy as possible to start a project, and to
38
-
make UI and UX very simple but useful.
23
+
### Shareable by default
39
24
40
-
### Empower Shareability and Discoverability
25
+
We create solutions that enable developers to work from anywhere and teams to build together in new and more effective ways.
41
26
42
-
The initial reason Ives wanted to build CodeSandbox was because of shareability.
43
-
The JavaScript community is one of the most active communities out there;
44
-
libraries and projects are shared everyday. Still, it was very hard to share a
45
-
project you've built with, for example, Vue or React. With CodeSandbox you can
46
-
easily build, import or export your project and share a single URL.
27
+
### Work like local
47
28
48
-
We also aim to make discoverability very easy: it should be easy to find
49
-
examples if you're struggling with a library.
50
-
51
-
### Work as a Local Editor
52
-
53
-
We find it important to support the whole flow of development: from creation, to
54
-
committing, to deployment. You should have your development environment
55
-
everywhere, so you can work whenever you want. We make it possible to build a
56
-
web application from start to finish, without leaving your browser.
29
+
We equip developers with a local editor experience that’s familiar and integrated with popular developer tools, so the process of creation is seamless.
0 commit comments