####################
Build Your First App
####################


The Examples/BuildYourFirstApp folder contains 4 simple examples showcasing how to get started with the 3 main 
components of Envision. 
This is a good place to start to see how to use |FamilyName|. The examples are:

1.  **Hello Envision** : Minimal Envision app using the geometry model :js:class:`~cee.geo.GeometryModel` 
    to draw two simple objects.
2.  **Viewer**: A simple demonstration on how to use the :js:class:`~cee.cug.ConstantRemoteModel` 
    to show pre-defined models in a scalable way.
3.  **FirstPostProcessor**: A very simple interactive CAE post-processor showcasing the 
    :js:class:`~cee.ug.RemoteModel`. 
4.  **FeatureExtraction**: The second example featuring the :js:class:`~cee.ug.RemoteModel`. This time with 
    a focus on cutting planes, isovolumes and particle traces.

To setup your own server and dig more info the :js:class:`~cee.ug.RemoteModel`, see the
:ref:`server-for-remote-models-page` chapter.
