Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angelware-net/Spectre

Spectre (Working Name) is a lightweight VRChat friends list and log. Runs on Sveltekit + Tauri.
https://github.com/angelware-net/Spectre

sveltekit tauri tauri-app vrchat vrchat-tool

Last synced: 4 days ago
JSON representation

Spectre (Working Name) is a lightweight VRChat friends list and log. Runs on Sveltekit + Tauri.

Awesome Lists containing this project

README

        

![spectre_800x267.gif](assets/spectre_800x267.gif)

# Spectre

A lightweight friends list manager for VRChat. Built on Sveltekit + Tauri. Thanks to Tauri, Spectre is cross-platform by default, with mobile support planned for the (very) near future.

## Warnings

This project is largely under development, things may be broken or imperfect! I built this project to learn Typescript and Tauri, so go easy on me!

> [!CAUTION]
> VRC's official stance on using their API is to use it non-maliciously, Spectre performs no malicious functions, but makes a large number of API calls. I am not responsible for your account getting rate-limited or locked.

## Philosophy

The goal of Spectre is to provide a minimal, fast, and easy way to view your VRC friends list without opening the website. It is meant to only give you the information you want to see, without logging tons of information you do not need to see, such as avatar changes, or constant location updates. Spectre only includes the features you need and not the ones you don't.

## Building

For development:

```shell
tauri dev
```

For production:

```shell
tauri build
```

## Current Features

- Dashboard: Get a quick overview of your friends online and the current VRChat player count.
- Friends List: See who's online and their status.
- Notifications: Get system-level notifications for invites, requests, friend requests, and more.

## Credits

- [Community-driven VRCAPI Docs](https://vrchatapi.github.io/docs/api/)
- [shadcn-svelte](https://www.shadcn-svelte.com/)
- @Auros for help learning

## Screenshots

![img_1.png](assets/img_1.png)
![img.png](assets/img.png)
![fl.png](assets/fl.png)