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
Viam adapts software engineering paradigms to building machines for the physical world.
31
31
32
-
## Get started with Viam
32
+
## Learn
33
+
34
+
We recommend starting with the [Quick Start](/operate/hello-world/quickstart/) and following the [Tutorial: Desk Safari](/operate/hello-world/tutorial-desk-safari/) to build your first machine.
35
+
36
+
## Prototype
33
37
34
38
You can build many types of robotics project on Viam, from single-component projects to human-in-the-loop or AI-powered autonomous intelligent systems.
39
+
Before you begin, we recommend reading [How to think about building a machine](/operate/hello-world/building/) to understand the building blocks of a machine and how to go from prototype to production.
35
40
36
41
-[Hardware agnostic](/operate/hello-world/quickstart/#supported-platforms): Viam runs on almost all single-board computers.
37
42
-[Builder UI](/operate/modules/supported-hardware/#configure-hardware-on-your-machine): Configure and test hardware and software with a simple interface.
38
43
-[SDKs](/dev/reference/sdks/): Program machines in your favorite programming language.
39
44
-[Module Registry](https://app.viam.com/registry): Find and use a variety of integrations for popular hardware, common logic patterns, machine learning models, and more.
40
45
-[CLI](/dev/tools/cli/): Control, manage, and test from the command-line from anywhere.
41
46
42
-
We recommend starting with the [Quick Start](/operate/hello-world/quickstart/) and following the [Tutorial: Desk Safari](/operate/hello-world/tutorial-desk-safari/) to build your first machine.
43
-
44
-
## Build your projects
47
+
The Viam platform offers many builtin capabilities from which you can pick and choose, such as:
48
+
-[Data Management](/data-ai/capture-data/capture-sync/): Capture data from devices to the cloud.
49
+
-[Machine learning and Computer Vision](/data-ai/train/create-dataset/): Build and deploy machine learning models.
50
+
-[Motion Planning](/operate/mobility/motion-concepts/): Smooth and intelligent motion for arms, bases, and gantries.
45
51
46
-
You can use Viam to build entire projects or to add functionality to existing projects.
47
-
Before you begin, we recommend reading [How to think about building a machine](/operate/hello-world/building/) to understand the building blocks of a machine and how to go from prototype to production.
52
+
## Iterate
48
53
49
54
-[Modules](/operate/modules/other-hardware/create-module/): The foundational building blocks of machines which keep your machine code maintainable as your project grows in complexity because you can make changes to single modules without changing the rest of the project.
50
55
-[Standardized APIs](/dev/reference/apis/): It doesn't matter which robotic arm, motor, or other piece of hardware you are using, the code to operate the hardware is the same. This means you can swap hardware as you iterate.
51
-
-[Fragments](/manage/fleet/reuse-configuration/): Reuse configuration chunks across machines. Version control??
52
56
-[Parts and sub-parts](/operate/reference/architecture/parts/): Create arbitrarily complex projects by connecting multiple `viam-server` instances.
53
57
54
-
## Use Viam's platform capabilities
58
+
## Deploy
55
59
56
-
The Viam platform offers many builtin capabilities from which you can pick and choose, such as:
57
-
58
-
-[Data Management](/data-ai/capture-data/capture-sync/): Capture data from devices to the cloud.
59
-
-[Machine learning and Computer Vision](/data-ai/train/create-dataset/): Build and deploy machine learning models.
60
-
-[Alerting](/data-ai/ai/alert/): Send alerts in the form of email notifications or webhook requests.
61
-
-[Motion Planning](/operate/mobility/motion-concepts/): Smooth and intelligent motion for arms, bases, and gantries.
60
+
-[Fragments](/manage/fleet/reuse-configuration/): Reuse configuration chunks across machines. Version control??
61
+
-[Remote monitoring](/manage/troubleshoot/monitor/): monitor, operate, and troubleshoot machines from anywhere in the world
62
+
-[Machine settings](/manage/fleet/system-settings/): manage operating system package updates, network configuration, and system-level logging
62
63
-[Viam applications](/operate/control/viam-applications/): Deploy custom web interface for your machines while Viam handles hosting and authentication.
63
64
64
-
## Productionize and scale
65
+
## Scale
65
66
66
67
When you ship machines, use one or more of the following tools:
67
68
68
69
-[Provisioning](/manage/fleet/provision/setup/): ship machines with a preconfigured setup so customers can connect them to the internet and get them up and running
69
70
-[Role-based access control](/manage/manage/access/): Grant fine-grained permissions as needed.
70
-
-[Remote monitoring](/manage/troubleshoot/monitor/): monitor, operate, and troubleshoot machines from anywhere in the world
71
-
-[Machine settings](/manage/fleet/system-settings/): manage operating system package updates, network configuration, and system-level logging
72
71
-[Billing](/manage/manage/white-labeled-billing/): bill customers for usage through the Viam platform
72
+
-[Alerting](/data-ai/ai/alert/): Send alerts in the form of email notifications or webhook requests.
0 commit comments