https://github.com/metapages/metapage
Build web applications and workflows from connected websites
https://github.com/metapages/metapage
websites workflows
Last synced: about 2 months ago
JSON representation
Build web applications and workflows from connected websites
- Host: GitHub
- URL: https://github.com/metapages/metapage
- Owner: metapages
- License: apache-2.0
- Created: 2017-03-20T04:45:56.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-08-18T16:33:36.000Z (2 months ago)
- Last Synced: 2025-08-26T01:08:25.211Z (about 2 months ago)
- Topics: websites, workflows
- Language: CSS
- Homepage: https://module.metapage.io
- Size: 4.13 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# [Metapages](https://metapage.io/)
- Render, tests, and tools: [module.metapage.io](https://module.metapage.io/)
- Docs: [docs.metapage.io/](https://docs.metapage.io/)A **metapage** is a webpage that consists of a network of other embedded webpages. This repository contains the code for the core metapage module.
NPM: https://www.npmjs.com/package/@metapages/metapage
## Development
All commands use [just](https://github.com/casey/just) to run the commands.
To run the development stack:
```bash
just worker dev
```To have the module automatically update when it changes:
```bash
just libs dev
```### Host Setup
**Host requirements:**
- [deno](https://docs.deno.com/runtime/getting_started/installation/)
- [just](https://github.com/casey/just)
- [mkcert](https://github.com/FiloSottile/mkcert)