> ## Documentation Index
> Fetch the complete documentation index at: https://help.peerlist.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Frequently Asked Questions about Peerlist Launchpad

> Answers to the most frequently asked questions related to launching your project on Peerlist Launchpad

export const APP_PATHS = {
  home: "/",
  termConditions: '/legal/terms-and-conditions',
  privacyPolicy: '/legal/privacy-policy',
  codeOfConduct: '/legal/code-of-conduct',
  contentPolicies: '/legal/content-policies',
  verification: '/individual/peerlist-profile/verification',
  verificationIdentity: '/individual/peerlist-profile/verification/identity',
  verificationWorkplace: '/individual/peerlist-profile/verification/workplace',
  verificationEducation: '/individual/peerlist-profile/verification/education',
  verificationBootcamp: '/individual/peerlist-profile/verification/bootcamp',
  launchpadIntroduction: '/individual/launchpad/introduction',
  launchpadHowToLaunch: '/individual/launchpad/how-to-launch-a-project-on-peerlist-launchpad',
  launchpadFAQs: '/individual/launchpad/frequently-asked-questions-about-spotlight-by-peerlist',
  launchpadGuidelines: '/individual/launchpad/guidelines-faqs',
  launchpadStaffPicks: '/individual/launchpad/what-are-staff-picks',
  scrollWhatCanIPost: '/individual/scroll/what-can-i-post-on-peerlist-scroll',
  peerlistStreaks: '/individual/peerlist-streaks',
  referralProgram: '/individual/referrral-program-terms-and-conditions',
  companyCreateProfile: '/company/profile/create-profile',
  companyFAQs: '/company/profile/faqs',
  companyPostJob: '/company/hiring-jobs/post-a-job',
  companyCareerSite: '/company/hiring-jobs/career-site'
};

export const PEERLIST_EXTERNAL_LINKS = {
  addProject: 'https://peerlist.io/user/projects/add-project',
  addExperience: 'https://peerlist.io/user/resume/add-experience',
  addEducation: 'https://peerlist.io/user/resume/add-education',
  addCertification: 'https://peerlist.io/user/resume/add-certification',
  addVolunteerWork: 'https://peerlist.io/user/resume/add-volunteer-work',
  addCohort: 'https://peerlist.io/user/resume/add-cohort',
  signup: 'https://peerlist.io/signup',
  customDomain: 'https://peerlist.io/user/settings/custom-domain',
  verification: 'https://peerlist.io/user/settings/verification',
  projects: 'https://peerlist.io/projects',
  launchpad: 'https://peerlist.io/launchpad',
  account: "https://peerlist.io/user/settings/account"
};

<AccordionGroup>
  <Accordion title="When can we launch?">
    Launch window opens on Monday every week. The launch continues for a week.
  </Accordion>

  <Accordion title="What is the launch window?">
    The launch window is the time when you can launch your product on Peerlist Launchpad. It is open through Monday, every week.
  </Accordion>

  <Accordion title="What are the prizes for the top 3 projects?">
    The winners will be featured in Peerlist's weekly emails and social media channels, providing valuable exposure to the builders. Additionally, the winners will receive a special badge for their products, showcasing their achievements and potentially attracting new opportunities.
  </Accordion>

  <Accordion title="What type of projects can be launched?">
    Anything which you think is **project or product** as follows but not limited to:

    * Coding projects - Dev tools, browser extensions, library, etc.

    * Design projects - Figma community files, Figma plugins, design projects (portfolio, mobile app, or landing page), etc.

    * Digital products - Ebooks, Notion templates, UI Kits, etc.
  </Accordion>

  <Accordion title="What kind of products cannot be launched?">
    Products which are of following nature but not limited to will be removed or cannot be launched:

    1. A product that might not be safe for Peerlist users in terms of privacy and security.

    2. A product is a copy, ripoff, or plagiarized of other product.

    3. A product you don't own.

    4. You added a collaborator to product which are not associated with you or your product.

    5. A product related or in nature of pornography (NSFW), vulgarity, betting, or gambling.

    Multiple violation of above will lead to profile suspension.
  </Accordion>

  <Accordion title="Who can launch on the Launchpad?">
    Anyone with a <a href={APP_PATHS.verification}>Verified Peerlist profile</a> can launch their products on Peerlist Launchpad.
  </Accordion>

  <Accordion title="Who can upvote and share feedback on my product?">
    All Peerlist community members.
  </Accordion>

  <Accordion title="How are the products ranked?">
    The products are ranked by calculating an aggregate score that takes into account the number of upvotes, comments, views, link visits and the overall traction.

    * For first 2 days (Monday and Tuesday), the projects are in random order to give equal exposure to all the projects launched.

    * Only qualitative comments are considered for ranking.

    * Upvotes and feedback by verified profiles has higher weightage.
  </Accordion>

  <Accordion title="What is the 100 upvote club?">
    The 100 upvote club is an exclusive group of product that have reached this remarkable feat.
  </Accordion>

  <Accordion title="Why was my project removed?">
    There could be one or more reasons from the following:

    1. Your project was launched from a company or non-personal profile. As per our guidelines, only individual profiles with a valid name and profile picture are allowed to launch projects.

    2. Your project got reported by multiple users for spamming.

    3. Your project does not adhere to Rules & Guidelines.

    4. Your profile got suspended for not adhering to Peerlist Terms.
  </Accordion>

  <Accordion title="What are Staff-Picked projects? How are they decided?">
    Staff-Picked projects on Peerlist are handpicked by our team and featured prominently on the Scroll as the *"Staff Pick of the Day."* The goal is to spotlight projects that truly stand out in the community. While there's no strict or formal criteria, selections are generally based on a mix of factors such as **originality**, **usefulness**, the **overall experience**, and **relevance to the Peerlist audience**. We also take into account creativity, problem-solving, polish, and presentation. Ultimately, staff picks celebrate thoughtful, impactful, and inspiring work that resonates with the broader tech community on Peerlist.

    To ensure fairness and avoid bias, staff picks are finalized on Tuesday, the day after our weekly launch day. The team reviews all submissions objectively and selects six projects, one for each day from Tuesday to Sunday to be featured throughout the week.
  </Accordion>

  <Accordion title="Do all projects receive a backlink from Peerlist?">
    No, only the top 5 projects of the week are awarded a backlink.
  </Accordion>
</AccordionGroup>
