fixeter widget

A tiny widget & dashboard to
manage tenant maintenance requests

get started

Fixeter helps your tenants solve problems on their own, makes it easy to submit detailed reports & helps you organize maintainance requests quickly and easily.

It might be useful for you if:
  • You have too many issues to keep track of
  • You need to refer to past maintenance issues
  • You want tenants to solve problems without your intervention
  • You need more details in maintenance requests without asking your tenants
  • ...and want to save time
If so, we might have a solution...
  • The widget asks tenants common questions so you don't have to.
  • It suggests how tenants should fix issues themselves.
  • It lets tenants upload photos of their issue.
  • You get an email with a PDF report instantly.
  • You can track & search issues whenever you want - in the dashboard.
Tour:

Busy property managers are usually sent tons of maintenance requests from tenants by email. These are often hard to track and lack essential details. Fixeter's widget helps your tenants fix problems they're responsible for and helps you get detailed reports with images. The dashboard makes it super easy for you to keep track of all requests in one place.

Setting it up is easy and free.

You don't even have to register. Here's how:

1. Setup the HTML code

Add the following to the end of your page before the ending body tag. Replace your@email.com with your own email.

<script src="https://embed.fixeter.com/app.js"></script>
<fixeter-app align="right" email="your@email.com"></fixeter-app>

2. Submit the form and confirm your email address

Go to your website and click on the "maintenance report" button on the bottom right. You should see the widget. Create a test report. Make sure you receive the email with a pdf attachment.

3. All set, receive emails

From now on, when someone submits a maintenance request, we'll forward you the data by email and store a copy in your dashboard.

Some questions you might have:
Who are you people?

We are a group of business, creative and technology professionals with a passion for innovation and a good challenge.

What we do

We want to help tenants to report maintenance issues to their landlords and or estates agents, in a fast and easy manner.

How much does it cost?

Fixeter is free to manage 10 tenants per month. If you need more or want to customize your helpdesk you can upgrade to the premium plan from the dashboard.

Can I have X?

We're always happy to hear suggestions and features. Just reach out. Premium users can also request extra features e.g. whitelabel reports.

Any other questions? Contact us at contact@fixeter.com.

Advanced features:

You can place the widget in different positions, have it auto-open and show an overlay.

Positioning

You can change the align property to left, right and center

<script src="https://embed.fixeter.com/app.js"></script>
<fixeter-app align="left" email="your@email.com"></fixeter-app>
Auto-open

You can change the start-open property to true or false to have the widget open by default

<script src="https://embed.fixeter.com/app.js"></script>
<fixeter-app align="left" email="your@email.com" start-open="false" ></fixeter-app>
Overlay

You can change the overlay property to true or false to have a darkened background and focus on the widget.

<script src="https://embed.fixeter.com/app.js"></script>
<fixeter-app align="center" email="your@email.com" start-open="false" overlay="true"></fixeter-app>
JS API

Once included on the page. You can open the widget by calling.

fixeter.open()

And close the widget by calling

fixeter.close()

A custom button cloud look like:

<button onclick="fixeter.open()">Click Me!</button>