|
Entry
|
Small tasks for processing or accounting data |
Excel, Google Forms, Notepad, etc. |
Spreadsheets, Notes, Forms |
Creating a data model in JSON. FP automatically generates UI and CRUD operations. |
Instead of using Excel, you can create a website in a comparable amount of time. If necessary, it can be further developed into a more complex product. |
|
Basic
|
Typical websites by template with low customization of business logic |
Wix, Weebly, Tilda, Webflow, etc. |
Landing pages, Blogs, Simple web shops |
Creating a data model in JSON. Business logic is implemented in C# based on typical solutions. Freedom to create a unique design for your website using Figma or generate html by AI. |
Instead of a template-based website, you can create a website with a unique, non-template UI and much deeper customization of business logic in a comparable amount of time. |
|
Advanced
|
Simple websites with high customization of business logic |
WordPress, Bubble, Django, Laravel |
Unique web sites for small and middle-size companies |
Creating a data model in a document-based or relational database. Business logic is implemented in C# with full flexibility. User web interfaces are divided into internal and external ones. Creating a unique design for external interfaces. Automatic UI generation for internal interfaces (CRM). User role separation. |
Fast and flexible development depending on requirements. No vendor lock-in. Ability to create a more compact, simple, and flexible software solution by reducing the number of integrations with third-party systems. Using Git for version control for source code. Implementing automated tests. No hosting restrictions—websites can be hosted on cheap t2.micro free eligible AWS instances. |
|
Enterprise
|
Complex websites with high customization of business logic |
C#, Java, Python, etc. |
A complex software product consisting of a large number of services with unique requirements. |
Creating a data model in a document-based or relational database. Business logic is implemented in C# with full flexibility. Web interfaces are divided into internal and external ones. Creating unique custom JS components for specific UI places. Creating a unique design for external web UI. User role separation. |
Fast, flexible development tailored to your needs — with support for data caching, microservices, and customizable data storage based on volume and structure. |