TaskVerse: Personalized Automation Marketplace
Inspiration
Most automation tools today assume that every task can be completed in a single, standardized way. But in reality, the steps and outcomes for even simple tasks—like summarizing a YouTube video or reaching out to recruiters—can vary significantly from person to person. We noticed that current solutions rarely account for this subjectivity and individuality. Our inspiration came from the idea that automation should be as flexible and personal as the people using it. We wanted to challenge the "one-size-fits-all" mentality and create a platform where the process and results are tailored to each user's unique approach.
Instead of forcing everyone into a generic solution, TaskVerse empowers users to choose or adapt workflows that resonate with their style—making automation truly personal.
What it does
TaskVerse is a collaborative marketplace for personalized automation workflows.
- Capture: Users can record how they perform a specific task, step by step, in their own way.
- Automate: Our AI observes and learns these unique workflows, enabling users to automate their personal processes.
- Share: Users can upload their workflows to a shared marketplace.
- Discover: Others can browse, download, and run workflows that best fit their own preferences and needs.
Architecture Overview
TaskVerse is composed of two primary components:
1. Frontend: Flow State Marketplace
- Location:
flow-state-marketplace/ - Stack: Vite, TypeScript, React, shadcn-ui, Tailwind CSS
- Purpose: This is the user-facing web app where users can browse, share, and run workflow automations. The marketplace UI provides:
- A visual workflow builder (drag-and-drop interface)
- Workflow discovery and template browsing
- Real-time monitoring and analytics
- User profiles, ratings, and workflow reviews
- Key Features:
- Marketplace Page: Displays a grid of available workflows with categories, tags, ratings, prices, and descriptions.
- About Page: Highlights core features such as integrations, monitoring, security, and the template marketplace.
- UI Components: Modular components for cards, badges, scroll areas, drawers, etc.
- Development & Deployment:
- Local development:
npm iandnpm run dev - Built with Vite for instant preview and fast reloads.
- Can be deployed and managed via Lovable.
- Local development:
2. Backend: MCP Server
- Location:
mcp-server/ - Stack: Node.js (Express)
- Purpose: Serves as the automation “engine” and API, handling workflow execution, user workflow capture, and content extraction.
- Key Features:
- /extract endpoint: Uses browser automation to extract readable content from user-specified pages.
- Workflow execution endpoints: (Planned/partial) for running user-recorded tasks, automating sequences, and interacting with web content.
- Extensible for AI observation: Designed to support capturing user intent and steps for workflow learning.
- Development: Can be run as a Node.js server to provide backend capabilities for the marketplace frontend.
Key Technologies
- Frontend: Vite, TypeScript, React, shadcn-ui, Tailwind CSS
- Backend: Node.js, Express
- Dev UX: Integration with Lovable for rapid prototyping and deployment
- Other: Plans to support 500+ integrations, real-time monitoring, enterprise security (SOC 2, encryption), and template marketplace features
Example Marketplace Workflows
Some example workflow automations you can find (or create) in the marketplace:
- Invoice Processing: Extract data from invoices and update accounting systems
- Customer Support Bot: Automated ticket responses and routing
- Data Backup Workflow: Automatically sync files across cloud platforms
How to Run Locally
Frontend:
cd flow-state-marketplace
npm install
npm run dev
Open your browser to the shown local address to interact with the TaskVerse UI.
Backend:
cd mcp-server
npm install
node index.js
The backend will serve API endpoints for automation and content extraction.
Challenges we ran into
- Personalization vs. Standardization: Designing a system that supports highly personalized workflows without becoming chaotic or confusing.
- Capturing User Intent: Figuring out how to accurately observe and learn each user's unique approach to a task.
- Marketplace Design: Ensuring the platform makes it easy to share, discover, and adapt workflows in an intuitive way.
Accomplishments that we're proud of
- Reframing the problem of automation as a subjective, user-driven challenge rather than a purely technical one.
- Proposing a marketplace model that encourages collaboration and creativity instead of conformity.
What we learned
- Automation is not just about efficiency—it’s about empowering individuals to work in ways that suit them best.
- There is significant value in embracing the diversity of approaches, rather than forcing everyone into a single mold.
What's next for TaskVerse
- Finalizing the technical architecture and workflow-capturing methods.
- Building a prototype to demonstrate the core idea.
- Designing a clean, intuitive interface that highlights the value of personalized automation.
- Exploring ways to leverage AI for even smarter workflow adaptation and sharing.
TaskVerse aims to redefine automation by putting people—not processes—at the center. We’re excited to bring a fresh, creative perspective to the world of task automation!
Built With
- css
- eslint
- github
- html
- javascript
- mcp
- playwright
- prettier
- react
- shadcn/ui
- tailwind-css
- typescript
- vercel
- vite

Log in or sign up for Devpost to join the conversation.