2020-03-06 12:11:38 +03:00
< div class = " md:pt-12 bg-gray-100 w-screen overflow-hidden " >
< div class = " container flex flex-col md:flex-row-reverse " >
2019-09-02 14:29:19 +03:00
< section class = " hidden lg:block lg:w-2/5 relative " >
< svg height = " 600 " width = " 600 " style = " position: absolute; right: -380px; top: 100px; filter: drop-shadow(0 15px 30px rgba(0, 0, 0, .11)); " >
< circle cx = " 300 " cy = " 300 " r = " 300 " fill = " # 6574cd " / >
< / svg >
< svg height = " 400 " width = " 400 " style = " position: absolute; right: -60px; top: -30px; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .11)); " >
< circle cx = " 200 " cy = " 200 " r = " 200 " fill = " # b2b7ff " / >
< / svg >
2020-02-10 16:17:00 +03:00
< div class = " w-3/4 bg-white shadow-xl rounded m-4 p-4 absolute z-10 " style = " left: 75px; " >
2020-03-06 12:11:38 +03:00
< h3 class = " font-bold " > Top Referrers < / h3 >
< div class = " flex items-center mt-4 mb-2 justify-between text-gray-600 text-xs font-bold tracking-wide " >
2020-02-10 16:17:00 +03:00
< span > Referrer < / span >
< span > Visitors < / span >
< / div >
2019-09-02 14:29:19 +03:00
2020-02-10 16:17:00 +03:00
< % = for { referrer , count } <- @demo_referrers do % >
< div class = " flex items-center justify-between my-1 text-sm " >
< div class = " w-full h-8 " style = " max-width: calc(100% - 3rem) " >
< % = PlausibleWeb.StatsView . bar ( count , @demo_referrers , :blue ) % >
< span class = " block px-2 " style = " margin-top: -23px " > < % = referrer % > < / span >
2019-09-02 14:29:19 +03:00
< / div >
2020-02-10 16:17:00 +03:00
< span className = " font-medium " > < % = count % > < / span >
< / div >
< % end % >
2019-09-02 14:29:19 +03:00
< / div >
2020-02-10 16:17:00 +03:00
< div class = " w-3/4 bg-white shadow-xl rounded m-4 p-4 absolute " style = " left: calc(75%); top: 50px; " >
2020-03-06 12:11:38 +03:00
< h3 class = " font-bold " > Top Pages < / h3 >
< div class = " flex items-center mt-4 mb-2 justify-between text-gray-600 text-xs font-bold tracking-wide " >
2020-02-10 16:17:00 +03:00
< span > Page < / span >
< span > Visitors < / span >
2019-09-02 14:29:19 +03:00
< / div >
2020-02-10 16:17:00 +03:00
< % = for { country , count } <- @demo_pages do % >
< div class = " flex items-center justify-between my-1 text-sm " >
< div class = " w-full h-8 " style = " max-width: calc(100% - 3rem) " >
< % = PlausibleWeb.StatsView . bar ( count , @demo_pages , :orange ) % >
< span class = " block px-2 " style = " margin-top: -23px " > < % = Plausible.Stats.CountryName . from_iso3166 ( country ) % > < / span >
< / div >
< span className = " font-medium " > < % = count % > < / span >
< / div >
< % end % >
2019-09-02 14:29:19 +03:00
< / div >
< / section >
< section class = " w-full text-center lg:text-left lg:w-3/5 " >
< div class = " pt-12 lg:pt-24 " > < / div >
< h1 class = " text-3xl lg:text-4xl font-black " >
Simple analytics for your website
< / h1 >
2020-03-06 12:11:38 +03:00
< p class = " font-normal text-gray-700 text-lg lg:text-2xl mt-3 leading-tight font-medium " >
2019-09-02 20:52:23 +03:00
Plausible is a lightweight , fully open - source alternative to Google Analytics
2019-09-02 14:29:19 +03:00
< / p >
< % = link ( " Start free trial " , to : " /register " , class : " button w-full sm:w-auto mt-6 mr-2 " ) % >
< % = link ( " View live demo " , to : " /plausible.io " , class : " button button-outline w-full sm:w-auto mt-4 md:mt-0 " ) % >
< / section >
< / div >
2019-09-09 18:16:44 +03:00
< div class = " pt-12 lg:pt-16 " > < / div >
2019-09-02 14:29:19 +03:00
< div class = " lg:pt-24 " > < / div >
< div class = " container relative mt-32 " >
2020-03-06 12:11:38 +03:00
< h2 class = " text-2xl font-black " > Why Plausible ?< / h2 >
2019-09-02 14:29:19 +03:00
< p class = " text-lg mt-2 leading-normal " >
Plausible is built by and for privacy - conscious minimalists < br / >
Here ’ s what makes it different from other solutions
< / p >
< / div >
2019-09-09 18:16:44 +03:00
< div class = " container mt-12 " >
2019-09-02 14:29:19 +03:00
< div class = " flex flex-col md:flex-row items-center justify-between mx-auto leading-normal " >
< div class = " w-full md:w-1/3 py-6 md:px-6 md:pl-0 " >
2020-03-06 12:11:38 +03:00
< svg class = " inline w-6 h-6 mr-1 text-indigo-500 -mt-1 " > < use xlink :href = " # feather-check-circle " / > < / svg >
< h3 class = " inline text-lg font-bold " > Clutter - free < / h3 >
2019-09-02 14:29:19 +03:00
< p class = " text-lg mt-2 " >
Stop digging through complex reports to find what you ’ re looking for . Plausible presents the most important information to you on a single page .
< / p >
< / div >
< div class = " w-full md:w-1/3 py-6 md:px-6 " >
2020-03-06 12:11:38 +03:00
< svg class = " inline w-6 h-6 mr-1 text-indigo-500 -mt-1 " > < use xlink :href = " # feather-check-circle " / > < / svg >
< h3 class = " inline text-lg font-bold " > Lightweight < / h3 >
2019-09-02 14:29:19 +03:00
< p class = " text-lg mt-2 " >
2019-09-02 20:52:23 +03:00
Plausible works by loading a script on your website , like Google Analytics . Our script is 14 x smaller , making your website quicker to load .
2019-09-02 14:29:19 +03:00
< / p >
< / div >
< div class = " w-full md:w-1/3 py-6 md:px-6 md:pr-0 " >
2020-03-06 12:11:38 +03:00
< svg class = " inline w-6 h-6 mr-1 text-indigo-500 -mt-1 " > < use xlink :href = " # feather-check-circle " / > < / svg >
< h3 class = " inline text-lg font-bold " > Open source < / h3 >
2019-09-02 14:29:19 +03:00
< p class = " text-lg mt-2 " >
2020-03-06 12:11:38 +03:00
Plausible is fully open source and < % = link ( " available on Github " , to : " https://github.com/plausible-insights/plausible " , class : " text-indigo-500 " ) % > . Feel free to check out the code and < % = link ( " read in depth about our data policy " , to : " /data-policy " , class : " text-indigo-500 " ) % >
2019-09-02 14:29:19 +03:00
< / p >
< / div >
2019-09-02 20:52:23 +03:00
2019-09-02 14:29:19 +03:00
< / div >
< / div >
2019-09-09 18:16:44 +03:00
< div class = " container mt-6 " >
< div class = " flex flex-col md:flex-row items-center justify-between mx-auto leading-normal " >
< div class = " w-full md:w-1/3 py-6 md:px-6 md:pl-0 " >
2020-03-06 12:11:38 +03:00
< svg class = " inline w-6 h-6 mr-1 text-indigo-500 -mt-1 " > < use xlink :href = " # feather-check-circle " / > < / svg >
< h3 class = " inline text-lg font-bold " > Goals & Conversions < / h3 >
2019-09-09 18:16:44 +03:00
< p class = " text-lg mt-2 " >
2019-11-28 07:01:07 +03:00
Find out which referrers are driving the most conversions to your site . Works with custom events or page URLs you want your visitors to reach .
2019-09-09 18:16:44 +03:00
< / p >
< / div >
< div class = " w-full md:w-1/3 py-6 md:px-6 " >
2020-03-06 12:11:38 +03:00
< svg class = " inline w-6 h-6 mr-1 text-indigo-500 -mt-1 " > < use xlink :href = " # feather-check-circle " / > < / svg >
< h3 class = " inline text-lg font-bold " > Search keywords < / h3 >
2019-09-09 18:16:44 +03:00
< p class = " text-lg mt-2 " >
Integrate your dashboard with Google Search Console to get the most accurate reporting on your search keywords .
< / p >
< / div >
< div class = " w-full md:w-1/3 py-6 md:px-6 md:pr-0 " >
2020-03-06 12:11:38 +03:00
< svg class = " inline w-6 h-6 mr-1 text-indigo-500 -mt-1 " > < use xlink :href = " # feather-check-circle " / > < / svg >
< h3 class = " inline text-lg font-bold " > Email reports < / h3 >
2019-09-09 18:16:44 +03:00
< p class = " text-lg mt-2 " >
2019-11-28 07:01:07 +03:00
Keep an eye on your traffic with a weekly email report including pageviews , visitor numbers , top pages and top referrers for the week .
2019-09-09 18:16:44 +03:00
< / p >
< / div >
< / div >
< / div >
2019-09-02 14:29:19 +03:00
< div class = " container my-12 md:my-24 text-center relative " >
2020-03-06 12:11:38 +03:00
< h2 class = " text-xl font-black " > Check out our analytics < / h2 >
2019-09-02 14:29:19 +03:00
< % = link ( " View live demo → " , to : " /plausible.io " , class : " button mt-6 " ) % >
< / div >
2020-03-06 12:11:38 +03:00
< div class = " bg-gray-800 " >
2019-09-02 14:29:19 +03:00
< div class = " container relative pt-16 mb-32 " >
< h2 class = " font-black text-white text-center text-3xl " > Simple , traffic based pricing < / h2 >
2020-03-06 12:11:38 +03:00
< h2 class = " text-white text-center text-2xl text-indigo-100 mb-12 " > Try Plausible free for 30 days < / h2 >
2019-09-02 14:29:19 +03:00
< div class = " pt-32 " > < / div >
2020-03-06 12:11:38 +03:00
< div class = " pt-24 " > < / div >
2019-09-09 19:07:16 +03:00
< / div >
< / div >
< div class = " relative w-full pricing-table " >
< div class = " absolute w-full " style = " top: -330px; " >
< div class = " container px-0 flex flex-col md:flex-row justify-between items-center " >
< div class = " flex-1 w-full my-4 md:w-auto px-4 " >
< div class = " bg-white rounded-lg shadow-lg z-50 " >
2020-03-06 12:11:38 +03:00
< header class = " bg-gray-100 p-5 rounded-t-lg " >
< div class = " uppercase font-bold text-indigo-600 " > Hobby < / div >
2019-09-09 19:07:16 +03:00
< / header >
2020-03-06 12:11:38 +03:00
< div class = " rounded-b-lg p-5 text-indigo-900 " >
2019-09-09 19:07:16 +03:00
< div class = " pb-2 " >
< b class = " text-3xl font-black " > $ 6 < / b >
2020-03-06 12:11:38 +03:00
< div class = " text-gray-600 text-lg font-bold " > per month < / div >
2019-09-09 19:07:16 +03:00
< / div >
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > Up to 10 k pageviews / mo < / span >
< / div >
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > Unlimited websites < / span >
< / div >
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > 100 % data ownership < / span >
< / div >
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > Email support < / span >
< / div >
< div class = " w-full text-center " >
< % = link ( " Start free trial → " , to : " /register " , class : " button mt-6 inline-block " ) % >
2020-03-06 12:11:38 +03:00
< div class = " my-2 text-sm text-gray-700 " > No credit card required < / div >
2019-09-09 19:07:16 +03:00
< / div >
< / div >
2019-09-02 14:29:19 +03:00
< / div >
< / div >
2019-09-09 19:07:16 +03:00
< div class = " flex-1 w-full my-4 md:w-auto px-4 " >
< div class = " bg-white rounded-lg shadow-lg z-50 " >
2020-03-06 12:11:38 +03:00
< header class = " bg-gray-100 p-5 rounded-t-lg " >
< div class = " uppercase font-bold text-indigo-600 " > Startup < / div >
2019-09-09 19:07:16 +03:00
< / header >
2020-03-06 12:11:38 +03:00
< div class = " rounded-b-lg p-5 text-indigo-900 " >
2019-09-09 19:07:16 +03:00
< div class = " pb-2 " >
< b class = " text-3xl font-black " > $ 12 < / b >
2020-03-06 12:11:38 +03:00
< div class = " text-gray-600 text-lg font-bold " > per month < / div >
2019-09-09 19:07:16 +03:00
< / div >
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > Up to 100 k pageviews / mo < / span >
< / div >
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > Unlimited websites < / span >
< / div >
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > 100 % data ownership < / span >
< / div >
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > Priority support < / span >
< / div >
< div class = " w-full text-center " >
< % = link ( " Start free trial → " , to : " /register " , class : " button mt-6 inline-block " ) % >
2020-03-06 12:11:38 +03:00
< div class = " my-2 text-sm text-gray-700 " > No credit card required < / div >
2019-09-09 19:07:16 +03:00
< / div >
< / div >
2019-09-02 14:29:19 +03:00
< / div >
2019-09-09 19:07:16 +03:00
< / div >
< div class = " flex-1 w-full my-4 md:w-auto px-4 " >
< div class = " bg-white rounded-lg shadow-lg z-50 " >
2020-03-06 12:11:38 +03:00
< header class = " bg-gray-100 p-5 rounded-t-lg " >
< div class = " uppercase font-bold text-indigo-600 " > Business < / div >
2019-09-09 19:07:16 +03:00
< / header >
2020-03-06 12:11:38 +03:00
< div class = " rounded-b-lg p-5 text-indigo-900 " >
2019-09-09 19:07:16 +03:00
< div class = " pb-2 " >
< b class = " text-3xl font-black " > $ 36 < / b >
2020-03-06 12:11:38 +03:00
< div class = " text-gray-600 text-lg font-bold " > per month < / div >
2019-09-09 19:07:16 +03:00
< / div >
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > Up to 1 m pageviews / mo < / span >
< / div >
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > Unlimited websites < / span >
< / div >
2019-09-02 14:29:19 +03:00
2019-09-09 19:07:16 +03:00
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > 100 % data ownership < / span >
< / div >
< div class = " my-4 font-medium " >
2020-03-06 12:11:38 +03:00
< svg class = " feather mr-1 text-indigo-500 " > < use xlink :href = " # feather-check-circle " / > < / svg >
2019-09-09 19:07:16 +03:00
< span > Priority support < / span >
< / div >
< div class = " w-full text-center " >
< % = link ( " Start free trial → " , to : " /register " , class : " button mt-6 inline-block " ) % >
2020-03-06 12:11:38 +03:00
< div class = " my-2 text-sm text-gray-700 " > No credit card required < / div >
2019-09-09 19:07:16 +03:00
< / div >
< / div >
< / div >
2019-09-02 14:29:19 +03:00
< / div >
< / div >
< / div >
< / div >
2019-09-09 19:07:16 +03:00
2020-03-06 12:11:38 +03:00
< div class = " pt-32 " > < / div >
2019-09-02 14:29:19 +03:00
< div class = " container my-32 " >
< h3 class = " font-black text-center text-2xl my-12 " > What people are saying < / h3 >
< div class = " flex flex-col md:flex-row justify-between items-center " >
< div class = " w-full md:w-31percent bg-white shadow rounded p-6 " >
2020-03-06 12:11:38 +03:00
< svg class = " w-8 h-8 text-gray-800 " >
2019-09-02 14:29:19 +03:00
< use xlink :href = " # testimonial-quotemark " / >
< / svg >
< p class = " text-lg " > Plausible is focused on exactly what I need : clear insights into my site visitors , without getting in my way < / p >
< div class = " mt-2 md:mt-4 flex items-center justify-start " >
< a href = " https://www.felipesere.com/ " >
2020-03-19 12:22:04 +03:00
< % = img_tag ( PlausibleWeb.Router.Helpers . static_path ( @conn , " /images/testimonials/felipe.jpg " ) , class : " inline w-12 h-12 object-cover rounded-full mr-3 " , alt : " Image of Felipe Sere " ) % >
2019-09-02 14:29:19 +03:00
< / a >
< div >
< a href = " https://www.felipesere.com/ " >
< h4 > Felipe Sere < / h4 >
< / a >
2020-03-06 12:11:38 +03:00
< % = link ( " @felipesere " , to : " https://twitter.com/felipesere " , class : " text-sm text-gray-600 " ) % >
2019-09-02 14:29:19 +03:00
< / div >
< / div >
< / div >
< div class = " w-full md:w-31percent bg-white shadow rounded p-6 mt-16 md:mt-0 " >
2020-03-06 12:11:38 +03:00
< svg class = " w-8 h-8 text-gray-800 " >
2019-09-02 14:29:19 +03:00
< use xlink :href = " # testimonial-quotemark " / >
< / svg >
< p class = " text-lg " > All the stats you need in a single page . Plausible ' s user experience and user interface are the stark opposite of Google Analytics.</p>
< div class = " mt-2 md:mt-4 flex items-center justify-start " >
< a href = " https://makisotman.com/ " >
2020-03-19 12:22:04 +03:00
< % = img_tag ( PlausibleWeb.Router.Helpers . static_path ( @conn , " /images/testimonials/makis.jpg " ) , class : " inline w-12 h-12 rounded-full mr-3 " , alt : " Image of Makis Otman " ) % >
2019-09-02 14:29:19 +03:00
< / a >
< div >
< a href = " https://makisotman.com/ " >
< h4 > Makis Otman < / h4 >
< / a >
2020-03-06 12:11:38 +03:00
< % = link ( " @makisotman " , to : " https://twitter.com/makisotman " , class : " text-sm text-gray-600 " ) % >
2019-09-02 14:29:19 +03:00
< / div >
< / div >
< / div >
< div class = " w-full md:w-31percent bg-white shadow rounded p-6 mt-16 md:mt-0 " >
2020-03-06 12:11:38 +03:00
< svg class = " w-8 h-8 text-gray-800 " >
2019-09-02 14:29:19 +03:00
< use xlink :href = " # testimonial-quotemark " / >
< / svg >
< p class = " text-lg " > I love Plausible because it is lightweight and looks beautiful . It shows me all the statistics that I need in a simple and unique style . < / p >
< div class = " mt-2 md:mt-4 flex items-center justify-start " >
< a href = " https://www.schranz.io/ " >
2020-03-19 12:22:04 +03:00
< % = img_tag ( PlausibleWeb.Router.Helpers . static_path ( @conn , " /images/testimonials/markus.jpg " ) , class : " inline w-12 h-12 rounded-full mr-3 " , alt : " Image of Markus Schranz " ) % >
2019-09-02 14:29:19 +03:00
< / a >
< div >
< a href = " https://www.schranz.io/ " > < h4 > Markus Schranz < / h4 > < / a >
2020-03-06 12:11:38 +03:00
< % = link ( " @ma_schranz " , to : " https://twitter.com/ma_schranz " , class : " text-sm text-gray-600 " ) % >
2019-09-02 14:29:19 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = " container my-32 " >
< h3 class = " font-black text-center text-2xl my-12 " > Frequently asked questions < / h3 >
2020-03-06 12:11:38 +03:00
< div class = " max-w-3xl mx-auto bg-white border rounded p-6 " >
< h4 class = " font-bold " > 1 . Can I use Plausible on more than one website? < / h4 >
2019-09-02 14:29:19 +03:00
< div class = " mt-4 leading-normal " >
Yes . You can add as many websites as you want under a single account . You will be charged for the total pageviews on all of your websites combined . For example , on the 10 k plan you can either have 10 websites that each get 1000 pageviews per month , or one website that gets 10 , 000 pageviews per month .
< / div >
< / div >
2020-03-06 12:11:38 +03:00
< div class = " max-w-3xl mx-auto bg-white border rounded p-6 my-6 " >
< h4 class = " font-bold " > 2 . What happens if I go over my plan limit? < / h4 >
2019-09-02 14:29:19 +03:00
< div class = " mt-4 leading-normal " >
You don ' t have to pay for a one-time spike in traffic, but if you go over your plan limit for 2 months in a row, we will
contact you to discuss upgrade options .
< / div >
< / div >
2020-03-06 12:11:38 +03:00
< div class = " max-w-3xl mx-auto bg-white border rounded p-6 my-6 " >
< h4 class = " font-bold " > 3 . How do you make sure my visitors ' privacy is protected?</h4>
2019-09-02 14:29:19 +03:00
< div class = " mt-4 leading-normal " >
2020-03-06 12:11:38 +03:00
We take painstaking care to not collect or store any personal information that could be tied back to the visitor . You own your data and we will never sell it or use it in nefarious ways . < % = link ( " Read more about our data policy " , to : " /data-policy " , class : " text-indigo-500 " ) % > .
2019-09-02 14:29:19 +03:00
< / div >
< / div >
< div class = " text-center " >
2020-03-06 12:11:38 +03:00
< % = link ( " Ask a question to the founder " , to : " mailto:uku@plausible.io " , class : " text-indigo-500 " ) % >
2019-09-02 14:29:19 +03:00
< / div >
< / div >
< / div >