HireFast

Source quality software developers quickly

/** @jsx jsx */

import { jsx, css } from '@emotion/css'
import { useState } from 'react'
import PropTypes from 'prop-types'

export function Example({ prefix }) {
    const [counter, setCounter] = useState(0)
    
    return [
        <p css={css`
        	margin-bottom: 1rem;
        `}>{prefix}: {counter}</p>,
        <button
            type="button"
            onClick={() => setCounter(counter + 1)}
        >Add</button>,
    ]
}
Example.propTypes = {
	prefix: PropTypes.string.isRequired,
}

Resumes don't correlate to job performance

Mass emails don't attract developers

the problem

the solution

Source candidates that accurately match job description

Personalized emails  

Search through hundreds of thousands of lines of code

Generate candidate-centric emails

competition

business model

b2c sales

monthly subscriptions

tiered pricing based on cities

Public demo

market

traction to date

traction to date

80% candidate approval rate

team

Alina Jahani

CEO

Karim

CTO

thank you

https://hirefast.ca

HireFast

By Karim Alibhai