-
Notifications
You must be signed in to change notification settings - Fork 1
/
features.html
41 lines (31 loc) · 3.96 KB
/
features.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: default
title: Haven Features
meta-title: What makes Haven great
meta-description: "Haven has all the features you need: privacy, security, speed, and lots of customization options"
---
<h1>Features</h1>
<h2>Easy to Use</h2>
<p>Everything you need can be done on the website. You can write and edit posts, manage users, and customize your site without any special technical knowledge.</p>
<h2>Privacy First</h2>
<img src="/assets/images/undraw_security_o890.svg" alt="Security guard in suit standing in front of locked web page"></img>
<p>Haven is about sharing privately with friends and family. There is no option to make your blog public to the world. You get to create an account for anyone you want to have access. When they connect to your site, they use https encryption between their web browser and your server. That means nobody can intercept and read your posts. Since you create accounts for people, there is no place for spammers or internet bots try creating accounts.</p>
<p>If you want a public blog to build a base of followers, promote a product, or try to profit from your blog—this isn't the right service for you. I suggest you explore Wordpress instead.</p>
<h2>Markdown</h2>
<img src="/assets/images/undraw_font_kwpk.svg" alt="uppercase and lowercase letters with a woman walking away"></img>
<p>Haven uses Markdown for writing posts. This gives you the full expressivity of rich HTML without needing to know any HTML. There is a live preview of your post as you write it so you know how it will render. There is also extra functionality for uploading images. You upload an image and the server will automatically add the markdown to reference that image.</p>
<h2>Fast</h2>
<p>The pages your visitors see are very compact, so they load fast everywhere. There is no advertising or web tracking so the code that makes pages big and slow don't get loaded. Haven also automatically compresses your images so they still look great but take much less time to download. It saves the original uploaded image so someone can click an image and see the original full-resolution image you uploaded.</p>
<h2>Reliable</h2>
<p>With the AWS deployment scripts or the Haven hosting service you get automatic nightly backups of your blog. If something ever goes wrong, those backups mean your site is restored without losing everything you've shared.</p>
<h2>Customizable</h2>
<img src="/assets/images/undraw_color_palette_yamk.svg" alt="Man standing in front of color pallatte"></img>
<p>Haven is a place for you to express yourself. It comes with CSS—special styling that controls how the page looks—and it also lets you customize that CSS from within the site. The default styling is simple and works great for desktop and mobile users. Customizing the CSS lets you control everything, from the colors to the layout. Note that CSS takes some technical knowledge, but this gives you full control instead of just the ability to pick from a few themes.</p>
<h2>RSS</h2>
<p>When many people run their own website, it can be tedious to visit everyone's page to look for updates. The internet solved this problem a long time ago with a tool called RSS. Haven includes private RSS access with a unique secure link for each user.</p>
<h2>Personal Feed</h2>
<p>Haven includes your own personal feed which you curate from websites you want to follow. This feed lets you include other Havens using RSS so you can keep up with all of your friends. No algorithm, no ads, just the sites you want to read.</p>
<h2>Multi User</h2>
<img src="/assets/images/undraw_people_tax5.svg" alt="Two people"></img>
<p>Users can be subscribers, or publishers. With publishers multiple people can post to the blog without sharing passwords. This could be multiple parents posting pictures of their kids, multiple leaders of a community group, or even multiple students as part of a school project.</p>
<p><a href="demo.html"><button type="button">Try it out for free!</button></a> (No credit card required)</p>