Websites for you and your projects.

Hosted directly from your GitLab repository. Just edit, push, and your changes are live.

Ready to get started with Tetra on GitLab Pages?

Create a new site or import an existing project with ease.

Create a new project

Visit GitLab and create a new repository named yourusername.tetra.page, where yourusername is your username on GitLab.

Clone your new repository

Clone the repository to your local machine and start adding your HTML files.

git clone https://gitlab.tetra.quest/yourusername/yourusername.gitlab.io.git

Push and go live

After adding your files, push them back to the repository. Your changes are now live!

git add .
git commit -m "Initial commit"
git push -u origin main