Tired of juggling spreadsheets, disconnected tools, and manual tasks that slow your team down? Project Essentials by CapabilitySource transforms the way agencies and marketing teams work—bringing all your tools and tasks into one streamlined solution. Built on monday.com and integrated with top platforms like Bynder, Streamwork, AWS, and Power BI, it’s everything your team needs to move faster and smarter.
What You’ll Love About Project Essentials
🚀 Smarter Project Management
Kick off campaigns fast with pre-built workspaces tailored for marketing workflows. Generate campaigns, automate projects, manage tasks, timelines, deliverables, and approvals—all in one place.
⏱️ Time Tracking & Capacity Planning
Keep projects on track by comparing planned hours to actuals. Spot bottlenecks early and optimize your team’s workload with ease.
🧩 Seamless DAM & Proofing Integration
Access digital assets through Bynder and manage proofing and approvals via Streamwork—all without leaving monday.com.
📊 Powerful Reporting & Analytics
Get the full picture in real-time with capacity and utilization dashboards for all projects powered by Power BI. Make faster decisions and keep every stakeholder in the loop.
Note: DAM, Proofing, and Capacity Planning features are included in Project Essentials Premium, available exclusively from CapabilitySource.
📱 Book a Demo now to explore everything Premium has to offer.
Security & Compliance
Security
Does the developer periodically perform penetration testing?
Yes
On Occasion - Not Scheduled mostly preventative with AWS Services
Does the developer have a dedicated security and privacy point of contact for such issues or questions?
Does the app restrict redirects and forwards only to approved destinations, or show a warning when redirecting to potentially untrusted content?
Yes
Does the app protect against mass parameter assignment attacks?
Yes
The parameters for the database sync are assigned within the application itself, no user input affects them. They have hardcoded specific columns that they are updating. Our forms on the frontend have only specific fields to be updated as well.
Does the app perform encoding and sanitization on all user supplied parameters to protect against Cross-Site Scripting?
Yes
In React.js all of the inputs are sanitized by default, the only problem occurs when the app is using dangerouslySetInnerHTML, which we are not using.
Does the developer protect all state-changing actions against Cross-Site Request Forgery (CSRF)?
Yes
The only state changing request that a user can trigger are the ones modifiying their monday.com instance/workspaces/boards. Here we are using the short lived token from the trigger output or the token from the sdk on the frontend. As such they are both verified with their signing and client secrets before initiating any modifications, and behaving as CSRF tokens in that matter.
Does the developer have mechanisms to notify monday.com in case of a security breach?
Yes
We would contact monday.com immediately through an email and describe the situtation and our next steps in resolving the issue.
Does this developer have a process for installing application-level updates and security patches for the service (such as software packages and databases)?
Yes
Compliance
Is the app certified with the information security standard ISO/IEC 27001:2022?
No
Is the app compliant with the Health Insurance Portability and Accountability Act (HIPAA)?
Yes
Is the app certified with System and Organization Controls (SOC 2 or SOC 3)?
No
Is the app compliant with the General Data Protection Regulation (GDPR)?
Yes
Data
Does the app send any data outside of monday.com? If yes, indicate whether the data is customer-submitted (e.g., board names, item names, doc content) or non-customer-submitted (e.g., account ID, board ID, user ID).
No
Where does the app store logs data?
aws
Where does the app store the app data?
monday
Does the developer ensure application logs do not contain secrets or personally-identifiable information (PII)?
Yes
We are using only generic error messages, and not specific secrets, request data or response data for error messages
Is customer data segregated from the data of other customers (for example logically or physically)?
Yes
Privacy
Does the developer enforce multi-factor authentication on employees access to systems which may process customer data?
Yes
Does the developer protect access to customer data based on the principle of least privilege?
Yes
No one has access to customer data since we are not storing any customer data in our service.
Reviews
No reviews yet.
Installation history
We have data for December 28, 2024 onwards only. Collected sometime after 00:00 UTC daily.
{
"id": 10000752,
"description": "<p><strong>One Smart Agency Workspace. Zero Chaos.</strong></p><p><br></p><p><strong>Tired of juggling spreadsheets, disconnected tools, and manual tasks that slow your team down? Project Essentials by CapabilitySource</strong> transforms the way agencies and marketing teams work—bringing all your tools and tasks into one streamlined solution. Built on <strong>monday.com</strong> and integrated with top platforms like <strong>Bynder</strong>, <strong>Streamwork</strong>, <strong>AWS</strong>, and <strong>Power BI</strong>, it’s everything your team needs to move faster and smarter.</p><p><br></p><p>What You’ll Love About Project Essentials</p><p><br></p><p>🚀 <strong>Smarter Project Management</strong></p><p>Kick off campaigns fast with pre-built workspaces tailored for marketing workflows. Generate campaigns, automate projects, manage tasks, timelines, deliverables, and approvals—all in one place.</p><p><br></p><p><strong>⏱️ Time Tracking & Capacity Planning</strong></p><p>Keep projects on track by comparing planned hours to actuals. Spot bottlenecks early and optimize your team’s workload with ease.</p><p><br></p><p><strong>🧩 Seamless DAM & Proofing Integration</strong></p><p>Access digital assets through <strong>Bynder</strong> and manage proofing and approvals via <strong>Streamwork</strong>—all without leaving monday.com.</p><p><br></p><p>📊 <strong>Powerful Reporting & Analytics</strong></p><p>Get the full picture in real-time with capacity and utilization dashboards for all projects powered by <strong>Power BI</strong>. Make faster decisions and keep every stakeholder in the loop.</p><p><br></p><blockquote><strong>Note:</strong> DAM, Proofing, and Capacity Planning features are included in <strong>Project Essentials Premium</strong>, available exclusively from CapabilitySource.</blockquote><p><br></p><p>📱 <a href=\"https://capabilitysource.com/contact/\" rel=\"noopener noreferrer\" target=\"_blank\">Book a Demo</a> now to explore everything Premium has to offer.</p>",
"short_description": "Simplify Agency Workflow with Project Essentials",
"compliance_answers": [
{
"questionId": 20,
"shortAnswer": false,
"detailedAnswer": ""
},
{
"questionId": 19,
"shortAnswer": false,
"detailedAnswer": ""
},
{
"questionId": 18,
"logHostingProvider": "aws",
"detailedAnswer": ""
},
{
"questionId": 17,
"dataHostingProvider": "monday",
"detailedAnswer": ""
},
{
"questionId": 15,
"shortAnswer": true,
"detailedAnswer": "On Occasion - Not Scheduled mostly preventative with AWS Services"
},
{
"questionId": 14,
"shortAnswer": true,
"detailedAnswer": "[email protected]"
},
{
"questionId": 13,
"shortAnswer": true,
"detailedAnswer": ""
},
{
"questionId": 12,
"shortAnswer": false,
"detailedAnswer": ""
},
{
"questionId": 11,
"shortAnswer": true,
"detailedAnswer": ""
},
{
"questionId": 10,
"shortAnswer": true,
"detailedAnswer": ""
},
{
"questionId": 9,
"shortAnswer": true,
"detailedAnswer": "The parameters for the database sync are assigned within the application itself, no user input affects them. They have hardcoded specific columns that they are updating. Our forms on the frontend have only specific fields to be updated as well."
},
{
"questionId": 8,
"shortAnswer": true,
"detailedAnswer": "We are using only generic error messages, and not specific secrets, request data or response data for error messages"
},
{
"questionId": 7,
"shortAnswer": true,
"detailedAnswer": ""
},
{
"questionId": 6,
"shortAnswer": true,
"detailedAnswer": "No one has access to customer data since we are not storing any customer data in our service."
},
{
"questionId": 5,
"shortAnswer": true,
"detailedAnswer": "In React.js all of the inputs are sanitized by default, the only problem occurs when the app is using dangerouslySetInnerHTML, which we are not using.\n\n\n"
},
{
"questionId": 4,
"shortAnswer": true,
"detailedAnswer": "The only state changing request that a user can trigger are the ones modifiying their monday.com instance/workspaces/boards. Here we are using the short lived token from the trigger output or the token from the sdk on the frontend. As such they are both verified with their signing and client secrets before initiating any modifications, and behaving as CSRF tokens in that matter."
},
{
"questionId": 3,
"shortAnswer": true,
"detailedAnswer": "We would contact monday.com immediately through an email and describe the situtation and our next steps in resolving the issue."
},
{
"questionId": 2,
"shortAnswer": true,
"detailedAnswer": ""
},
{
"questionId": 1,
"shortAnswer": true,
"detailedAnswer": ""
}
],
"badges_data": {
"pricing_data": "14 day trial",
"acquisition_source": "No touch",
"app_values": [
"Easier resource management"
]
},
"data": {
"terms_of_service_url": "https://capabilitysource.com/products/project-essentials#tos"
},
"keywords": "Project Management, Customizable Templates, Automation, Portfolio Management Project, Collaboration Marketing Teams, Creative Teams, PMO Solutions, Streamlined Workflow, Content Supply Chain, Agency Solution",
"thumbnail_url": "https://cdn.monday.com/marketplace/10000752/10000752_2025_2_7_12_20_38_kb8jcexi.png",
"logo_url": "https://cdn.monday.com/marketplace/10000752/10000752_2025_2_7_12_19_48_ejnbg99.png",
"feedback_url": "https://capabilitysource.atlassian.net/servicedesk/customer/portal/1",
"privacy_policy_url": "https://capabilitysource.com/privacy-policy/",
"external_pricing_url": null,
"featured": null,
"security": null,
"display_in_template_store": null,
"acquisition_source": "No touch",
"terms_of_service_url": "https://capabilitysource.com/products/project-essentials#tos",
"label": null,
"app_values": [
"Easier resource management"
],
"security_info": null,
"gallery_assets": [
{
"url": "https://cdn.monday.com/marketplace/10000752/10000752_2025_2_7_12_22_0_5il0blei.png",
"type": "image"
},
{
"url": "https://cdn.monday.com/marketplace/10000752/10000752_2025_2_7_12_22_7_c8fb6r8.png",
"type": "image"
},
{
"url": "https://cdn.monday.com/marketplace/10000752/10000752_2025_2_7_12_22_16_ie0a7wzh.png",
"type": "image"
},
{
"url": "https://cdn.monday.com/marketplace/10000752/10000752_2025_2_7_12_22_23_b016y9x.png",
"type": "image"
},
{
"url": "https://cdn.monday.com/marketplace/10000752/10000752_2025_2_7_12_23_41_mq5nw4l.mp4",
"type": "video"
}
],
"pricing_data": "14 day trial",
"marketplace_developer_id": 10000084,
"app_id": 10233859,
"marketplace_category_ids": [
13,
9,
6
],
"name": "Project Essentials for Agencies",
"app_scope_str": "webhooks:write,me:read,boards:read,boards:write,workspaces:read,users:read,notifications:write,workspaces:write,account:read,webhooks:read,updates:read,updates:write,teams:read",
"app_client_id": "94a010929bc995e6b9c8d114638ea09e",
"app_color": {
"hsl": {
"h": 45,
"s": 0.28571428571428514,
"l": 0.9725490196078431,
"a": 1
},
"hex": "#faf9f6",
"rgb": {
"r": 250,
"g": 249,
"b": 246,
"a": 1
},
"hsv": {
"h": 45,
"s": 0.015999999999999945,
"v": 0.9803921568627451,
"a": 1
},
"oldHue": 99.44444444444444,
"source": "rgb"
},
"created_at": "2025-03-06T12:20:45.184Z",
"updated_at": "2025-05-09T11:55:11.382Z",
"how_to_use_url": "https://project-essentials-frontend.capabilitysource.com/HowToUse",
"automation_app_id": null,
"plans": [
{
"id": "10233859-1-PEL10",
"appId": 10233859,
"appPlanId": "PEL10",
"versionId": 1,
"versionState": "live",
"name": "10 Seats",
"description": "Project Essentials Light includes pre-built workspaces and time saving automations designed to make any team work efficiently",
"extraData": {
"bullets": [
"Automatic Campaign, Project and Task Generation",
"Global Project and Task View with One-Click Navigation",
"Task, Project, Program and Request Data Rollups",
"Project and Task Time Entry and Actual Work Time Tracking",
"Pre-Built Boards and Templates with Work Roles and Planned Effort"
],
"monthlyFee": 100,
"yearlyFee": 90,
"maxSeats": 10
},
"isTrial": false,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "seat_based",
"monthly": 100,
"yearly": 90,
"maxSeats": 10
}
},
{
"id": "10233859-1-PEL25",
"appId": 10233859,
"appPlanId": "PEL25",
"versionId": 1,
"versionState": "live",
"name": "25 Seats",
"description": "Project Essentials Light includes pre-built workspaces and time saving automations designed to make any team work efficiently",
"extraData": {
"bullets": [
"Automatic Campaign, Project and Task Generation",
"Global Project and Task View with One-Click Navigation",
"Task, Project, Program and Request Data Rollups",
"Project and Task Time Entry and Actual Work Time Tracking",
"Pre-Built Boards and Templates with Work Roles and Planned Effort"
],
"monthlyFee": 250,
"yearlyFee": 225,
"maxSeats": 25
},
"isTrial": false,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "seat_based",
"monthly": 250,
"yearly": 225,
"maxSeats": 25
}
},
{
"id": "10233859-1-PEL50",
"appId": 10233859,
"appPlanId": "PEL50",
"versionId": 1,
"versionState": "live",
"name": "50 Seats",
"description": "Project Essentials Light includes pre-built workspaces and time saving automations designed to make any team work efficiently",
"extraData": {
"bullets": [
"Automatic Campaign, Project and Task Generation",
"Global Project and Task View with One-Click Navigation",
"Task, Project, Program and Request Data Rollups",
"Project and Task Time Entry and Actual Work Time Tracking",
"Pre-Built Boards and Templates with Work Roles and Planned Effort"
],
"monthlyFee": 450,
"yearlyFee": 405,
"maxSeats": 50
},
"isTrial": false,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "seat_based",
"monthly": 450,
"yearly": 405,
"maxSeats": 50
}
},
{
"id": "10233859-1-PEL75",
"appId": 10233859,
"appPlanId": "PEL75",
"versionId": 1,
"versionState": "live",
"name": "75 Seats",
"description": "Project Essentials Light includes pre-built workspaces and time saving automations designed to make any team work efficiently",
"extraData": {
"bullets": [
"Automatic Campaign, Project and Task Generation",
"Global Project and Task View with One-Click Navigation",
"Task, Project, Program and Request Data Rollups",
"Project and Task Time Entry and Actual Work Time Tracking",
"Pre-Built Boards and Templates with Work Roles and Planned Effort"
],
"monthlyFee": 675,
"yearlyFee": 608,
"maxSeats": 75
},
"isTrial": false,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "seat_based",
"monthly": 675,
"yearly": 608,
"maxSeats": 75
}
},
{
"id": "10233859-1-PEL100",
"appId": 10233859,
"appPlanId": "PEL100",
"versionId": 1,
"versionState": "live",
"name": "100 Seats",
"description": "Project Essentials Light includes pre-built workspaces and time saving automations designed to make any team work efficiently",
"extraData": {
"bullets": [],
"monthlyFee": 800,
"yearlyFee": 720,
"maxSeats": 100
},
"isTrial": false,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "seat_based",
"monthly": 800,
"yearly": 720,
"maxSeats": 100
}
},
{
"id": "10233859-1-PEL150",
"appId": 10233859,
"appPlanId": "PEL150",
"versionId": 1,
"versionState": "live",
"name": "150 Seats",
"description": "Project Essentials Light includes pre-built workspaces and time saving automations designed to make any team work efficiently",
"extraData": {
"bullets": [],
"monthlyFee": 1200,
"yearlyFee": 1080,
"maxSeats": 150
},
"isTrial": false,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "seat_based",
"monthly": 1200,
"yearly": 1080,
"maxSeats": 150
}
},
{
"id": "10233859-1-PEL200",
"appId": 10233859,
"appPlanId": "PEL200",
"versionId": 1,
"versionState": "live",
"name": "200 Seats",
"description": "Project Essentials Light includes pre-built workspaces and time saving automations designed to make any team work efficiently",
"extraData": {
"bullets": [
"Automatic Campaign, Project and Task Generation",
"Global Project and Task View with One-Click Navigation",
"Task, Project, Program and Request Data Rollups",
"Project and Task Time Entry and Actual Work Time Tracking",
"Pre-Built Boards and Templates with Work Roles and Planned Effort"
],
"monthlyFee": 1400,
"yearlyFee": 1260,
"maxSeats": 200
},
"isTrial": false,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "seat_based",
"monthly": 1400,
"yearly": 1260,
"maxSeats": 200
}
},
{
"id": "10233859-1-PEL250",
"appId": 10233859,
"appPlanId": "PEL250",
"versionId": 1,
"versionState": "live",
"name": "250 Seats",
"description": "Project Essentials Light includes pre-built workspaces and time saving automations designed to make any team work efficiently",
"extraData": {
"bullets": [
"Automatic Campaign, Project and Task Generation",
"Global Project and Task View with One-Click Navigation",
"Task, Project, Program and Request Data Rollups",
"Project and Task Time Entry and Actual Work Time Tracking",
"Pre-Built Boards and Templates with Work Roles and Planned Effort"
],
"monthlyFee": 1750,
"yearlyFee": 1575,
"maxSeats": 250
},
"isTrial": false,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "seat_based",
"monthly": 1750,
"yearly": 1575,
"maxSeats": 250
}
},
{
"id": "10233859-1-PEL300",
"appId": 10233859,
"appPlanId": "PEL300",
"versionId": 1,
"versionState": "live",
"name": "300 Seats",
"description": "Project Essentials Light includes pre-built workspaces and time saving automations designed to make any team work efficiently",
"extraData": {
"bullets": [
"Automatic Campaign, Project and Task Generation",
"Global Project and Task View with One-Click Navigation",
"Task, Project, Program and Request Data Rollups",
"Project and Task Time Entry and Actual Work Time Tracking",
"Pre-Built Boards and Templates with Work Roles and Planned Effort"
],
"monthlyFee": 1800,
"yearlyFee": 1620,
"maxSeats": 300
},
"isTrial": false,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "seat_based",
"monthly": 1800,
"yearly": 1620,
"maxSeats": 300
}
},
{
"id": "10233859-1-PEL500",
"appId": 10233859,
"appPlanId": "PEL500",
"versionId": 1,
"versionState": "live",
"name": "500 Seats",
"description": "Project Essentials Light includes pre-built workspaces and time saving automations designed to make any team work efficiently",
"extraData": {
"bullets": [
"Automatic Campaign, Project and Task Generation",
"Global Project and Task View with One-Click Navigation",
"Task, Project, Program and Request Data Rollups",
"Project and Task Time Entry and Actual Work Time Tracking",
"Pre-Built Boards and Templates with Work Roles and Planned Effort"
],
"monthlyFee": 2500,
"yearlyFee": 2250,
"maxSeats": 500
},
"isTrial": true,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "seat_based",
"monthly": 2500,
"yearly": 2250,
"maxSeats": 500
}
}
],
"featured_for_categories_ids": [],
"pinned_for_categories_ids": [],
"pricing_model": null,
"app_type": "app",
"display": null,
"is_connector": null,
"google_analytics_tag_id": null,
"app_live_version": {
"updated_at": "2025-03-07T23:33:49Z",
"id": 10623066
},
"is_solution": null,
"available_for_tiers": null,
"available_for_products": null
}