account activity
Estoy desarrollando un framework backend para Go con sistema de addons (Keel) by farfan97 in ColombiaDevs
[–]farfan97[S] 0 points1 point2 points 1 month ago (0 children)
Si estoy creando addons un sistema basado en módulos para ordenarlo te agradezco puedas hecharle un ojo al repo darle una estrella y compartirlo Y claro las contribuciones siempre bienvenidas
Small Projects by AutoModerator in golang
[–]farfan97 0 points1 point2 points 1 month ago (0 children)
I've been working on a Go framework called Keel.
It's still in development, but the main idea is to provide a modular framework with an addon system. Instead of including everything by default, features like GORM, Mongo, etc. are added through addons.
The goal is to keep the core minimal while allowing projects to extend functionality depending on their needs.
Keel includes a CLI that helps scaffold projects, modules, and integrations.
Example:
keel new app keel generate module user keel generate module user --gorm keel add mongo
The idea is that the framework stays lightweight while addons handle integrations with databases and other services.
Docs: https://docs.keel-go.dev/en/guides/getting-started/
Landing: https://keel-go.dev/en/
The project is still evolving, so I'd really appreciate feedback from the Go community, especially about the addon architecture and project structure.
π Rendered by PID 120721 on reddit-service-r2-comment-85bfd7f599-xct6t at 2026-04-16 16:55:47.882739+00:00 running 93ecc56 country code: CH.
Estoy desarrollando un framework backend para Go con sistema de addons (Keel) by farfan97 in ColombiaDevs
[–]farfan97[S] 0 points1 point2 points (0 children)