datapages

Generate server wiring for Datapages Go applications with templated UI.

82|4|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/romshark/datapages --skill datapages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datapages
Source: https://github.com/romshark/datapages/tree/main/.skills/datapages
Command: npx skills add https://github.com/romshark/datapages --skill datapages

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Datapages streamlines building Go web applications by generating the server wiring and boilerplate from Go app code and templates, reducing setup time and repetitive chores.

Core Features & Use Cases

  • Generates a full, runnable server scaffold from a Datapages Go application and templated UI.
  • Integrates templ (Go HTML templating) and Datastar reactivity to enable SSE-driven UI updates.
  • Guides a step-by-step workflow from initialization to deployment, including optional assets, sessions, and signals.

Quick Start

Install the datapages CLI and run datapages init with your project name and module path.

Frequently Asked Questions about datapages

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate server wiring for a Go web app with templ and Datastar?

You can generate server wiring for a Go web app by using a scaffolding tool that automates the code-generation workflow from app code to a generated server package, integrating templ for UI and Datastar for reactivity.

What is the best way to scaffold a multi-page Go application with SSE-driven updates?

Scaffolding a multi-page Go application with SSE-driven updates is best handled by a code generation tool that automates project bootstrap, configuration, and server wiring for Datastar reactivity.

Do I need to manually validate frontmatter when setting up a Go web app generator?

You do not need to manually validate frontmatter because the generation workflow enforces frontmatter validation for name and description automatically during the server scaffolding process.

Can I include optional scripts and assets when bootstrapping a Go web server?

You can include optional resources such as scripts, references, and assets when bootstrapping your Go web server, allowing the generated scaffold to support custom integrations alongside sessions and signals.

What are the limitations of using a Go server scaffolding generator for Datastar apps?

A limitation of using a Go server scaffolding generator is that it enforces specific frontmatter validation rules and architectural choices for Datastar and templ integration, which may restrict highly customized server wiring setups.