{% extends 'templates/base.html' %} {% block head %} {{super()}} {% endblock %} {% block main %}

Tracman

Display your realtime GPS location on a map

{% if user %} Map Settings {% if user.isAdmin %} Admin {% endif %} {% else %} View demo Join Login {% endif %}

Easy-to-use

Download the android app and log in. Then send your friends a link with a map showing your live location.

Realtime

Your location updates every second for all the world to see.

Free

It's free, but you can donate if you want to help with server expenses.

Mobile phone

Setting your location

You can track your GPS location from your phone's web browsers. There's also has an android app which can run in the background. With the app, you can:

  • Turn off tracking

    If you need to go undercover, just turn tracman off with the flip of a switch.

  • Change settings

    Change your settings to show a less accurate location, if you want an air of mystery.

  • Save energy

    If nobody's tracking you, tracman won't needlessly drain your battery.

Laptop

The Map

You'll get a simple webpage with a map to send to friends. It'll look like this.

  • Easy

    Just send a link to whomever you want. Bam, now they know where you are.

  • Precise

    Map updates in realtime with websockets.

  • Customizable

    Change the map default type and zoom level. You can also show speed, altitude, and streetview.

{% if not user %}

Pricing

Realtime GPS tracking for every budget

Basic

free
  • Map with URL
  • Realtime updates
  • Android integration
Signup

Pro

$5/month
  • All Basic features
  • Streetview image
  • Show speed
  • Show altitude
  • Hide ads
Signup

Enterprise

coming soon
  • All Pro features
  • Multiple vehicles
Contact

Hook me up!

Just click the button to create an account.

Join Tracman
{% endif %} {% endblock %}