datapages
Generate server-rendered Go web apps with real-time updates
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Datapages?â–¼
Run `npx skills add romshark/datapages --all -g -y` in your terminal to install all skills in this suite globally.
What does Datapages generate for Go web apps?â–¼
It parses your Go app package and generates routing, sessions, authentication, SSE streams, CSRF protection, type-safe URL helpers, and Prometheus metrics, so you only write business logic and templates.
How to build real-time web apps in Go without JavaScript?â–¼
Datapages combines Templ templates with Datastar attributes and server-sent events, letting the Go backend drive all UI updates without writing frontend JavaScript.
Does Datapages work with AI coding assistants?â–¼
Yes. It ships SKILL.md guides that teach agents the exact conventions for pages, actions, events, and sessions, keeping generated code consistent and drift-free.
Can I use Datapages without deep Go experience?â–¼
Basic Go knowledge is needed since apps are written in Go, but the CLI scaffolds projects with `datapages init` and the skills guide agents through every step.
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