smarter career guidance for a digital age

Struggling to find relevant, actionable career advice?

Meet perboddi, your personal board of digital directors.Whether you're applying for a new role, exploring a career change, or simply looking to brush up on some new skills, Perboddi gives you personalised career guidance on demand; powered by technology, verified by experts, driven by you.


A Carrd template so good, you finally build your new project with it!

You can put an image or a video below- ideally explaining about your product.
While you're at it, take a break and watch this beautiful hiking video!

Best Features to help you get started, and ship really really, really fast

Effortlessly turn your ideas into a fully functional, responsive, no-code SaaS website in just minutes with the set of free components for Framer.

Makes you stand out!

Design and Integrations

Highlight the features of your product or offering in points here below. These are examples:

☑️ Modern Design & Responsive Layout: Sleek and professional templates optimized for seamless viewing across devices

☑️ Customizable Sections & Integrations: Easily tailor landing pages with drag-and-drop functionality

☑️ Fast Performance & Built-in SEO: Lightning-fast loading times with optimized SEO features to maximize user engagement.


High Return on Investment

Save Time and Get Productive

Highlight the features of your product or offering in points here below. These are examples:

☑️ One-Page Simplicity: Clean, single-page design for concise messaging offering zero distractions.

☑️ Call-to-Action Focused: Pre-designed CTAs to boost sign-ups, demo requests, or subscriptions effortlessly.

☑️ Affordable & Scalable: Cost-effective solution with options to expand as your SaaS scales.


Operations Made Simple

Minimal Set up and Execution

Highlight the features of your product or offering in points here below. These are examples:

☑️ Engaging Visual Elements: Pre-built sections for videos, testimonials, and product showcases.

☑️ Easy Deployment: Publish your SaaS site quickly with minimal setup, enabling rapid go-to-market execution.

☑️ Analytics & Tracking Ready: Built-in support for embedding tracking pixels and monitoring tools to measure performance.

Frequently Asked Questions

Who is perboddi for?
If you've struggled to get trusted, relevant career advice, perboddi is for you. Based on the feedback to date, we've found that users who are new or returning to the workplace, looking for a promotion, or considering a career change have seen the most benefits.
What makes perboddi different from career apps like LinkedIn?
perboddi is designed for you, and you alone. It provides your very own board of advisors, whose advice is personalised to your needs.
How can I save the advice that I'm given?
All conversations are stored within the app; for those on the Plus or Pro tiers, the board meetings are also saved locally. All users also have access to the To Do list, although this will be upgraded shortly - watch this space!
Why should I use perboddi over a tool like ChatGPT?
Although Large Language Models like ChatGPT excel at generalist information, perboddi has been designed, trained and tested to give the best possible career guidance across several different personas, each designed to provide specialist advice, tailored to you.
What are the different personas? Why are there so many?
There are 10 personas, each offering a unique perspective. They have been designed to reflect the different drivers or objectives of a traditional company board, but tailored for personal advice.
Can I use perboddi for my company / department / team?
We do offer enterprise solutions, allowing companies to fine tune the career coaching for their employees with particular objectives, terminology and tone of voice. Get in touch through [email protected].
document.querySelectorAll('.carrd-faq-q').forEach(question => { question.addEventListener('click', function() { const faq = this.parentElement; document.querySelectorAll('.carrd-faq').forEach(item => { if (item !== faq) item.classList.remove('active'); }); faq.classList.toggle('active'); }); });

For all other queries, feel free to message [email protected]

Pricing

Completely free to get started.
Paid plans can be paid monthly or yearly.

Free

$0 / month

  • 1 Advisor
  • Pre-defined questions
  • 5 requests / month
  • Community support
Buy Basic

Plus

$12 / month

  • 10 Advisors available
  • Free format questions
  • 50 requests / month
  • Meeting minutes saved
  • LinkedIn post generator
  • Direct mail / WhatsApp support
Buy Pro

Pro

$24 / month

  • All Advisors available
  • 1-1 or Board Meeting format
  • Unlimited requests / month
  • Meeting minutes stored
  • Actions List
  • LinkedIn post generator
Buy Pro

Enterprise

  • Want to deploy customized Boards or Advisors for your employees, tailored to your organisation's styles, tone and strategy?
  • Ask us about special enterprise plans through [email protected]
Get In Touch

Join our Community

Sign up now to get the latest news and updates about perboddi.

User Notes

For Frequently Asked Questions(accordian embed )

Go to embedded code-To edit an existing item:Find the FAQ item you want to change
Change the text between <div class="carrd-faq-q"> and </div> for the question
Change the text between <div class="carrd-faq-a"> and </div> for the answer:

<div class="carrd-faq">
<div class="carrd-faq-q">Your Question Here?</div>
<div class="carrd-faq-a">Your Answer Here.</div>
</div>

For example, if someone wants to change the first FAQ to be about pricing:

<div class="carrd-faq">
<div class="carrd-faq-q">What are your pricing plans?</div>
<div class="carrd-faq-a">We offer three tiers: Basic ($10/mo), Pro ($20/mo), and Enterprise ($50/mo).</div>
</div>


For Pricing(HTML embed )

Go to embedded code- Edit inside the respective html pricing container. For example, for Basic Plan-

<div class="pricing-table">
<!-- Basic Plan -->
<div class="pricing-container basic">
<h2>Basic</h2>
<p class="price">$10/month</p>
<ul class="features">
<li>5 Projects</li>
<li>10GB Storage</li>
<li>Email Support</li>
<li>Basic Analytics</li>
<li>Custom Subdomain</li>
<li>SSL Security</li>
</ul>
<a href="link.com" class="buy-button">Buy Basic</a>
</div>