---
title: "Mobile & PWA"
description: "Use Projectyl on mobile devices with the Progressive Web App."
---

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

# Mobile & PWA

Projectyl is available as a **Progressive Web App (PWA)**, which means you can install it on your phone or desktop for a native-like experience — no app store required. The mobile experience is designed to provide nearly the same functionality as the desktop version.

## Install the app

### iOS (Safari)

1. Open Projectyl in Safari.
2. Tap the **Share** button (square with arrow).
3. Scroll down and tap **Add to Home Screen**.
4. Tap **Add** to confirm.

### Android (Chrome)

1. Open Projectyl in Chrome.
2. Tap the **three-dot menu** (⋮).
3. Tap **Install app** or **Add to Home Screen**.
4. Confirm the installation.

### Desktop

On supported browsers (Chrome, Edge), an **Install** prompt may appear in the address bar. Click it to install Projectyl as a desktop app.

## Mobile navigation

On mobile, the sidebar is replaced by a **bottom navigation bar** with four tabs:

1. **Inbox** — Your notification hub.
2. **Tasks** — Current project's task list.
3. **Chat** — Current project's chat channels.
4. **Docs** — Current project's documents.

Tap a tab to switch sections. Use the project selector to switch between projects.

## Mobile view adaptations

- **Kanban**, **Table**, and **Gantt** views automatically redirect to the **List** view on mobile, which is optimised for smaller screens.
- Chat shows the channel list first; tap a channel to enter, and use the **back button** to return to the channel list.
- Pagination uses a floating pill indicator instead of inline controls.

## Push notifications

Enable push notifications so you don't miss anything when you're not actively in the app:

1. Go to **Settings → Notifications** (accessible from the user menu).
2. Click **Enable on this device** for your current browser/device.
3. Configure which events trigger notifications — Mentions, Task Assignments, and Direct Messages can each be toggled independently.

See [Settings — Notifications](/guides/settings#notifications) for full details.

> **Brave browser users:** Brave blocks push notifications by default. You'll need to go to Brave's site settings and explicitly allow notifications for Projectyl.

Source: https://docs.projectyl.app/guides/mobile/index.mdx
