> For the complete documentation index, see [llms.txt](https://induja.gitbook.io/statify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://induja.gitbook.io/statify/what-is-statify.md).

# What is Statify?

Statify is a Profile Visualization + Music Discovery app based on Spotify.&#x20;

It primarily uses the **Spotify Web API and Flutter**:blue\_heart:.

Statify is a project I made as a mentee during the Microsoft Intern Engage 2022 program.

**Platforms Supported:** Web, PWA

Statify is deployed via the link below. Logging into the app requires the user to be registered manually in the Spotify API dashboard.&#x20;

Any Spotify user can check out the app by running it locally and logging in with their own account!

### Live Web App Link:

{% embed url="<https://stat-ify.web.app/>" %}
Statify Live App
{% endembed %}

### Demo Video

{% embed url="<https://youtu.be/hkfCWpIcgyo?t=16>" %}

{% hint style="info" %}
Evaluators of MS Engage are requested to look into the submission details for credentials to access the app via <https://stat-ify.web.app>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://induja.gitbook.io/statify/what-is-statify.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
