Reminders & Tasks
Keep small open loops attached to bookmarks and notes with undated tasks, scheduled reminders, recurrence, and optional email.
Tasks and reminders support knowledge work without turning Arivu into a full project-management system. Attach them to a bookmark or note so the action stays beside its evidence.
Tasks
A task, also called an action item, is an undated checklist item. Create one from relevant item details, complete it when finished, or remove it when it no longer matters. Pending work can appear on Home and in its Focus or Review contexts.
Reminders
A reminder has a due time and timezone. It can repeat on a day interval, move to a due state, be snoozed, be completed, or be deleted. Recurring reminders advance to their next occurrence.
Email is optional. When Resend is configured, Arivu can send reminder email. Without it, reminders continue to work inside the app.
API Routes
| Method | Endpoint | Purpose |
|---|---|---|
GET |
/api/action-items |
List tasks |
POST |
/api/action-items |
Create a task |
POST |
/api/action-items/{id}/complete |
Complete a task |
DELETE |
/api/action-items/{id} |
Delete a task |
GET |
/api/reminders |
List reminders |
POST |
/api/reminders |
Create a reminder |
PATCH |
/api/reminders/{id} |
Update a reminder |
POST |
/api/reminders/{id}/snooze |
Snooze a reminder |
POST |
/api/reminders/{id}/complete |
Complete a reminder |
DELETE |
/api/reminders/{id} |
Delete a reminder |
Tasks and reminders are included in full JSON export and restore.