Quick Start

This page covers the shortest path from sign-in to a published website using Lediv.

Sign in

Start from the login page and continue with one of the available methods.

  1. Continue with Google, GitHub, or your email (a magic link is sent to sign in without a password).
  2. Complete authentication to enter the dashboard.

Create a new project

From the dashboard, open Projects and click New project. Choose Blank to start from scratch, or Landing Page to explore faster with a ready example.

  1. Set a project name.
  2. In Template, pick Blank for a clean start or Landing Page for a quicker first walkthrough.
  3. Click Create project.

Customize as needed

After project creation, adapt structure and content to match the target site.

Publish

Click the Publish icon, choose the address for your site, and click Publish site. It goes live in seconds, and publishing again updates it in place.

Moving a page that people already have a link to? On Lediv Pro, add a _redirects file at the root of the project, list one rule per line, and publish again. See Redirects. Those rules move paths within a site. Changing the site's own address is a separate action in the Publish panel, covered in Publish.

To host it somewhere else instead, click Download project in that same panel to get a ZIP of the source. Deployment input depends on the provider. Some flows use source code from a Git repository, while manual flows usually expect a prebuilt output folder.

Simple example with Netlify:

  1. Unzip the exported project.
  2. Push it to a Git repository.
  3. Create a Netlify site from that repository and deploy.

For deeper setup and other providers, continue in Publish.


Next steps