{"id":13802032,"url":"https://github.com/zalando-incubator/tessellate","last_synced_at":"2025-05-13T12:32:14.461Z","repository":{"id":57376759,"uuid":"71564424","full_name":"zalando-incubator/tessellate","owner":"zalando-incubator","description":"Server-side React render service.","archived":true,"fork":false,"pushed_at":"2018-05-30T09:25:37.000Z","size":1944,"stargazers_count":151,"open_issues_count":12,"forks_count":23,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-14T12:55:06.358Z","etag":null,"topics":["mosaic","react","server-side-rendering","web"],"latest_commit_sha":null,"homepage":"https://zalando-incubator.github.io/tessellate","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zalando-incubator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null}},"created_at":"2016-10-21T12:49:32.000Z","updated_at":"2024-08-12T19:25:38.000Z","dependencies_parsed_at":"2022-08-26T12:20:26.136Z","dependency_job_id":null,"html_url":"https://github.com/zalando-incubator/tessellate","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalando-incubator%2Ftessellate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalando-incubator%2Ftessellate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalando-incubator%2Ftessellate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalando-incubator%2Ftessellate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zalando-incubator","download_url":"https://codeload.github.com/zalando-incubator/tessellate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253942549,"owners_count":21988078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mosaic","react","server-side-rendering","web"],"created_at":"2024-08-04T00:01:33.686Z","updated_at":"2025-05-13T12:32:14.119Z","avatar_url":"https://github.com/zalando-incubator.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Tessellate](https://media.github.bus.zalan.do/user/115/files/7af8ba6e-91f8-11e6-854d-0e3ce4d4a3e0)\n\nServer-side React render service. \u0026nbsp;\u0026nbsp; [![Build Status](https://travis-ci.org/zalando-incubator/tessellate.svg?branch=master)](https://travis-ci.org/zalando-incubator/tessellate) [![Coverage Status](https://coveralls.io/repos/github/zalando-incubator/tessellate/badge.svg?branch=master)](https://coveralls.io/github/zalando-incubator/tessellate?branch=master) [![Code Climate](https://codeclimate.com/github/zalando-incubator/tessellate/badges/gpa.svg)](https://codeclimate.com/github/zalando-incubator/tessellate) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![license](https://img.shields.io/github/license/zalando-incubator/tessellate.svg)]()\n\n## What is Tessellate?\n\nTessellate is a server-side React service that creates static HTML and a JavaScript bundle from abstract JSON definitions. It is meant to be used as a **Fragment** as part of the [Mosaic](https://www.mosaic9.org) stack for micro services in the frontend but can be used independently as well.\n\n|Package                                              |Description                                                        |Version|\n|:----------------------------------------------------|:------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------|\n|[tessellate-bundler](packages/tessellate-bundler)    |Builds universal React bundles from JSON.                          |[![npm version](https://badge.fury.io/js/tessellate-bundler.svg)](https://badge.fury.io/js/tessellate-bundler)    |\n|[tessellate-fragment](packages/tessellate-fragment)  |Dynamic server-side React render service.                          |[![npm version](https://badge.fury.io/js/tessellate-fragment.svg)](https://badge.fury.io/js/tessellate-fragment)  |\n|[tessellate-server](packages/tessellate-server)     |Common service foundation for editor and bundler.                  |[![npm version](https://badge.fury.io/js/tessellate-server.svg)](https://badge.fury.io/js/tessellate-server)      |\n|[tessellate-editor](packages/tessellate-editor)      |Experimental editor for composing reusable components.             |[![npm version](https://badge.fury.io/js/tessellate-editor.svg)](https://badge.fury.io/js/tessellate-editor)      |\n|[tessellate-viewer](packages/tessellate-viewer)      |Experimental layout service for composing Mosaic fragments.        |[![npm version](https://badge.fury.io/js/tessellate-viewer.svg)](https://badge.fury.io/js/tessellate-viewer)      |\n|[tessellate-transform](packages/tessellate-transform)|Experimental JSON transformation tool.                             |[![npm version](https://badge.fury.io/js/tessellate-transform.svg)](https://badge.fury.io/js/tessellate-transform)|\n\n### Articles and videos about Tessellate\n\n* [code.talks 2017: The Recipe For Scalable Frontends](https://www.youtube.com/watch?v=m32EdvitXy4)\n* [Codemotion Milan 2017: The Recipe For Scalable Frontends](https://www.youtube.com/watch?v=FdJ_-4v2CzE)\n\n## Tessellate v2\n\nThe next version of tessellate is under development in the `next` branch of this repository.\n\n## Dynamic fragments\n\nA **Mosaic Fragment** is a web service that provides some partial HTML, CSS and JavaScript. Multiple Fragments can be composed into a complete web page by the [Tailor](https://github.com/zalando/tailor) layout service. Tessellate is an opinionated implementation of such a Fragment.\n\n**tessellate-fragment** responds to incoming requests based on a customizable\u003csup\u003e*\u003c/sup\u003e logic and uses React to render precompiled JavaScript bundles into static HTML. **tessellate-bundler** compiles those bundles ahead of time based on an abstract JSON document and with the help of webpack. We call this a *dynamic* Fragment because the bundles can be updated independetly from the Fragment and because they are selected dynamically for each request.\n\nTessellate offers a simple yet powerful solution to integrate content providers into a Mosaic stack for micro services in the frontend. Instead of implementing specialized Fragments to render different parts of a website, you can simply transform all your content into precompiled JavaScript bundles that Tessellate knows how to render. Please read the [architecture overview](https://zalando-incubator.github.io/tessellate/Architecture.html) to learn more.\n\n\u003csup\u003e*\u003c/sup\u003e *subject to ongoing development*\n\n## Installation\n\nThe Tessellate micro services can easily be installed as Node modules:\n\n```\nnpm i --save tessellate-bundler tessellate-fragment\n```\n\n## Configuration\n\nEach micro service reads configuration from environment variables, command line arguments or a file. See each subproject for details.\n\n## Development\n\nTessellate requires Node.js \u003e= 7.6 and uses [Lerna](https://github.com/lerna/lerna) for managing packages. Run the following commands in the root directory to get started:\n\n```\nnpm install   # Install dependencies and initialize packages.\nnpm run dist  # Compile all packages.\n```\n\nWe recommend using [Atom](https://atom.io) text editor together with the [Nuclide](https://nuclide.io) plugin and [Flow](https://flowtype.org) for static type checking.\n\nHere's how to install Nuclide (requires Atom) and Flow:\n\n```\napm install nuclide\nnpm install -g flow-bin\n```\n\n## Contributing\n\nFor details on pull requests, commit messages and conditions for contributing please see [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## Documentation\n\nGo to [zalando-incubator.github.io/tessellate](https://zalando-incubator.github.io/tessellate) for detailed documentation.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalando-incubator%2Ftessellate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzalando-incubator%2Ftessellate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalando-incubator%2Ftessellate/lists"}