htag
Build cross-platform Python GUI apps from one codebase
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install htag?โผ
Run `npx skills add manatlan/htag --all -g -y` in your terminal to install the htag development skill globally.
What is htag used for?โผ
htag is a Python GUI toolkit that lets you build desktop, web, Android, and single-page applications from a single Python codebase without writing frontend JavaScript.
Can I build web apps in pure Python with htag?โผ
Yes. htag renders UI components in the browser and communicates over WebSocket, with automatic fallback to SSE or plain HTTP, so your entire app logic stays in Python.
Does htag work with AI coding assistants?โผ
Yes. The included htag-development skill teaches your coding assistant the framework's components, state management, and best practices so it can generate working htag apps from plain-English requests.
Do I need JavaScript knowledge to use htag?โผ
No. You define interfaces, events, and reactive state entirely in Python, and htag handles the browser rendering and communication for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core