Pastel is a visual feedback and website annotation tool created for web designers, developers, and agencies. Its main purpose is to make the process of collecting feedback from clients and team members simple and efficient. The tool allows users to comment directly on live websites, images, and PDF files. This means feedback is always contextual and clear, which helps to avoid misunderstandings that often come from email chains or spreadsheets. Users can just share a link, and collaborators can start adding comments without needing to install any software or even create an account. The company was founded by Adeel Tibrawala and Omar El-Saba and is based in Canada. It aims to reduce the back-and-forth communication that can slow down creative projects.
Pastel offers a set of features designed to make the feedback process faster and more organized.
Pastel provides several pricing plans to fit different user needs, from individual freelancers to large agencies.
Pastel does not offer a completely free plan for long-term use. However, it provides a 14-day free trial for new users. This trial typically gives you access to all the features of a premium plan, allowing you to test the tool thoroughly with your team and clients. You do not need a credit card to sign up for the free trial.
Getting started with Pastel is very straightforward. Here is a typical workflow:
Here are some of the advantages and disadvantages of using Pastel.
Pros:
Cons:
Pastel integrates with several popular project management and communication tools to help streamline your workflow. These integrations allow you to push comments from Pastel directly into your other systems as tasks.
To set up an integration, you typically need to go to your Pastel account settings, select the 'Integrations' tab, and follow the instructions to authorize and connect your desired tool.
If Pastel is not the right fit, here are some other tools that offer similar functionality:
Yes, Pastel provides a developer API that allows you to programmatically interact with the platform. The API can be used to automate tasks such as creating new canvases, retrieving comments, and managing projects. This is useful for integrating Pastel into custom workflows or internal dashboards.
To get an API key, you need to log in to your Pastel account, navigate to your account settings, and find the API or Developer section to generate a key. The full API documentation is available on the Pastel website for developers.
Here is a basic example of how to use the API with JavaScript to create a canvas:
const apiKey = 'YOUR_PASTEL_API_KEY';
const urlToReview = 'https://example.com';
fetch('https://api.usepastel.com/v1/canvases', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer ${apiKey}`
},
body: JSON.stringify({ url: urlToReview })
})
.then(response => response.json())
.then(data => {
console.log('Canvas created:', data);
})
.catch(error => {
console.error('Error:', error);
});
Pastel offers a Partner Program for those who want to promote the tool and earn a commission. As a partner, you can earn a 30% recurring commission on payments for every new customer you refer for their first 12 months. This means you continue to earn money as long as the customer stays subscribed during that first year.
To join, you need to apply through the 'Partner Program' page on the official Pastel website. The application is usually reviewed by their team. Once approved, you will get access to a partner dashboard where you can find your unique referral link, track your clicks and sign-ups, and see your earnings. Payments are typically made on a regular basis, often through a third-party platform like PartnerStack or directly via PayPal.