livecode-static/docs/overview.html.md
2025-06-11 22:23:49 +08:00

740 B

Overview

LiveCodes is an open-source client-side code playground. It is feature-rich with support for 90+ languages/frameworks. It can be used as a standalone app#standalone-app) or embedded in any web page. A powerful SDK is available to facilitate embedding and communication with embedded playgrounds.

The sections below include the documentation details:

import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>