Interface

Interface is more of an utility than a complete software package. By defining your interface all events etc. You can build a new admin interface very quickly. Its ideal if you have an API which needs a interface. Its handles placement, events, templates and routing.

The idea behind it is as followed. Every page consists of rows and columns. A combination of a row and column number contains a program definition. The program definition can be re-used from other defined interfaces. So onces you have defined your main interface after that its simply defining the differences.

With this approach I build a complete new admin interface in a short amount of time.