This directory contains experimental, specialized, and proof-of-concept modules that are not yet ready for production use. These modules serve as a testing ground for new ideas, architectural patterns, and technology integrations.
- Experimentation: Test new technologies and architectural patterns
- Research & Development: Explore emerging tools and frameworks
- Specialized Use Cases: Modules for specific scenarios that may not fit the general production stack
- Prototyping: Rapid development and iteration of new concepts
Each folder is an experimental module containing:
- Taskfile: Each module has a TASK file to work with the module
- Mix and Match: You can combine modules with other modules and projects by importing their tasks
- Playgrounds: Sub-folders containing exploratory implementations and architecture experiments
- TOFU Configuration: Service modules include appropriate Terraform/OpenTofu configurations
Modules that prove stable and valuable may eventually be:
- Refined and cleaned up
- Moved to the production
../modules/
directory - Integrated into the main stack architecture
This directory contains a rich collection of experimental modules covering:
- AI/ML integrations
- GUI frameworks (Wails, WebView, native)
- Cloud services (Cloudflare, Minio, Fly.io)
- Development tools (Kamal, Docker, Git workflows)
- Data processing (Analytics, Search, Conversion)
- And many more specialized tools and integrations
Each module is self-contained and can be explored independently.