GuidesUniver DocsGetting StartedQuickstart

Quickstart

If you want to get started with Univer as quickly as possible, you’ve come to the right place! This page will guide you through building a working Univer app in just a few minutes.

Play Online

You can play with Univer online without installing anything. Just click the link below and start using Univer right away.

Starter Kit

If you prefer to start with a local development environment, you can use the following starter kits to create a new Univer app in just a few seconds.

Run the following command requires your device has nodejs >= 18, npm >= 8 and git installed.

npx degit dream-num/univer-doc-start-kit univer-doc-start-kit
cd univer-doc-start-kit
npm install
npm run dev

Great job on your first steps with Univer! You’ve successfully created your first project and gotten a taste of what Univer can do.