packages/lit-dev-content/site/docs/v2/libraries/labs.md
Lit Labs is an umbrella for Lit packages under development that we are actively seeking feedback on. While we encourage real-world use in order to help the feedback process, please note:
@lit-labs npm scope.@lit scope. (For example, @lit-labs/task might graduate to @lit/task.) Once a package graduates, its first version under the @lit scope will match that of the latest in @lit-labs—but only the @lit version will receive subsequent updates.Feedback is currently being solicited on the following Labs packages:
<style> .labs-table-links { font-size: 0.9em; line-height: 1.5; } </style> <table class="directory"> <thead><tr><th>Package</th><th>Description</th><th>Links</th></tr></thead> <tbody> <tr class="subheading"><td colspan=3>Near graduation</td></tr> <tr> <td> </td> <td>A package containing controllers and decorators for using the Context Protocol.
</td> <td class="labs-table-links"> </td> </tr> <tr> <td> </td> <td>React integration helpers for custom elements and reactive controllers.</td> <td class="labs-table-links"> </td> </tr> <tr> <td> </td> <td>Mixin for Lit that integrates with the speculative Scoped CustomElementRegistry polyfill.
</td> <td class="labs-table-links"> </td> </tr> <tr class="subheading"><td colspan=3>Under development</td></tr> <tr> <td> </td> <td>A plugin for Eleventy that pre-renders Lit components at build time, with optional hydration.
</td> <td class="labs-table-links"> </td> </tr> <tr> <td> </td> <td>Animation helpers for Lit templates.</td> <td class="labs-table-links"> </td> </tr> <tr> <td> </td> <td>A set of reactive controllers that facilitate using the platform observer objects.</td> <td class="labs-table-links"> </td> </tr> <tr> <td> </td> <td>A package for server-side rendering Lit templates and components.</td> <td class="labs-table-links"> </td> </tr> <tr> <td> </td> <td>A reactive controller for handling asynchronous tasks.</td> <td class="labs-table-links"> </td> </tr> <tr> <td> </td> <td>A package containing testing utilities for Lit including generating server-side rendered fixtures.</td> <td class="labs-table-links"> </td> </tr> <tr> <td> </td> <td>A package that provides viewport-based virtualization (including virtual scrolling) for Lit.</td> <td class="labs-table-links"> </td> </tr> <tr class="subheading"><td colspan=3>Prototyping</td></tr> <tr> <td> </td> <td>A static analyzer for Lit.</td> <td class="labs-table-links"> </td> </tr> <tr> <td> </td> <td>A command line tool for Lit.</td> <td class="labs-table-links"> </td> </tr> <tr> <td> </td> <td>A component-oriented router API vended as reactive controllers.</td> <td class="labs-table-links"> </td> </tr> </tbody> </table>