Skip to content

Commit e303137

Browse files
Update README.md
1 parent 2e63d6d commit e303137

1 file changed

Lines changed: 33 additions & 2 deletions

File tree

README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
# spotifort
2-
Source files for spotifort.com, a website to find Treefort artists based on your Spotify account.
1+
# Spotifort
2+
3+
Match your Spotify Liked Songs against the [Treefort Music Fest 2026](https://treefortmusicfest.com/) lineup. Find out which artists you already love are playing in Boise this March.
4+
5+
**This project is not affiliated with, endorsed by, or associated with Treefort Music Fest or Spotify.** This is an independent, open-source community tool built by an enthusiast.
6+
7+
## Status
8+
9+
🚧 Under active development — targeting launch before Treefort 2026 (March 25–29).
10+
11+
## How It Works
12+
13+
1. You authenticate with Spotify using your own credentials (PKCE flow — no server, no data stored)
14+
2. Spotifort pulls your Liked Songs and compares artists against the Treefort 2026 lineup
15+
3. You get a list of matches — artists you already like who are playing the festival
16+
17+
All processing happens client-side in your browser. No personal data is stored, transmitted, or logged.
18+
19+
## Tech Stack
20+
21+
- Vanilla JS + Vite
22+
- Spotify Web API (PKCE auth)
23+
- Hosted on Cloudflare Pages
24+
25+
## License
26+
27+
MIT — see [LICENSE](LICENSE) for details.
28+
29+
## Disclaimer
30+
31+
Use at your own risk. No guarantees of accuracy or availability. Lineup data is manually maintained and may not reflect the most current information. This is free and open-source software (FOSS).
32+
33+
Built with [Claude Code](https://claude.ai/code) | [commitconfirm.com](https://commitconfirm.com)

0 commit comments

Comments
 (0)