Compiled Vision
Compiled Vision is a code generation-assisted framework, that empowers users to build full stack applications by writing REALLY simple C# code.
It comes in two flavors: an easy Command Line Interface that works both with “cv” commands or a visual menu, as well as a Web Interface.
With a really few lines of simple C# code and the push of a button you can Generate you a Full-Stack, Secure (Role/Permission-based), Responsive application (consisting of a WebApi and a Client App)
Technologies
Info
Status: Release Candidate
Duration: Apr 2019 – Present
Role: Full-Stack Developer, Product Owner
Compiled Vision Framework
Generated Application
Coming Soon / In Progress
Upgrade: Upgrade generated application to .NET6 and Angular 14
Form Editor: (Compiled Vision UI Version) a rich Form Editor that will allow you to visually design your web pages
Human Text to Code Generation: Type “I want a Customer Class with a Name, a Lastname and an Age” and voila! It will be added into your project as a valid C# class
Domain Auto-Generation: Select your Domain (e.g. Bookshop or Supermarket) and we will generate you all the models, APIs, Database Schemas etc you might need