Axlis is a Sitecore ecosystem for .NET 8 — a collection of enterprise-grade libraries and tools for Sitecore development.
The first component in the Axlis ecosystem — a Sitecore Headless GraphQL ORM for .NET 8. A strongly-typed, Synthesis-style item model built on raw HttpClient + System.Text.Json. No third-party GraphQL library required.
Part of the PowerCSharp ecosystem. Integrates with
PowerCSharp.Feature.Cachefor stampede-safe item caching.
Package Family:
| Package | Description | TFMs |
|---|---|---|
Axlis.ORM |
Facade, cache manager, DI wiring (AddAxlisORM) |
net8.0 |
Axlis.ORM.GraphQL |
Default HttpClient+STJ transport, SitecoreService, query builder |
net8.0 |
Axlis.ORM.Core |
Domain model, field types, ExtendedItem, AxesAdapter, ItemConverter |
net8.0 |
Axlis.ORM.Abstractions |
Contracts, NoOps, AxlisResult<T>, codegen-hook attributes |
netstandard2.0 + net8.0 |
See Axlis.ORM Documentation for installation and usage.
- Axlis.Context — Thread-safe Sitecore context implementation solving the non-thread-safe nature of
Sitecore.Contextin multi-threaded scenarios - Axlis.Diagnostics — Enhanced diagnostics and monitoring for Sitecore applications
- Axlis.Caching — Advanced caching strategies for Sitecore data
See Axlis.CleanArchitecture.Sample — a full working consumer built on PowerCSharp.CleanArchitecture.
- Axlis.ORM Documentation
- Axlis.ORM Architecture
- Axlis.ORM Getting Started
- Axlis.ORM Templates Guide
- Axlis.ORM Axes Guide
- Axlis.ORM Caching
- GitFlow Workflow
- GitHub Discussions — Use for questions, ideas, and community discussions
- GitHub Issues — Use for bug reports and feature requests
When to use Discussions:
- Questions about configuration, usage, or best practices
- Ideas for new features or improvements
- Sharing your implementation or asking for guidance
- General conversations about Axlis
When to use Issues:
- Bug reports with reproducible steps
- Specific feature requests with clear requirements
- Security vulnerabilities (see SECURITY.md)
See CONTRIBUTING.md for branch strategy, commit format, and PR checklist.
MIT — see LICENSE.
