Publish internal pages from developer workflows.
internalpage gives teams a private URL for generated HTML reports, previews, and operational pages without turning every artifact into a public static site.
What you can do
Publish an HTML page
Create a private page from a local HTML file and share the viewer URL with your team.
Update the same page
Replace the latest version while keeping the same page ID and sharing path.
Use it in CI
Attach generated reports to pull requests, deploy checks, and release workflows.
Keep tokens scoped
Use personal API tokens for creator attribution and revoke them when workflows change.
Core model
internalpage is built around a small loop:
- Create a personal API token in your workspace.
- Publish an
.htmlor.htmfile with the CLI or API. - Share the generated viewer URL.
- Update by page ID when your source report changes.
Start here
- Quickstart: publish your first page.
- CLI reference: install and run
@internalpage/cli. - API reference: authenticate and call the Pages API.
- Use cases: common developer workflows.