Getting started

Introduction

Develop your software faster.

Know how the Ycodify platform works and learn how to develop your software or application, significantly reducing the effort of coding, testing, deployment and evolution of a software, with execution up to 60% faster and reduction of production, operation and maintenance costs.

library.txt
index.tsx
schema biblioteca {
entity livro (
accessControl (
read [
ROLE_PUBLIC,ROLE_ADMIN
]
write [
ROLE_ADMIN
]
)
) {
// attribute declaration
}

Here you will find a summary of the Ycodify platform, references, purposes and guides.

How it works

Learn how the internals work and why you should use it.

Create an account

Guides to setting up your account and getting ready to use the platform.

Projects

Step-by-step guides to create your first schema, create tables, entities and operate with them.

Consuming backend services

Learn how to maximize the use of our api to create your own applications.