Collaboration
The first browser-powered visual editor.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Seamlessly integrate with any website or webapp running on React + TailwindCSS, and make live edits directly in the browser DOM. Customize your design, control your codebase, and push changes your changes without compromise.
https://github.com/user-attachments/assets/c9bac609-5b05-417f-b2b2-e57d650d0dd6
Onlook officially launched our first version of Onlook on July 08, 2024 and we've shipped a ton since then. Watch releases of this repository to be notified of future updates, and you can follow along with us on LinkedIn or Substack where we write a weekly newsletter.
Visit onlook.dev to download the pre-built app.
[!IMPORTANT]
We require the Bun.sh runtime. You can download it here or runnpm install -g bun
.
To run locally with bun:
git clone https://github.com/onlook-dev/onlook.git
bun install
bun run dev
If you plan on contributing to Onlook, make sure you are not running the Desktop app and the repo at the same time.There are many ways to try out Onlook! Try one of the options below:
To try with your own React + TailwindCSS project, follow the following steps:
npx onlook setup
http://localhost:3000
).See the setup wiki for more information.
You can start from scratch using Onlook:
npx onlook create my-onlook-project
cd my-onlook-project && npm run dev
http://localhost:3000
See the the CLI package for more information.
We have a few demo projects included in the demos folder. These are standard React apps with Onlook configured.
To run, follow the following steps:
cd demos/next && npm install && npm run dev
http://localhost:3000
See how we're tracking towards major milestones, and read the wiki for details on each version of Onlook. Here's a rough overview of some of the major features we're looking at:
Also check the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also open issues.
See the CONTRIBUTING.md for instructions and code of conduct.
Projects we're inspired by:
Distributed under the Apache 2.0 License. See LICENSE.md for more information.