WinnetouJs is a javascript framework that encompasses multi solutions for creating frontend web apps.
<!-- 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 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.
Start with the documentation here.
Pull requests are welcome.
- Pamela Sedrez - Initial work - GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details
