Replies: 2 comments 2 replies
-
I think I will also implement a Custom Open API GUI with it. https://go-fuego.github.io/fuego/docs/guides/openapi#custom-ui looks very doable. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Because I live in an infrastructure world. https://github.com/hashicorp/terraform-plugin-codegen-openapi I hope whoever lands here finds this useful |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://go-fuego.github.io/fuego/docs/tutorials/rendering/ shows the 3 rendering engines.
Im using fuego with htmgo
https://htmgo.dev
https://github.com/maddalax/htmgo
https://htmgo.dev/examples are pretty decent
The HTMX Router is generated, just like the OPenAPI is generated with Fuego.
It's all golang with tailwind, caching and all the goodies....
I will try to push a little Demo to https://github.com/go-fuego/fuego/tree/main/examples as a PR if you find it worthy....
Beta Was this translation helpful? Give feedback.
All reactions