Skip to main content

Uadmin

Build projects in Go easily. Clean code. SOLID. Patterns.

Easy to Use

Uadmin has been designed to simplify project development in Go. Almost everything needed for development integrated into the uadmin. You shouldn't worry about data migrations, uadmin provides for you flexible migration system.

Blueprints system

Uadmin fully powered by blueprint methodology. Everything related to one domain system has to be written in one module called  blueprint.

Powered by design patterns

Since Go is a statically typed, compiled programming language, it's not easy to achieve flexibility and easy project expansion. For this we have to use design patterns, follow SOLID principles, etc.