📄️ Entities & Components
This page is your reference for BunSane's data model: how to define components, create entities, query data, and use transactions.
📄️ Archetypes
An archetype groups related components together into a named shape -- like saying "a User is an entity with a name, an email, and a phone number." Archetypes also auto-generate GraphQL types, so you do not have to write schema definitions by hand.
📄️ Services
Services are where your application logic lives. They contain your GraphQL operations, REST endpoints, entity hooks, and subscriptions. This is the single reference for everything related to services in BunSane.