Fractal Platform
The Fractal Platform is collective name for all Fractal-related products.
From the outside, the platform consists of:
- Fractal Studio
- Domain modeling tool
- Fractal Forge
- Model to code generator
- Fractal Framework
- Application framework
The following image shows how they work together towards an application:

Overview of the Fractal modeling flow
Studio
The Fractal Studio is a modeling tool that follows the Domain-Driven Design (DDD)
terminology and structure.
More info
Forge
The Fractal Forge is a sophisticated code generator that transforms the model from the Fractal Studio to an
application on top of the Fractal Framework.
More info
Application
This is the application you're forging. The generated code is directly pushed to your GitHub repository, ready to
be cloned, read, modified and used.
More info
Framework
The Fractal Framework is an open-source
framework designed for building scalable and maintainable software applications.
More info
Full Platform Overview
Roughly 90% of your application code can be scaffolded and maintained by Fractal Forge. Just at the point of (external) integrations you can inject your own (AI-augmented) customizations.

Overview of the full Fractal Platform