Dashboard
Welcome back! Here's your workspace overview.
No recent activity
No upcoming deadlines
No content in pipeline
Content Hub
Plan, create, and manage all your content.
Content Calendar
Visual overview of your content schedule.
Click a date to see scheduled items
Post Scheduler
Schedule and manage your social media posts.
| Title | Platform | Date | Time | Status | Actions |
|---|
Task Manager
Kanban-style task tracking for your team.
Projects
Track progress on your media projects.
Notes & Research
Your knowledge base — like Notion for your team.
Asset Manager
Store links, references, and media assets.
| Name | Type | Link | Tags | Added | Actions |
|---|
Analytics
Track your content performance and engagement.
Settings
Configure your workspace.
Sync runs through your own API proxy, which talks to MongoDB Atlas from the server side.
Vichar Media Workspace v2.0.0
A streamlined workspace for media and podcast management.
Features: Content Pipeline, Task Management, Notes, Calendar, Projects, Assets.
How database sync works now:
- Frontend loads the latest snapshot from
/api/bootstrap - All writes go to your own
/api/*proxy - The proxy talks to MongoDB Atlas on the server side
- No MongoDB credentials live in the browser
- Browser CORS is no longer the problem
This removes the browser CORS error completely.