{% extends "layout.html" %} {% block title %}Tent Services{% endblock %} {% block content %}

Get started

{% if app.session.get('entity_url') %} {% else %}
Register
{% endif %}

Share and protect your data

Zelten is a new social network experience based on the Tent social protocol. If you own a Tent account on any provider you can use Zelten. Register on Tent.is to get a free tent account. Except for authentication data (encrypted), cache data, and aggregate numbers, we save no data permanently.

So far {{ stats.total_users }} users have registered with Zelten.

What is Tent?

Tent is a decentralized social network. You own your data, not one central company. Your Tent data can be saved wherever you choose and you are in full control of who has access to your personal data. You can install your own Tent server or use a free one, such as Tent.is.

SocialSync

You can connect your Twitter account to this application and automatically push Tent status posts to Twitter.

Is this OpenSource?

Yes! The application is on Github as well as the TentPHP client library that it uses internally. You can check our developer resources for information on the post types created for the Zelten product. Developers are free to use these post types in their projects.

{% endblock %}