Skip to main content

Uživatelská příručka

Welcome to Wuzzio — the task manager for the De Penaranda family.

  1. 01 Sign in with your email address and password.
  2. 02 On first access, change your password if prompted.
  3. 03 Set up your profile: first name, colour, font style, gamification level.
  4. 04 Access projects from the sidebar (left).
  5. 05 Inside a project, create tasks with priority, due date and assignee.
  6. 06 Tick completed tasks — they archive and feed your history.
  1. 01 Go to the Invitations section (accessible from the sidebar, admins only).
  2. 02 Click "New invitation", enter the person's email address.
  3. 03 Copy the generated link and send it by email or message.
  4. 04 The person clicks the link, creates an account and joins the household.
  5. 05 The link expires after 7 days. You can generate a new one at any time.
  6. 06 Once registered, add the new member to relevant projects via Project members.
  1. 01 In Todoist: Settings → Backups → Export all data (or export a specific project as CSV).
  2. 02 In Wuzzio: create or open the destination project.
  3. 03 Click the ··· project menu → Import CSV.
  4. 04 Step 1: drop the .csv file.
  5. 05 Step 2: check the preview (green = new, yellow = duplicate).
  6. 06 Step 3: match Todoist members to Wuzzio accounts.
  7. 07 Step 4: review the diff (tasks created / updated).
  8. 08 Step 5: confirm. The import is idempotent — you can re-import without duplicates.

Use the visual selector when creating a task to set the recurrence. You can also type directly in natural language:

every day
Daily
every Monday and Wednesday
Multi-day weekly
on the 16th of every month
Monthly by date
the 2nd Tuesday of every month
Monthly by rank
every 31 July
Yearly
every 3 days
Interval

Ticking a recurring task does not delete it — it moves to the next occurrence. An OVH cron generates occurrences daily at 4am.

Each project has its own permissions matrix. In Project members, you configure what each person can do.

View See the project and its tasks
Create Add new tasks
Edit Edit existing tasks
Complete Mark tasks as done
Delete Archive/delete tasks
Manager Invite/remove members, rename the project

Presets available at creation: Read-only / Contributor / Editor / Co-manager.

→ Projects

Configure your level in Settings → Gamification.

Off No badge, no leaderboard, clean interface.
Sober Consecutive-day streak shown discreetly.
Playful Streak + stars + title + sparks on completion.
Competitive All of the above + family leaderboard (optional).
→ Gamification

Fiscal tasks carry a FISCAL badge. Deleting them requires double confirmation.

16th/month Withholding tax — Form 273
20 Jan/Apr/Jul/Oct Quarterly VAT return
31 July Annual accounts filing (NBB)
30 Sept. Corporate tax return (ISOC)
15 Dec. UBO register update
15 June Annual general meeting

These tasks are recurring P1 and always active in Wuzzio Current Management.

  1. 01 Each user belongs to a primary household (set when creating the account).
  2. 02 You can create a secondary household via Settings → My households → Create a household.
  3. 03 In a secondary household, you can invite other people with a dedicated invitation link.
  4. 04 Switch between your households from the selector at the top of the sidebar.
  5. 05 Each household has its own projects: you only see the active household's projects.
  6. 06 Example: a Family household for chores, a Friends household for a joint project.

You can bulk-import projects and tasks from Projects → Import CSV. Download template.

CSV format columns (one row = one task)

Column Required Description
project_name yes Project name (repeated on every row of the project)
project_icon no Lucide icon — see list below (common aliases accepted)
project_color no Hex colour #rrggbb or name (ember, gilt, aubergine, red, green, blue)
section_name no Section (empty = no section)
task_title yes Task title
task_priority no 1=urgent, 2=high, 3=normal, 4=low
task_assignee no Email or first name of assignee (multi-value ; → first=assignee, rest=assistants)
task_assistants no Additional emails/first names separated by ;
task_is_fiscal no true/false – Wuzzio fiscal deadline
task_is_private no true/false – invisible to non-listed users
task_visible_to no Emails/first names if is_private=true
task_recurrence no See examples below — event-based recurrences (after each…) → leave empty
task_due_date no ISO date: 2026-06-15
task_font_style no default / handwrite / rounded / elegant

Available icons (24)

folder, home, briefcase, landmark, star, heart, zap, book, calendar, check-circle, clock, cloud, code, database, file, flag, gift, globe, inbox, key, layers, mail, map, music

Automatically remapped aliases: waves→globe, sprout→star, tree→map, sofa→home, building→landmark, hammer→briefcase, users→heart, leaf→star, water→globe, tool→briefcase, house→home, pin→map…

Accepted recurrence formats

every day / daily → FREQ=DAILY
every 3 days → FREQ=DAILY;INTERVAL=3
every Monday → FREQ=WEEKLY;BYDAY=MO
every Monday and Thursday → FREQ=WEEKLY;BYDAY=MO,TH
on the 16th of every month → FREQ=MONTHLY;BYMONTHDAY=16
every 3 months / quarterly → FREQ=MONTHLY;INTERVAL=3
every 31 March → FREQ=YEARLY;BYMONTH=3;BYMONTHDAY=31
every 2 days in summer → FREQ=DAILY;INTERVAL=2;BYMONTH=6,7,8
every 10 days (Apr–Oct) → FREQ=DAILY;INTERVAL=10;BYMONTH=4,5,6,7,8,9,10
every 7 days in June–August → FREQ=DAILY;INTERVAL=7;BYMONTH=6,7,8
FREQ=DAILY;INTERVAL=2;BYMONTH=6,7,8 → (direct RRULE also accepted)

Event-based recurrences cannot be imported (leave field empty): "after each departure", "when ripe", "after each pruning"…

Prompt to generate a CSV via an AI

Generate a Wuzzio CSV to organise [CONTEXT].
One row = one task. Repeat project_name and section_name on every row.

Required columns: project_name, task_title.
Optional columns: project_icon, project_color, section_name,
task_priority (1-4), task_assignee (first name or email),
task_assistants (first names separated by ;), task_is_fiscal (true/false),
task_is_private (true/false), task_visible_to, task_recurrence,
task_due_date (ISO format 2026-06-15), task_font_style (default/handwrite/rounded/elegant).

Valid icons: folder, home, briefcase, landmark, star, heart, zap, book,
calendar, check-circle, clock, cloud, code, database, file, flag, gift,
globe, inbox, key, layers, mail, map, music.
Alternative icons accepted (automatically remapped):
waves→globe, sprout→star, tree→map, sofa→home, building→landmark,
hammer→briefcase, users→heart.

Accepted recurrences: "every 3 days", "every Monday",
"on the 16th of every month", "every 3 months", "every 31 March",
"every 2 days in summer" (= BYMONTH=6,7,8),
"every 10 days (Apr-Oct)" (= BYMONTH=4..10),
or directly: FREQ=DAILY;INTERVAL=2;BYMONTH=6,7,8.
For event-based recurrences (after each departure, when ripe):
leave task_recurrence empty.

If task_assignee contains multiple names (Alice;Bob;Carol):
the first becomes the assignee, the others become assistants.
Ctrl + K Create a quick task (Quick-Add)
? Show help
n New task
Esc Close drawer / modal
Cmd + K Quick-Add on Mac

A ghost member is a "person" in your household who has no Wuzzio account. You can assign tasks to them, they appear in views and the dashboard, but they cannot log in.

Create Settings → Members → "+ Ghost member". Household owner or admin only.
Use In the task panel, select the ghost (👻 badge) as assignee.
Delete Settings → Members → "Delete". Their tasks become unassigned.
Use cases Young children, grandma with no email, one-off contractor, external colleague.

Limit: 20 ghost members per household.

→ Household members
  1. 01 Open a project → click the "Import iCal" button in the toolbar.
  2. 02 Step 1: paste the iCal URL (Google Cal: Settings → Integration → Secret iCal address) or upload a .ics file.
  3. 03 Step 2: preview the events found. Configure options (skip old events, recurrences).
  4. 04 Step 3: "Import now". Events become Wuzzio tasks.
  5. 05 Re-running the import is safe — duplicates (same UID) are automatically skipped.

In the project view, you can visually reorder tasks by drag and drop.

Desktop Grab a task with the mouse → drag → drop.
Mobile Hold for 500ms → drag enabled → move → release.
Between sections Move to another section within the same project.
Between projects Move to another project in the same household.
Sub-task Drop onto the "↳" zone of a parent task to convert it to a sub-task.
→ Projects
Create a task from anywhere: Ctrl+K
Well done! Your stats are climbing in the leaderboard.

Keyboard shortcuts

Navigation

Dashboard g then d
Projects g then p
Shopping g then s
History g then h
Agenda g then a

Actions

New task Ctrl+K
Show shortcuts ?