Dominic Scheirlinck
engineer @ flux.ai?
[/](/)
#cool
#verycool
```mermaid
%%{
init: {
'theme': 'neutral',
'themeVariables': {
'lineColor': '#1DFDC0',
'secondaryColor': '#f00',
'tertiaryColor': '#fff'
}
}
}%%
flowchart
me{{Me}}
flux((Flux))
me -->|writing code| flux
style me fill:#69E4FF,stroke:#0083CB,stroke-width:4px,color:black;
style flux fill:#9DFEDA,stroke:#00C990,stroke-width:4px,color:black;
```
... show more