The Wayback Machine - https://web.archive.org/web/20190825203953/https://github.com/marketplace/pageclip
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Application

Pageclip

Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.

Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.

Easy to Setup

Just point your form at Pageclip, and get a nice submission behavior with no pageloads.

<form action="https://send.pageclip.co/{yourKey}">
  <!-- your inputs -->
</form>

Or submit data from your front end JavaScript

let data = {name: 'Bill', email: 'b@ex.co'}
Pageclip.send(yourKey, data)

Works Anywhere

Pageclip works anywhere you can put an HTML form. It works with any static site generator e.g. Jekyll, Hugo, Hexo, GitBook, Gatsby and all others. Pageclip also works on any hosting provider, from static hosting providers like GitHub Pages or S3, to Platform-as-a-Service providers like Heroku and Docker, and any other method of hosting you have up your sleeve.

Main Form UI
Easy to Setup
Results of Form Submission
You can’t perform that action at this time.