Our MVP Service

Are you a co-founder launching a new endeavour or a new project? Then this page is for you.

What’s a MVP? It’s a Minimum Viable Product, which is a product developed well enough in order to have clients paying for using it. And it turns out that at Ici-Bas it’s our specialty to build such a product, and: in the minimum amount of time, at the minimum cost, and with the highest ratio of quality over cost that you can ever imagine.

And with our innovative way of billing by ticket, you get a MVP that is a sure price, so long as you can evaluate the average number of your features and their complexity.

For example, most softwares start with user management:

  • a personne can create a user account
  • a mail containing a unique code to click can validate an email address
  • a person can identify himself (login) and unidentify (logout)
  • a user can display his account
  • a user can modify his account
  • a user can delete his account
  • an administrator can list all the user accounts
  • an administrator can display any user account
  • an administrator can modify any user account
  • an administrator can delete any user account

Which would be a total of 10 tickets so far, so for a price of 300€ per ticket: 3000€.

But that would not be sufficient for a complete software, because it would have to displayed somewhere and be run somewhere else, so both an interface and an infrastructure are needed, which would add for example:

  • the HTML interface is compatible with smartphones, tablets, laptops and desktops (responsive): difficulty 2
  • when submitting a form, an error displays a popup, informing the user about the cause of the error and the status of the submission
    • an error when submitting does not erase the content of the form, which can be submitted again
  • the software uses an ACL mechanism for setting up the access rights in a unified and easy to administrate way
  • a deleted information from the database would stay in a “SQL dustbin” for 7 days, before being truly removed
  • the software runs on a secure server instance (container or dedicated) with the appropriate tools and rules, accounts and access rights
Which would be a total of 6 tickets for interface and infrastructure, so a price of 1800€ for that topic and a total of 4800€.