ProzillaOS/docs/features
2024-06-13 21:54:26 +02:00
..
actions Migration to TypeScript - Stage 3 2024-05-07 23:46:02 +02:00
apps Updated documentation 2024-06-13 21:54:26 +02:00
modals Updated docs with modals page 2023-08-11 20:00:44 +02:00
settings Migration to TypeScript - Stage 3 2024-05-07 23:46:02 +02:00
storage Rebranded with new color palette 2024-06-04 21:29:49 +02:00
taskbar Updated docs + renamed /media to /assets 2023-12-14 14:57:34 +01:00
virtual-drive Added repo tree to default virtual drive data 2024-06-10 19:13:49 +02:00
windows Refactoring 2023-12-23 15:48:17 +01:00
z-index Added z-index helpers + updated docs 2023-12-30 11:11:55 +01:00
README.md Updated documentation 2024-06-13 21:54:26 +02:00

← Back

Features

Most code for features can be found in the features directory. This directory is a library that is mostly used by files in the components and hooks directory.

Note

Mentions of directories inside this part of the documentation, are relative to the src folder.

components -> src/components
hooks -> src/hooks

Tip

To see the status and to-do's of each feature, check the task board on Notion.

Pages

Overview

This is a simplified overview of ProzillaOS' features, check the pages inside this folder for more details about each individual feature.

System

  • Customizable taskbar with a home menu, search menu, pinned apps and utilities
  • Customizable desktop with icons, accompanied by custom wallpapers
  • Virtual drive that can handle files, folders, symbolic links, as well as read from external sources
    • Storage system that stores and loads the virtual drive from local storage

Applications

  • Resizable and draggable windows, with dynamic titles, for displaying and interacting with apps, which adapts to the user's screen resolution
  • Native and web-view applications
    • File explorer that interacts with virtual drive and allows user to browse the source code on the website itself
    • Terminal with custom linux-inspired commands
    • Settings application for customizing appearance, managing apps and managing virtual drive
    • Text editor app that can read and write files as well as render markdown files
    • Other applications like a calculator, minigames, image viewer, browser, etc.
  • Standalone system that allows each app to have its own dedicated page in an isolated view, which is also indexable by search engines
  • URL params that trigger an app to open with optional arguments

Interactions

  • Modals that can be used as context menus, header menus, file selectors, dialog boxes, etc.
  • Advanced actions system, for easily assembling different menus that can handle dropdowns, selections, toggles, shortcuts, etc.

Assets

  • Custom wallpapers made in Figma
  • Custom icons made in Figma inspired by Font Awesome

Codebase

  • Free, open-source and self-hostable
  • Uses React, Vite and TypeScript
  • Extensive documentation
  • Configuration files that allow you to configure almost everything inside the project
  • Eslint for linting
  • Custom build and deployment tools to automate tasks
  • Separation of concerns and feature-based folder structure