Skip to content

Commit

Permalink
feat: add all pitch sections
Browse files Browse the repository at this point in the history
  • Loading branch information
mambov committed Apr 26, 2024
1 parent 0b46851 commit 0339979
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 46 deletions.
52 changes: 32 additions & 20 deletions Pitch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Title Slide
## Mobi Hype
## Clubular
Diego Vester
Devrat Patel

Expand All @@ -13,12 +13,12 @@ Students hosting don't have the experience or overhead to be able to advertise e
Students wanting to attend don't have the time to sift through hundreds of options that don't interest them to find the one that does.

# Solution
Mobi Hype tackles the heart of the problem head on.
Clubular tackles the heart of the problem head on.
Our application offers robust filters that enables students to immediately find an event that interests them at the click of a button.
The secret sauce in our solution happens when an event catches a student's eye.
Once they RSVP, the student sees that they are awarded one coin.

Because our application not only facilitates events, but merchandising for event hosts.
Because our application not only facilitates events, but merchandising for organizations.


# Opportunity and target market
Expand All @@ -33,27 +33,39 @@ Even more so when they are able to bond in person.
Members often want to show their support by buying merchandise such as t-shirts.
Organizations are able to save money by selling their merchandise in person instead of incurring shipping costs.

However, in person sales can become difficult.
Our target demographic is unique, and why it is such an untapped market.
Members don't often carry cash, but organizations are not guaranteed to have a bank account to accept card payments.

# Technology
Our techology excels for two reasons:
1. Members pay easily
2. Organizations sell easily




# Competition
Our target demographic is unique, and why it is such an untapped market.
College students don't often carry cash, and current eCommerce websites often don't fit well for the organizations' use case.

# Marketing and Sales

# Management team

# Financial projections

# Current status

# Financing sought
Here's a continuation for your pitch deck sections:

# Summary
# Marketing and Sales
Our marketing strategy is specifically tailored for college campuses. We will engage students directly through collaborations with university clubs, and partnerships with popular campus influencers.
On the ground, we will sponsor club events to showcase our app’s effectiveness in real-time, encouraging downloads and engagement. Sales will primarily occur in-app, with a seamless integration of merchandise purchases, supported by targeted promotions and loyalty rewards for frequent users.

# Management Team
- **Diego Vester:** CEO, with a background in business management and a deep understanding of the student event landscape.
- **Devrat Patel:** CTO, brings extensive experience in mobile app development and scalable technology solutions.

# Financial Projections
Our initial financial forecast projects profitability within the first 18 months, with a strong growth trajectory supported by increasing app adoption and merchandise sales. We anticipate:
- Year 1: Break-even, with initial investments focused on app development and market penetration.
- Year 2: 30% revenue growth, as brand recognition and user base expand.
- Year 3: 50% revenue growth, driven by new features, expanded market reach, and strategic partnerships.

# Current Status
We have successfully developed a beta version of the Clubular app, which is currently being tested in multiple university organizations. Initial feedback has been overwhelmingly positive, with early adopters praising the app’s ease of use and the quality of event matching. We are in the process of addressing feedback and preparing for a full-scale launch.

# Financing Sought
We are seeking $500,000 in seed funding to further develop our technology, expand our marketing efforts, and scale operations to additional universities. This investment will cover:
- Advanced app development and new feature integration
- Marketing campaigns and promotional events
- Hiring of additional team members to support expanded operations

# Summary
Clubular is poised to revolutionize how college students engage with events and merchandise, offering a streamlined, user-friendly solution that meets their unique needs. With a dedicated team, a clear market opportunity, and a robust technology platform, we are ready to take the next step in our journey and invite investors to join us in shaping the future of university event engagement.
41 changes: 41 additions & 0 deletions css/paper.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
body {
font-family: "Poppins", Arial, sans-serif;
margin: 0;
padding: 0;
background-color: hsla(0, 0%, 0%, 0.8);
}

.card {
background-color: #fff;
border-radius: 2px;
margin: 2rem;
padding: 2rem;
position: relative;
transition: box-shadow 0.50s;
width: 300px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
border-radius: 20px;
}

.who {
font-size: 1.5rem;
font-weight: 500;
margin-bottom: 1rem;
}

.what {
font-size: 1.2rem;
font-weight: 400;
margin-bottom: 1rem;
}

.when {
font-size: 1.2rem;
font-weight: 400;
display: flex;
align-items: justify ;
}

.date {
margin-right: 1rem;
}
26 changes: 26 additions & 0 deletions index-rss.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>MOBI HYPE</title>
<link rel="icon" href="../public/mobi logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./css/events_styles.css" />
</head>
<body>
<div class="header-content-wrap">
<div class="header-content">
<h1>MOBI HYPE</h1>
</div>
</div>

<div class="container">
<h2 class="events-heading">Select Club</h2>
<!-- Choice of clubs here -->
<h3 class="events-heading"><a href="./html/mobi.html">Mobi</a></h3>
<h3 class="events-heading"><a href="./html/csec.html">Cybersecurity Club</a></h3>
<h3 class="events-heading"><a href="./html/acm.html">Association for Computing Machinery</a></h3>
<h3 class="events-heading"><a href="./html/gdc.html">Game Developers Club</a></h3>
</div>
</body>
</html>
52 changes: 26 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>MOBI HYPE</title>
<link rel="icon" href="../public/mobi logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./css/events_styles.css" />
</head>
<body>
<div class="header-content-wrap">
<div class="header-content">
<h1>MOBI HYPE</h1>
</div>
</div>

<div class="container">
<h2 class="events-heading">Select Club</h2>
<!-- Choice of clubs here -->
<h3 class="events-heading"><a href="./html/mobi.html">Mobi</a></h3>
<h3 class="events-heading"><a href="./html/csec.html">Cybersecurity Club</a></h3>
<h3 class="events-heading"><a href="./html/acm.html">Association for Computing Machinery</a></h3>
<h3 class="events-heading"><a href="./html/gdc.html">Game Developers Club</a></h3>
</div>
</body>
</html>
<html>
<head>
<meta charset="UTF-8" />
<title>MOBI HYPE</title>
<link rel="icon" href="../public/mobi logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./css/paper.css" />
<body>
<div class = "card">
<div class = "What">
<h1>Social Coding</h1>
</div>
<div class = "when">
<h2 class = "date">April 25</h2>
<h2 class = "time">5:00 PM</h2>
</div>
<div class = "where">
<h2>University Center</h2>
<h2>Concho Room</h2>
</div>
<div class = "who">
<h2>Mobi</h2>
</div>
</div>
</body>
</html>

0 comments on commit 0339979

Please sign in to comment.