Skip to content

Commit

Permalink
add LiveCodes (#129)
Browse files Browse the repository at this point in the history
This PR adds [LiveCodes](https://livecodes.io/), the client-side code
playground that supports 90+ languages and frameworks.
It is [open-source](https://github.com/live-codes/livecodes) and
[self-hostable](https://livecodes.io/docs/features/self-hosting).

closes #128
  • Loading branch information
hatemhosny authored Nov 30, 2024
1 parent b16c524 commit 8a80b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ An ([IDE](https://en.wikipedia.org/wiki/Integrated_development_environment)) is
- [Flems](https://flems.io) [<img title="Open Source" width="16" src="https://cdn.jsdelivr.net/npm/[email protected]/icons/github.svg" />](https://github.com/porsager/flems) - Run snippets in HTML/CSS/JS without a connection to the server (after page load).
- [Plunker](https://plnkr.co) - Run snippets in HTML/CSS/JS/TS and collaborate by forking, commenting, and participating in the forums.
- [Popcode](https://popcode.org) [<img title="Open Source" width="16" src="https://cdn.jsdelivr.net/npm/[email protected]/icons/github.svg" />](https://github.com/popcodeorg/popcode) - Run snippets in HTML/CSS/JS for use in the classroom, with student-friendly error messages and offline editing.
- [LiveCodes](https://livecodes.io) [<img title="Open Source" width="16" src="https://cdn.jsdelivr.net/npm/[email protected]/icons/github.svg" />](https://github.com/live-codes/livecodes) [<img title="Self Hosted" width="16" src="https://cdn.jsdelivr.net/npm/[email protected]/icons/docker.svg" />](https://livecodes.io/docs/features/self-hosting) - Run snippets in 90+ languages/frameworks, including React, Vue, Svelte, Solid, Typescript, Python, Go, Ruby, PHP and many more. Runs client-side with no backend. Projects can be shared, exported, deployed and embedded. Free AI code assistant.

## Contribute

Expand Down

0 comments on commit 8a80b75

Please sign in to comment.