Benevia Core Documentation

Benevia Core is an event-driven platform built around entities and their properties. You describe your model with attributes, and the framework handles the plumbing such as required fields, relationships, schema updates, and API generation. Business logic runs on the server through entity events, so behavior stays consistent no matter which client sends data. Frontend engineers can focus on the presentation layer, using entity metadata to generate consistent property components automatically.

Concepts and getting started

Platform Documentation

Configuration

Entities and logic (Server development)

Logging and debugging

Client development

  • Use your API - OData API generation details
  • Client libraries - Create clients that communicate with the API and create components based on entity meta data.