The feed is a global social space where authenticated Todoer users can post short messages, share updates, and interact with the wider community. It is accessible at /feed from within the app — there is no public or anonymous access.
Posting a message
- Navigate to the Feed page using the sidebar navigation
- Type your message in the compose box at the top of the page
- Messages are limited to 280 characters — a counter and progress ring show how many remain
- Click Post or press Ctrl+Enter (Cmd+Enter on Mac) to submit
Your message appears immediately for all authenticated users. New messages from others appear in real time via WebSocket — no page refresh needed.
Viewing the feed
The feed displays messages from all platform users in reverse chronological order (newest first). Each entry shows:
- Your avatar and username
- Message content with auto-linked URLs
- A relative timestamp (just now, 5m ago, 3h ago, etc.)
To browse older messages, click the Load older messages button at the bottom of the feed. Messages are loaded in pages of 50.
Deleting your own messages
Hover over any message you posted and click the delete icon that appears. The message is removed immediately for all users and deleted permanently from the server. You cannot delete messages posted by other users.
Activity sidebar
The right sidebar shows live activity statistics for the feed:
- Online now — how many users are currently viewing the feed
- Messages today — total messages posted so far today
- Total messages — all-time message count
Feed URL
The feed is located at todoer.site/feed. There is no separate per-workspace or public feed — the feed is a single global space for all signed-in users.