Skip to content

🖌Generative UI in Golang, based on HTMX and Templ, is useful in Multi-Agent Systems.

License

Notifications You must be signed in to change notification settings

RealAlexandreAI/gen-ui-go

Repository files navigation

Contributors Forks Stargazers Issues GPL License


Logo

gen-ui-go

Generative UI in Golang, based on HTMX and Templ, is useful in Multi-Agent Systems.
Report Bug · Request Feature

🖌Generative UI in Golang, based on HTMX and Templ, is useful in Multi-Agent Systems.

🌟 Reasons to Choose gen-ui-go

🌐 Continuously Updated UI Component Library: Our UI component library is constantly expanding, offering the latest design elements and features to help developers keep their applications modern while maintaining high performance and elegance.

🖥️ Full Backend Rendering: gen-ui-go implements full backend rendering, ensuring data security and privacy. This makes it particularly suitable for scenarios that require a high degree of data control and customized rendering logic.

🤖 Multi-Agent Planning Support: gen-ui-go supports multi-agent systems, allowing different agents to participate in UI planning and decision-making processes, providing robust support for complex interactions and automated workflows.

🔄 Interactivity in Semi-Automatic Workflows: In semi-automatic workflows, gen-ui-go offers the capability for real-time interaction, allowing users to dynamically adjust and optimize during the running process, thereby improving efficiency and responsiveness.

🔧 Suitable for Dynamic Environments: Whether it's a fast-paced agile development environment or a finely controlled production environment, gen-ui-go provides the tools and flexibility needed to adapt to various development requirements.

Intro

Updates

Timeline

Card

Conversation

Audio/Image/Video

Button

List

Textarea

🏁 Getting Started

To add the gen-ui-go to your Go project, use the following command:

To register more components as examples:


templ Button(text string) {
    <button class="button" onclick="alert('Clicked!')">{ text }</button>
}

func init(){
    RegisterExample("/button", Button("Click Me!"))
}

templ generate

Roadmap

  • Basic feature
  • Modern CSS like bulma
  • Registry Example
  • Registry with Schema
  • More components

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPLv3 License. See LICENSE for more information.

(back to top)

Contact

RealAlexandreAI - @RealAlexandreAI

Project Link: https://github.com/RealAlexandreAI/gen-ui-go

(back to top)

About

🖌Generative UI in Golang, based on HTMX and Templ, is useful in Multi-Agent Systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages