Our mission at Appfunction is to provide website visitors with an intuitive user experience and to simplify the process of running a website for owners.
At Appfunction we treat every customer with the highest level of personal attention. You work directly with our team and we handle the gritty details, so you can focus on your business. We do not out source and we're available virtually 24/7. When you succeed ... we succeed.
Drive Services
Standard Service
- Standard Level Provisioning
- Standard Level Bandwidth
- 3 Inboxes
- 25 Forwarders
- Webmail
- Supports HTML and XML
$19 /mo
Deluxe Service
- Deluxe Provisioning
- Deluxe Bandwidth
- 10 Inboxes
- 50 Forwarders
- Webmail
- Supports PHP and XML
$39 /mo
Enterprise Service
- Enterprise Provisioning
- Enterpruse Bandwidth
- 90 Inboxes
- 300 Forwarders
- Webmail
- File Manager Access
- Supports PHP and SQL
- Weekly DB Backups
$360 /yr
eCommerce Service
- Ecommerce Provisioning
- Ecommerce Bandwidth
- 200 Inboxes
- 500 Forwarders
- Webmail
- File Manager Access
- Supports PHP and SQL
- Weekly DB Backups
- Monthly File Backups
- Malware Protection
starting at $900 /mo
Robust Combinations
Appfunction provides robust combination services for ecommerce and enterprise level needs. Featuring mail distribution assistance, backup administration, system monitoring, malware protection, development provisioning, and much more.
- Robust Provisioning
- Robust Bandwidth
- Cload Backup
- Offsite Land Backup
- Supports 2 Domains
- UNLIMITED Inboxes
- UNLIMITED Forwarders
- Mail Distribution
- Webmail
- File Manager Access
- Supports PHP and SQL
- Daily DB Backups
- Monthly File Backups
- Yearly Config Backups
- Malware Protection
starting at $1,950 /mo
Examples
Catalyst Prayer

Catalyst TV came to Appfunction with an idea to use their preexisting prayer server to fuel a Catalyst Prayer app. Appfunction's job: provide the engine.
With that in mind Appfunction developed an iPhone app that allows users to write up prayer requests any place, any time. Users can even write up their prayer requests offline. Users can then synchronize their prayer requests, with Catalyst TV's prayer server, whenever and wherever they can acquire an Internet connection.
User/Dev Experience
- Intuitive touch controls
- Stores prayers offline
- Syncs up to Prayer Server
- App Store version available
- Webapp version available
Languages
- Objective-C
- JSON
- JS
- CSS
- AJAX
var json = NS.App.Filesystem.getFile(
NS.App.Filesystem.resourcesDirectory,
'database.json'
);
var update = ( function (load_foo) {
var prayer = function ( ) {
resources.data.entry = load_foo;
json.write(JSON.stringify(resources));
alert("Prayers have been synchronized.");
};
return { prayer : prayer };
} ( ) );
var bar = update.prayer;
NS.App.addEventListener(foo, bar);