> For the complete documentation index, see [llms.txt](https://plugins.jbsnippets.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plugins.jbsnippets.com/introduction/custom-solutions.md).

# Custom Solutions

While individual plugins can significantly enhance your Godot game development workflow, there are times when a custom solution is necessary to meet specific project needs. Building custom solutions involves either customizing existing plugins or grouping multiple plugins and components together to create a system that perfectly fits the requirements. This approach can dramatically improve development velocity and ensure your game development process is as efficient as possible.

## Solution License

Unlike plugins, most of the complex solutions I publish will be offered as paid versions. However, some of the simpler ones will still be available under the MIT License. Given the considerable extra effort I have invested in building these solutions, I believe it is reasonable to request some financial support to ensure the continued development and enhancement of these projects.

## Available Solutions

### 1. [Simple State Machine](/custom-solutions/state-machine.md)

A super simple state machine system.

**Use-Cases**: (TBA)

**Release Date**: (TBA)

**License**: MIT
