Pharos Framework

← Back

Pharos Tutorials

These tutorials teach Pharos Framework as it exists today: a declarative web application framework and shared multi-app host.

Recommended order

  1. Build a static app artifact
  2. Build and serve the documentation app
  3. Build a declarative dynamic app

What you will learn

By the end of this short sequence you will have seen how to:

  • define an app from a normal app root
  • build package-ready app artifacts under dist/apps/
  • serve static and dynamic apps through the shared runtime
  • recognize the split between app-owned declarative files and framework-owned runtime behavior
  • inspect the packaged files that actually ship

Related app docs

  • UCAL app
  • Platform vision
  • Framework overview