Home
Features
⚡ Automation 🎯 Segmentation 📊 Analytics Pricing Log in Start Building
Docs v1.0

Quick Start Guide

Welcome to the developer documentation. Integrate push notifications into your web app in less than 5 minutes.

1. Install the Service Worker

Download `sw.js` and place it in your public root directory.

# In your public_html/ or public/ folder
wget https://gcwebify.com/sw.js

2. Add the Snippet

Add this script tag to your `head` or before `body` close.

<script>
  window.GCWebifyConfig = { domainId: Your_ID };
</script>
<script src="https://gcwebify.com/js/sdk.js"></script>

Need help?

Check out our full API reference or contact support.

Contact Support →