Private Label teamr's Group Management Software For Your Business
Do you like the communication and team management tools that teamr™ offers, but would like your group members to see your own brand instead of ours?
Whether your network has 50 people or 50,000 we can provide a solution that will help you grow your business. Contact us at sales@teamr.com and let us show you how you can have your own social network up and running in just a few weeks!
We can private-label our software to meet your company's group organization needs and even allow you to control the advertising! You can create your very own online social network and group management software, allowing your users to organize their groups and communicate with one another while constantly being exposed to your brand. Licensing is a simple process and costs are based on the amount of active users you have - big or small, this can work for you.
How Licensing teamr's Group Software Benefits Your Company:
- Increased Brand Awareness in your target market
- Targeted Advertising Opportunities
- Powerful Lead Generation Tool - Reach your customer's customers
- Low Upfront Cost with Rapid Return on Investment
Brand Awareness & Advertising:
Our users average 40 Advertising Impressions per month as members of a teamr group.
- 1,000 groups using your system with 10 members each = 10,000 users
- 10,000 users x 40 impressions = 400,0000 Brand Impressions per month!
The best part is that with automated reminders, impressions continue through emails and SMS even when users change their activity patterns!
Lead generation through your customers' contacts:
How our group software helps you increase your client base:
- Assume you have 1,000 contacts in your database and you send them all an invitation to take advantage or your newly created team management software.
- Assume conservatively that 5% take advantage of this and create groups that average 10 members. 50 groups x 10 members per group = 500 potential clients exposed to your brand 40 times per month!!
- With a 5% adoption rate you will increase your potential client list by 50%
You determine the domain name you want to use (just check if it is available) and teamr will manage it for you - from upgrades to support, we take care of everything! Contact us at sales@teamr.com for more details and pricing information.
See a compilation of all of our licensed sites at http://www.teamr.com/synch.html
For More Information
Get more information, including pricing, by entering your information below:
Note: you will be asked to confirm your email address first, and then you will receive more detailed information about our licensing program
Licensing Terms
The basic terms of a sample agreement are shown below, but each agreement will be customized based on your needs. Review the information below and feel free to contact us at sales@teamr.com for more details or with any questions.
I. Company Background
The teamr family of sites is the latest development for Synchronous Technologies, and with 24 individual sites hosting more than 4,500 teams it is on pace to exceed the success of all previous ventures. teamr is an easy-to-use web-based system that allows group managers to organize their team members and schedules efficiently and effectively.
II. Main Terms of the Contract
A. Initial site development:
- Complete, functional, and tested system delivered within 4 weeks of agreement
- Includes all hosting/bandwidth/database extension/firewall/load balancing/etc
- Designed to incorporate specific design elements and graphics as provided by the Client
- Terminology updated to reflect user needs
- Account Manager access for client to view accounts, activity, & members/users
- Exportable user data
- Integration with CoolerEmail database marketing system
- AdCenter modified to show Client advertisements exclusively; allowing teamr to control the advertising on your site will reduce both upfront and ongoing costs
- Search function added to front site providing searchable list of all groups
B. Ongoing Licensing Agreement:
- Email-based user support handled by teamr throughout the term of the agreement is direct to the Client (licensee) and not to Client's customers and users of the software
- All System and Network Hosting and Co-Location Requirements provided by teamr
- Bandwidth & database extensions to support your users
- Load Balancing with multiple web and database servers for 100% reliability
- 24/7 hardware monitoring and management
- Immediate replacement of any failed hardware
- Local & remote data backup every night
- Firewall & firewall configuration/maintenance
- Proactive software updates & upgrades
- Troubleshooting & problem diagnosis
- Intellectual Property
- Teamr owns all software and processes throughout the course of the agreement
- Client will enjoy a worldwide revocable license for use
- Client and all clients' users are subject to our Privacy Policy and Terms of Use
Instructions for setting up your own private labeled portal
The first, and most obvious step is to negotiate the agreement with Teamr.
Once we negotiate pricing and a development schedule, you will have to do the tasks below.
Once we receive all of this information and you have completed all the setup steps, it takes 1-2 weeks for us to complete the portal setup.
1. Choose a domain name
Your domain can either be a domain you already own, or you can buy a new one.
2. Setup DNS
Your domain's registrar (e.g., GoDaddy.com, Verisign.com, Gandi.net, etc) will have a place where you can modify and update your DNS settings for your domain.
You need to set up two specific subdomains to point to our servers: app and * need "A" records to point to 206.71.184.235.
That last (the *) is an asterisk, which means "all other domains".
This is so that your groups can create their own websites, which is a function all Teamr groups can do.
3. Build your website and add our login form and new account creation form
You may already have a website, or you may want to build your own.
We also work with companies who build websites, so let us know if you want us to get a bid for you.
In all cases, you will need to have a login form like the form on this website.
First, you will need to copy the javascript from here:
http://www.teamr.com/scripts/login_scripts.js
There are several places in that script that reference teamr.com - just replace that with your domain and place it in your website's file system.
Then you will need to build a login form like the one on this website. The login form for team leaders looks like this:
<script type="text/javascript" src="scripts/login_scripts.js"></script>
<h1>Sign In to Your Account</h1>
<form method="post" name="captainLoginForm" action="http://app.teamr.com/app/login.pl" onsubmit="setRememberMe()">
<label>Email:</label>
<input type="text" name="Email" value="" class="input2" />
<label style="margin-top:0px;">Password:</label>
<input type="password" name="Password" value="" class="input2" style="margin-top:3px;" />
<br class="clear" />
<label>Login Type:</label>
<div class="block">
<input type="radio" class="input2" name="loginType" value="Captain" onclick="updateLoginForm()" />
<a onclick="forceRadioSelect('Captain'); updateLoginForm();" style="cursor: default; font-weight: bold;"><label style="margin-left: 5px;">Team Leader</label></a><br />
<input type="radio" class="input2" name="loginType" onclick="updateLoginForm()" value="Player"/>
<a onclick="forceRadioSelect('Player'); updateLoginForm();" style="cursor: default; font-weight: bold;"><label style="margin-left: 5px;">Team Member</label></a><br />
</div>
<br class="clear" />
<div id="rememberMe" class="block" style="float: left; color: #696969;"></div>
<div align="center">
<br />
<input type="submit" class="buttonBig2" value="Sign In" onclick="return checkAccountType()" />
<a onclick="forgotPassword()"><strong>Forgot your Password?</strong></a>
</div>
</form>
You will also need to have a page that lets people create their team leader accounts.
An example of this page is here at
http://www.teamr.com/sign_up.html.
Your account creation page should have the exact same <form> elements as the page above. You also have additional account signup options:
- If you want to set a default for the website created for the first group...
- Set an element called "WelcomeMessage" to pre-define the welcome message on the front of the group's website
- Set an element called "ShowNewsBlog" to "Yes" or "No" to show the News/Blog section
- Set an element called "ShowFansBox" to "Yes" or "No" to show the website Fans/Supporters and Comments sections
- Set an element called "ShowSponsorSignup" to "Yes" or "No" to show the sponsors who might support the group
- If you want to set the first sales goal for the storefront, define the element "FirstTeamSalesGoal" (an integer)
4. Send us graphics
We need graphics to populate the logged-in interface with your brand. We need the following:
- Top left nav bar - 200px wide max, 65px high, transparent GIF (example)
- Powered By - 200px wide max, 60px high, transparent GIF (example)
- Banner (mostly used in email) - 650px wide (500-650px range), 170px high (100-180px range), GIF/PNG/JPG (example)
- Footer Bar - 650px wide (500-650px range), 29px high, GIF/PNG/JPG (example)
- Small Logo - 128px wide max, 65px high max, transparent GIF (example)
- Small secure banner - 400px wide max, 100px high max, GIF/PNG/JPG (example)
- App Version 2 Logo - 157px wide, 78px high , GIF/PNG/JPG (example)
5. Send us a blank HTML page
We need a blank HTML page that we will use to fill in notification pages.
We will dynamically replace the content for the page where the <!-- Content --> HTML tag sits.
The Teamr blank HTML page is here: http://www.teamr.com/blank.html.
6. Send us terminology
If you specific terms you want to call users, we can customize these for you.
Below is a list of suggested terms for these fields - they can all be changed to be whatever you like.
- League or Parent Organization
- Team or Group
- Team Leader
- Team Member
- Substitute or On-Call Member
- Public Website
- Online Store or Fundraising Portal
- Fan or Supporter (non-members who can sign in on the public website to leave comments)
- People who don't attend events ("No-shows" or "Not Attending")
- Schedule or Calendar
- Season or Session or Term
- Opponent or Guest (for events)
- Outreach - searching for other forums in other groups
- Hometown or Group's Home City
You can also specify a few other configurations for accounts:
- The default pages shown on group public websites
- Types of teams or groups available to your team/group organizers
- If you want group members to be able to respond "Unsure" to attendance reminder emails
- The list of possible positions that group members can hold in the group (e.g., President, Vice-President, Coach, etc)
- The possible roles that the leader can play (e.g., Coordinator, Administrator, Manager, Coach, Captain, etc)
- The default types of events the group leaders can create
- If you want to give your group leaders to create other kinds of teams
- If you want to give your storefronts the ability to set custom options, shipping options, or downloadable products
- If you want to default new websites to include a News/Blog section, Fans/Supports and Comments sections, or a Sponsor Signup section
7. Send us website templates (optional)
Using this as a template, you can create any website templates you want available to your users.