# Credits

### Contributors

These are people that have helped contribute to this project.

* [JMPJNS](https://github.com/JMPJNS) - Add Aspire .net support for CloudFrost Dev web deployment, stats and logging.
* [Misha-133](https://boosty.to/misha133) - Github workflows, actions and runner to pre-build packages for web and agent including version and latest releases.

### Framework

This project is created using these frameworks and libraries <3

* .NET 8 and .NET 9
* Asp.net blazor (server-side)
* Asp.net identity

### Libs

<table data-column-title-hidden data-view="cards" data-full-width="false"><thead><tr><th align="center" valign="middle"></th><th></th><th align="center" valign="bottom"></th></tr></thead><tbody><tr><td align="center" valign="middle"><strong>MongoDB</strong></td><td>Database and models</td><td align="center" valign="bottom"><a href="https://github.com/mongodb/mongo-csharp-driver">Source</a></td></tr><tr><td align="center" valign="middle"><strong>Newtonsoft.Json</strong></td><td>Json parsing and formatting</td><td align="center" valign="bottom"><a href="https://github.com/JamesNK/Newtonsoft.Json">Source</a></td></tr><tr><td align="center" valign="middle"><strong>Radzen Blazor</strong></td><td>Components, UI and design for Blazor </td><td align="center" valign="bottom"><a href="https://github.com/radzenhq/radzen-blazor">Source</a></td></tr><tr><td align="center" valign="middle"><strong>Docker.DotNet</strong></td><td>Docker integration with C# </td><td align="center" valign="bottom"><a href="https://github.com/dotnet/Docker.DotNet/">Source</a></td></tr><tr><td align="center" valign="middle"><strong>OAuth Providers</strong></td><td>Social login for services such as Discord, GitHub and Twitter </td><td align="center" valign="bottom"><a href="https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers">Source</a></td></tr><tr><td align="center" valign="middle"><strong>Monaco Editor</strong></td><td>Code editor for formats such as json and dockerfile</td><td align="center" valign="bottom"><a href="https://github.com/serdarciplak/BlazorMonaco">Source</a></td></tr><tr><td align="center" valign="middle"><strong>Markdig</strong></td><td>Markdown parsing and rendering</td><td align="center" valign="bottom"><a href="https://github.com/lunet-io/markdig">Source</a></td></tr><tr><td align="center" valign="middle"><strong>Fido2 Net</strong></td><td>Passkey/WebAuthN integration for C# Asp.net</td><td align="center" valign="bottom"><a href="https://github.com/passwordless-lib/fido2-net-lib">Source</a></td></tr><tr><td align="center" valign="middle"><strong>SkiaSharp</strong></td><td>Image editing and generation</td><td align="center" valign="bottom"><a href="https://github.com/mono/SkiaSharp">Source</a></td></tr><tr><td align="center" valign="middle"><strong>NetCoreServer</strong></td><td>WebSocket server and client</td><td align="center" valign="bottom"><a href="https://github.com/chronoxor/NetCoreServer">Source</a></td></tr><tr><td align="center" valign="middle">MailKit</td><td>Email utils and sending</td><td align="center" valign="bottom"><a href="https://github.com/jstedfast/MailKit">Source</a></td></tr><tr><td align="center" valign="middle"><strong>Swagger (Swashbuckle)</strong></td><td>API documentation, discovery and UI</td><td align="center" valign="bottom"><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore">Source</a></td></tr><tr><td align="center" valign="middle"><strong>CliWrap</strong></td><td>Command execution and buffering for Linux</td><td align="center" valign="bottom"><a href="https://github.com/Tyrrrz/CliWrap">Source</a></td></tr><tr><td align="center" valign="middle">Sentry .NET</td><td>Error logging and project management features</td><td align="center" valign="bottom"><a href="https://github.com/getsentry/sentry-dotnet">Source</a></td></tr><tr><td align="center" valign="middle">Yaml .NET</td><td>Parsing of docker compose files</td><td align="center" valign="bottom"><a href="https://github.com/aaubry/YamlDotNet">Source</a></td></tr><tr><td align="center" valign="middle">Blockly</td><td>Discord app builder with heavy customization and plugins</td><td align="center" valign="bottom"><a href="https://github.com/google/blockly">Source</a></td></tr></tbody></table>

### Icons

Material Symbols - [fonts.google.com/icons?icon.set=Material+Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols)

Material Design -  [icon-sets.iconify.design/mdi](https://icon-sets.iconify.design/mdi/)

### Fonts

Source Sans Pro - [fontsquirrel.com/fonts/source-sans-pro](https://www.fontsquirrel.com/fonts/source-sans-pro)

Roboto - [fonts.google.com/specimen/Roboto](https://fonts.google.com/specimen/Roboto)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fluxpoint.dev/cloudfrost-dev/credits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
