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 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 Public

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

    JavaScript 117 7

Repositories

Showing 10 of 32 repositories
  • semantic-release-config Public

    Shared semantic release config used in Podium modules

    JavaScript 0 0 1 3 Updated Mar 9, 2025
  • podlet-server Public

    A Podium podlet server library and tool chain built on top of Fastify and Lit.

    JavaScript 4 2 12 11 Updated Mar 8, 2025
  • hapi-podlet Public

    Hapi plugin for @podium/podlet

    JavaScript 2 MIT 0 1 8 Updated Mar 7, 2025
  • hapi-layout Public

    Hapi plugin for @podium/layout

    JavaScript 1 MIT 1 1 9 Updated Mar 7, 2025
  • client Public

    Client for fetching Podium component fragments over HTTP.

    JavaScript 7 MIT 7 1 4 Updated Mar 7, 2025
  • eslint-config Public

    Shared eslint config for Podium modules

    JavaScript 0 0 1 2 Updated Mar 7, 2025
  • typescript-config Public

    Shared TypeScript configs for use in Podium modules

    JavaScript 0 0 1 2 Updated Mar 5, 2025
  • dev-tool Public

    Middleware that exposes a development API on Podium podlets for use in development tools

    JavaScript 0 MIT 0 3 5 Updated Mar 1, 2025
  • utils Public

    Misc common / generic utility methods.

    JavaScript 0 MIT 4 1 3 Updated Mar 1, 2025
  • proxy Public

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

    JavaScript 2 MIT 2 1 4 Updated Mar 1, 2025

Top languages

Loading…

Most used topics

Loading…