Skip to content
@podium-lib

Podium

Easy server-side composition of microfrontends

Podium - server-side composition of micro frontends

Podium is a library for building micro frontends using server-side runtime composition. One server handles the incoming request by fetching each independent fragment over HTTP before returning the finished page back to the user.

Learn more about Podium and its design or get the lay of the land to start coding on Podium itself.

Pinned Loading

  1. layout layout Public

    Module for building a Podium layout server. A layout server composes multiple podlets into a layout resulting in a complete webpage.

    JavaScript 56 3

  2. podlet podlet Public

    Module for building podlet servers. A podlet server serves page fragments.

    JavaScript 118 7

Repositories

Showing 10 of 32 repositories
  • podlet Public

    Module for building podlet servers. A podlet server serves page fragments.

    podium-lib/podlet’s past year of commit activity
    JavaScript 118 MIT 7 3 2 Updated Feb 1, 2026
  • test-utils Public

    A set of misc test utilities used by tests in the different podium modules.

    podium-lib/test-utils’s past year of commit activity
    JavaScript 0 MIT 0 1 2 Updated Feb 1, 2026
  • proxy Public

    Module for proxying HTTP requests from a layout server to a podlet server (or any remote destination)

    podium-lib/proxy’s past year of commit activity
    JavaScript 2 MIT 2 1 4 Updated Feb 1, 2026
  • context Public

    Module to generate the context which is passed on requests from a Layout server to a Podlet server

    podium-lib/context’s past year of commit activity
    JavaScript 0 MIT 0 1 5 Updated Feb 1, 2026
  • fastify-podlet Public

    Fastify plugin for @podium/podlet

    podium-lib/fastify-podlet’s past year of commit activity
    JavaScript 0 MIT 0 1 2 Updated Feb 1, 2026
  • utils Public

    Misc common / generic utility methods.

    podium-lib/utils’s past year of commit activity
    JavaScript 0 MIT 4 1 5 Updated Feb 1, 2026
  • browser Public

    Podium browser library

    podium-lib/browser’s past year of commit activity
    JavaScript 4 MIT 2 1 2 Updated Feb 1, 2026
  • fastify-layout Public

    Fastify plugin for @podium/layout

    podium-lib/fastify-layout’s past year of commit activity
    JavaScript 0 MIT 1 1 2 Updated Feb 1, 2026
  • http-client Public

    Generic http client with built in circuit breaker, error handling and metrics

    podium-lib/http-client’s past year of commit activity
    JavaScript 0 MIT 0 2 8 Updated Feb 1, 2026
  • client Public

    Client for fetching Podium component fragments over HTTP.

    podium-lib/client’s past year of commit activity
    JavaScript 7 MIT 7 1 4 Updated Feb 1, 2026

Top languages

JavaScript

Most used topics

Loading…