Skip to content

cedrosdev/winnetoujs

Repository files navigation

Winnetou Logo 2024

WinnetouJs 3 LTS

WinnetouJs is a javascript framework that encompasses multi solutions for creating frontend web apps.

Example

<!-- commons.wcto.html -->
<winnetou>
  <div id="[[simpleText]]">{{text}}</div>
</winnetou>
// app.ts
import { $simpleText } from "./commons.wcto";
new $simpleText({ text: "Hello World!" }).create("#app");

This will render Hello World! inside the element with id app.

Winnetoujs is an AI Ready framework

WinnetouJs is built with AI integration in mind, making it easier to incorporate AI functionalities into your web applications. Whether you're looking to add chatbots, recommendation systems, or any other AI-driven features, WinnetouJs provides the tools and flexibility to do so seamlessly.

When you run npm install winnetoujs, you are also installing the AI modules (agent instructions) that come bundled with the framework, allowing you to start building AI-powered applications right away.

Learn

Start with the documentation here.

Contributing

Pull requests are welcome.

Authors

  • Pamela Sedrez - Initial work - GitHub

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors