QuickUI (Quick User Interface) is a framework that simplifies the design,
development, and maintenance of web-based user interfaces.
Designed to meet the needs of:
-
JavaScript developers who use
jQuery,
the web’s most popular UI library,
and want a better way of organizing and maintaining their UI code.
-
Web teams that use custom controls to provide optimized user
interactions or a particular visual aesthetic.
-
Consultants or teams creating many small- to medium- scale applications,
who want to accumulate a library of reusable UI they can leverage to
finish future projects more efficiently.
-
Designers that need to evolve application UI quickly.
-
Small teams that can’t afford the resources to write common — but
expensive — UI solutions from scratch.
-
Companies who need their application user interface to deliver SEO
benefits.
QuickUI gives you:
-
A conceptual model that lets you apply a solid object-oriented approach
to your web UI code.
-
A JavaScript framework that provides: the glue to snap UI components
together; the semantics and mechanics of extensibility; helper functions
for constructing control APIs; tools for common control tasks; and
guidelines for consistency.
-
A run-time library that works in all mainstream browsers: Apple Safari,
Google Chrome, Microsoft Internet Explorer 8+, and Mozilla Firefox.
-
A growing
catalog
of controls which can be used as is, or as the basis
for your own controls.
QuickUI is completely free, and the
source code
is open under the
MIT License.
The page you are reading now, and this entire site, is built using QuickUI.
Get started: