---
title: "Liminal: A Browser-Based IDE for Laravel Powered by WebAssembly"
url: https://daily.dev/posts/liminal-a-browser-based-ide-for-laravel-powered-by-webassembly-er7oewzfy
source_url: https://laravel-news.com/liminal
type: article
source: "Laravel News"
published: 2026-03-23T13:21:28.834Z
updated: 2026-03-23T13:22:05.253Z
tags: ["php", "laravel", "vuejs", "webassembly"]
reading_time: 3
upvotes: 25
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Liminal: A Browser-Based IDE for Laravel Powered by WebAssembly

**[Laravel News](https://daily.dev/sources/ln)** · 3 min read · 25 upvotes · 0 comments

## Summary

Liminal is a browser-based IDE that runs PHP 8.4 via WebAssembly, enabling full Laravel development without any local installation or server setup. It includes a code editor with syntax highlighting (CodeMirror 6), a preview pane with Tailwind CSS v4, an Artisan terminal, and an OpenAI-powered AI agent. Notable features include shareable URLs that encode file state, GitHub import, zip export, and local folder sync via the File System Access API. Limitations include no external network access from PHP, SQLite-only database support, a fixed vendor directory, and slower-than-native performance. The project is built with Vue 3, TypeScript, Vite, and Tailwind CSS v4.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/liminal>

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel), [#vuejs](https://daily.dev/tags/vuejs), [#webassembly](https://daily.dev/tags/webassembly)

[View this post on daily.dev](https://daily.dev/posts/liminal-a-browser-based-ide-for-laravel-powered-by-webassembly-er7oewzfy)
