Possibly stupid question from someone who is traditionally not webdev but has started trying to build small tools. I think sunmao is something I can think about using to quickly put together a frontend for things I'm building with FastAPI? Is that what this is?
Good question. Sunmao focus on the UI part means it was designed to integrate any kind of backend.
And for FastAPI and other frameworks that provide OpenAPI schema, there should be a bigger potential to play with Sunmao, e.g, tables, forms, and other UIs that can connect to the API seamlessly.
As a personal suggestion, I think Sunmao is a little low-level(which brings great flexibility) to build such a kind of integration at this moment. It will be much easier after we provide some tutorials or examples of integrating with a backend framework.
In the meantime, it will be appreciated if to join our slack channel and have some deep discussion.
More details can be found in this post: https://github.com/smartxworks/sunmao-ui/blob/develop/docs/e... and our Github repo.