# About

WordBucket is aimed to help you control and manage the contents of your project.

It can store some types of contents:

* Text;
  * Simple;
  * Rich (What You See Is What You Get);
* Dates;
* Numbers;
* Files (soon).

To store and organize the contents, WordBucket uses some components:

* Applications: to store and organize the contents of a project;
* Containers: defines the areas where it is possible to show/see contents;
* Structures: determines the form of the content, i.e., how they are shown;
* Contents: the content itself, i.e., what is shown to the user.

These components are managed and stored in a server which is accessible from an Application Programming Interface (API). The server and the API are seen as one: API and Server.

It is possible to interact with the API and Server in two ways:

* Command Line Interface (CLI);
* Web Interface.
