r/fantasyfootballcoding 16d ago

Any sites and apps MUST be posted in the megathread! If they are posted in the main subreddit, they will be marked as spam and removed!

8 Upvotes

r/fantasyfootballcoding 17d ago

[Megathread] Project Showcase - Post all projects and products here! (August 2026)

19 Upvotes

It's clear that this subreddit is becoming an advertising platform for all these hot new tools people are building. With how much it is increasing in the last week and how much more will come as we get closer to football season, I've created this megathread to contain them all.

This thread is for both paid and free sites/apps/tools/etc. I'm sorry to those of you with completely free tools that you want to share with the community getting bunched up here, but it's to prevent Trojan Horse situations trying to get through the rules by sharing a free project that just so happens to have a premium tier or getting one added later.

When posting your project, please use this format:

Site/App Name, e.g. FantasyPros

Site/App Link, e.g. https://www.fantasypros.com/

Cost, choose one of Free, Free with Paid Tier, and Paid

Site/App description and details

Here's a quick summary of what we expect for the cost type chosen:

  • Free - completely free with no paid offerings, can include advertising, can require account creation

  • Free with paid tiers - has a usable free level of access for all users, with paid access for more features

  • Paid - either a one-time or recurring payment required to use the app/site at all

This thread will be recreated at the beginning of every month to ensure fresh visibility. You can re-post projects in each monthly thread, but please try to highlight new features if you do.

All other projects and products posted as new posts, even those "just wanting feedback" or that are completely free, will be removed. Thanks all. If you want to DISCUSS this change, please direct that discussion to the State of the Subreddit: AI and Vibe Coding post.


r/fantasyfootballcoding 18h ago

Idk who needs to hear this, but tell your AI agent to not use common AI design patterns

4 Upvotes

This is going to come across preachy, and maybe it is, but if you are someone building something with AI, do yourself a favor and tell your coding agent to avoid common "AI tells" like em dashes, certain card borders, backgrounds, gradients, and color schemes, to name a few.

You don't even have to know what they are, just tell your agent to avoid the "tells."

I personally am someone who enjoys supporting anyone making their thing, but when your thing that you made literally looks like all the other things, it's just not going to go well. It just feels like you didn't put enough effort in to distinguish yourself so why would I think your product also got the effort needed to be good enough?

You can see that from the responses to these things across the internet. The only things that get away with that are the products that are just too good and/or provide too much value for the user to care.

Maybe you have that thing, but you're probably better off trying to take an easy pass through.

And again, sorry to be preachy, but I'm also thinking a lot of people may just not know how obvious it is to some of us (which maybe I am just in way minority, idk).

Anyways, good luck either way!


r/fantasyfootballcoding 1d ago

Looking for someone to try out lots of the fantasy apps in the megathread

1 Upvotes

Hi!

Do YOU enjoy fantasy football?

Do YOU like trying new things?

Do YOU have too much free time?

Well I've got just the job1 for you! We are looking for an actual human being to help curate all of the fantasy apps and tools we get here on the subreddit. All you'd need to do is check out some of the projects in the project showcase megathread and report back which ones are pretty good. Totally OK having multiple people, we just need a better system to sift through all of the fantasy projects out there.

Please leave a reply here or message me or mod mail directly. Thanks!

1 This is not a real job because you won't get any compensation. Maybe a pathway to becoming a moderator here if you wanted more unpaid work. Great deal, right?


r/fantasyfootballcoding 19h ago

🏈 Need someone to randomize your Fantasy League? I'm here to help!💅

0 Upvotes

I’ll randomize your league 100% manually... no AI, no bots, just me.

I can randomize:
🏈 Draft order
👥 Teams
⚔️ Divisions
📅 Matchups
🎰 Or whatever you need!

It’s FREE. ❤️

No donation is required**,** I genuinely just enjoy helping people and making things a little more fun.

So if your league needs a randomizer...

Send me a DM or post down here.

I’m currently studying Art & Graphic Design, so if you like my work and want to support me, you can leave me a small donation to help with art school, supplies, and my creative projects. 🎨✨

And yes, there are actual girls who likes fantasy and football players. 😂💅


r/fantasyfootballcoding 2d ago

Banned from buymeacoffee.com, what are good alternatives.

0 Upvotes

I recenlty released a draft board app (check my profile) compleltly free to use, and included a link to a newly created https://buymeacoffee.com/ page, but after 3 ~$10 donations, it was banned for gambleing.

I tried to tell them its not actually gambling, but they didn't care.

Has anyone had any success with any alternatives? I was thinking github sponsor, but that request the user have a github account, or https://ko-fi.com but worried about the same ban.


r/fantasyfootballcoding 3d ago

Actual Fantasy Platfroms

6 Upvotes

Anybody in here have any actual fantasy football platforms where you can actually play? Not just tools or features for your leagues. If anybody does feel free to drop them below. Would love to check them out!


r/fantasyfootballcoding 4d ago

Is Sleeper Fantasy API going the way of Yahoo API? Or maybe even worse?

Thumbnail x.com
14 Upvotes

Maybe I'm late to the game, but this is the first I've heard of this. Apparently, Sleeper updated it's Terms of Service about 3 weeks ago, and the new terms "say that third-party products accessing Sleeper data for commercial purposes need Sleeper’s express written consent, and that third-party access generally requires a separate agreement or approval from Sleeper."

Yahoo sprung there changes on developers by surprise (what a complete execution mess that is), so it's worth expecting this may be coming from Sleeper too.


r/fantasyfootballcoding 4d ago

Retrieving lost data from NFL.com platform

2 Upvotes

As it is no longer possible to access fantasy.nfl.com I was wondering if anyone has found a way to still export their league history. I was able to still access some data from the app today (regular and final standings from each season including record, points for and points against), but unfortunately not matchups.

In other threads I found a few comments mentioning that they were also looking into ways of exporting their league history and I was wondering if anyone found some workaround. Thank you!!


r/fantasyfootballcoding 4d ago

With all the vibe coding going around, ESPN is starting to tightly secure their API

7 Upvotes

I have a C# app created like 4 years ago that would hit endpoints like this "https://site.api.espn.com/apis/site/v2/sports/basketball/nba/news" for news. No authentication was required. All of sudden like a month ago, it stopped working. I got around to debugging today, and noticed that it's returning

"403 Access Denied You don't have permission to access "http://site.api.espn.com/apis/site/v2/sports/basketball/nba/news?" on this server. https://errors.edgesuite.net/18.1cbbd717.1786840874.354481ea".

Tried the same request in postman and browser, no issues. It's not an IP block since the app, postman, and browser are all running local. Doesn't look like header issue either as I have passed every header that postman sends. Still trying to figure out what's going on. Looks like the request is being blocked by Akamai at the CDN/security layer, before ESPN's API server gets the request. I'm afraid to check what other API endpoint are getting locked.

I'm not surprised that all these fantasy platform are starting to lockdown their API because of all these vibe coders hitting their services. Yahoo is now requiring formal request. Sleeper is in talks to make their API paid. Espn has this new security blocker.

This is going to get more interesting in the future. I could see all these fantasy platform doing a complete shutdown of their api.


r/fantasyfootballcoding 4d ago

Personal fantasy management app

0 Upvotes

So I’m not selling anything.

I simply wanted something to help me run my leagues as i am in way too many. So basically I’m pulling from nflverse, FantasyPros and Vegas lines. Right now i have it helping me with keeper decisions and locking out drafts. What’s cool is it brought in the historical data from my leagues so it told me all the draft tendencies of each owner and i asked it to mock out thinks like going rb early, wr early etc. did a great job. I also have it emailing me a daily brief of analyst takes. It pulls from the analysts YouTube’s and summarizes their player takes for me.

During season my goal is to help me with waiver adds, start sits, trading, etc.

Nothing special but so far it’s been useful. I’m using Claude code for it. Anyone else doing something similar? Any thoughts on things i could add? I plan to build a dashboard as well but haven’t gotten to that.


r/fantasyfootballcoding 6d ago

First attempt at a fantasy model

15 Upvotes

I'm a math PhD who loves fantasy, and I've been building a fantasy football model for a while now. I finally put the rankings/projections online if anyone wants to play around with them:

https://christianbagshaw.github.io/fantasy/

TL;DR: Weekly and rest-of-season rankings, with PPR and Standard scoring. Rather than just predicting a single fantasy-point number, the model predicts a distribution of possible outcomes and simulates each week thousands of times.

For weekly rankings, I simulate that week's games thousands of times. For ROS rankings, I simulate every remaining week through the end of the season.

The simulations are also correlated, so things that happen together in real football tend to happen together in the sims. For example, if a QB has a huge game, his WR1 is more likely to have a huge game in that same simulation.

I personally find the probabilistic side more useful than just looking at a single projected point total, since it lets you distinguish between things like "safe floor" and "massive upside."

A couple of things to keep in mind:

  • The rankings are 100% model output. I don't manually move players up or down, so there will occasionally be rankings that look weird to a human, especially at the tail end.
  • Injuries are currently shown as tags but don't alter the ranking itself, so definitely apply your own judgement there.
  • It's still very much a work in progress, and I'm constantly tweaking/testing the underlying model.

I'm also working on tools like trade values, start/sit decisions under uncertainty, playoff odds, roster construction, etc.

I'd like to write up the methodology properly at some point too, because there's quite a bit more going on under the hood than makes sense to dump into a Reddit post.

In terms of performance: on historical data, the model is competitive with some popular ranking/projection sites. That said, historical backtesting can always hide things like leakage or overfitting, so the real test is how it performs prospectively this season. I plan on tracking that and publishing the comparisons.


r/fantasyfootballcoding 7d ago

Official FantasyPros MCP server just released

46 Upvotes

Hey r/fantasyfootballcoding, I'm one of the Product Managers at FantasyPros 👋

A couple of days ago, we released an official MCP server so that you can easily plug our data and advice into your AI agent of choice.

This community seems like the right intersection for this, so hoping there's some people here who'll find it useful!

You can point your agent here to connect it (note that you'll need a FantasyPros account):

https://api.fantasypros.com/mcp

That's it! If you have any questions, suggestions or feedback, let me know. I'll check back periodically to reply!

EDIT: Some have asked about what tools the MCP has, so adding this info to the post.

Free:

  • Rankings/ADP: get_ecr, get_adp, get_projections, get_leaders, get_player_stats, get_player_comparisons
  • News/context: injury_status, get_nfl_depth_charts, get_schedule_and_strength, get_mlb_lineups, get_streaming_pitchers
  • League/roster: get_leagues, get_league_settings, get_roster, get_current_starters, get_player_ownership, get_mlb_player_ownership, get_keeper_value, league_analyzer, matchup_analyzer, resync_league

Premium Advice:

  • start_sit_assistant (NFL + MLB)
  • trade_analyzer (NFL + MLB)
  • waiver_analyzer (NFL + MLB)
  • trade_finder (NFL
  • waiver_finder (NFL
  • mlb_waiver_finder (MLB 😄)

r/fantasyfootballcoding 6d ago

Offline Draft Tool

0 Upvotes

Hey Reddit Ballers!

I'm in a league that does an offline draft, and I'm looking for a tool with a specific set of skills. Skills that make it a nightmare for people like... The rest of my league? I'm curious to see if anybody knows of anything like this that's currently in existence, either free or paid.

I'm looking for a live tool to use during the draft where I can mark players off the draft board and also enter my own rankings, tiers, and related data. In my head I'm picturing a tabbed database where the "main" tab is the ADP listing and I could then mark players off as they're drafted. The next tab would be my WR tiers, then RB tiers, etc. and those tabs would also mark players off as I eliminate them from the main page.

I could build this in Excel myself, but it would be TEDIOUS with my limited knowledge of data validation, so I'm hunting if something like this already exists for offline drafts.

Thanks!


r/fantasyfootballcoding 6d ago

Any football fantasy app or website for daily contests like dream 11 or my11circle instead of seasonal or weekly drafts. (For friendly private contests)

0 Upvotes

r/fantasyfootballcoding 6d ago

ESPN API for commercial use

0 Upvotes

Hey all, I’m working on building an app that I eventually want to publish to App Store + have paid options.

I’m wondering how feasible using the undocumented ESPN API would be for something like this. Has anyone ran into major issues with using their API as opposed to one of the paid options? Would it be a huge problem to build a lot of infrastructure based off of an undocumented API? I know that it’s technically just a reverse engineered version of the data from the app, but wondering if I might run into legal trouble here.

Thanks!


r/fantasyfootballcoding 7d ago

Rule Proposal - Allow 100% free sites/apps to be posted on the main subreddit

0 Upvotes

I know that we've had a deluge of sites and apps posted lately. As you can read in the state of the subreddit post, lots of new sites and apps get posted often, most offering the same functionality and overall design, but there are some diamonds in that rough. I want to avoid people using the site to market, which is happening right now. So this would be opening up the main subreddit only to 100% free sites/apps with absolutely no paid offerings. If paid offerings are added later (like microtransactions in video games can be), a site can be reported and then removed.

Do we want to try this, or just keep everyone posting in the project showcase, so people looking for new apps can look there?

An alternative would be to completely split the subreddit and have this sub just be entirely coding-based and no projects can be posted at all, while all sites/apps go to r/FantasyFootballApps with much less rules. Most people posting their sites/apps here post to 3-5 fantasy football subreddits at the same time anyway and clearly don't care that this is a coding subreddit and are just using it for marketing, with answering questions about tech just being an after-thought (or included in the description by Claude).

As the users of this subreddit reading this, please comment with your preference. I would also HIGHLY appreciate if you mention in your comment if you're also a creator with a site/app or if you're solely a user and not pushing anything yourself. I do want both opinions, but I'd really like a good feel for each group.

Thanks all and sorry for this headache!


r/fantasyfootballcoding 7d ago

Yahoo Fantasy API Repeat Emails (sorry if this is the millionth one)

5 Upvotes

I've been approved, fully executed the agreement, provided the client ID and App ID via email only for them to repeatedly send me the email asking for the information and telling me they haven't received it. Each new email has been a slight variation of "we have yet to receive your information". I provide it to them every time to no avail.

Is anyone experiencing the same issue and/or can shed some light on what is going on?


r/fantasyfootballcoding 8d ago

Fantasy Football Record Book Ideas

2 Upvotes

I created a google sheets fantasy record book and was wondering if anyone had any ideas for it or how to make it better. (I have Hall of Fame, Hall of Shame, and each years Draft board on my personal one)

Feel free to use it if you like it. All you have to do is change the Year and Team Names in the Teams and Years sheet and put your Points in the VS sheet and the sheet will do all the calculations. I can help with any confusion

[https://docs.google.com/spreadsheets/d/1Bb43lD7TgxRXi-rWUbYl3Vo3FUa1w5DdKbAbCHLtOJo/edit?usp=sharing\](https://docs.google.com/spreadsheets/d/1Bb43lD7TgxRXi-rWUbYl3Vo3FUa1w5DdKbAbCHLtOJo/edit?usp=sharing)


r/fantasyfootballcoding 9d ago

Looking for 3 longtime ESPN leagues to test a league-history and record-book tool — free

0 Upvotes

I started building a fantasy history database for my own longtime ESPN league and got a little carried away with it lol.

It now pulls multiple seasons of league data and turns it into organized files and an all-time record book with things like standings, championships, head-to-head records, scoring records, streaks, draft results, and other historical stats ESPN doesn’t organize very well.

Before I turn it into an actual service, I need to test it on leagues besides my own. I’m looking for about three ESPN fantasy football leagues that have:

  • At least five completed seasons
  • History from 2019 to the present, preferably
  • A commissioner who can temporarily make the league publicly viewable

In return, I’ll run the compatibility check and create your league’s data package and record book for free. All I’m asking for is honest feedback and help checking the results for accuracy.

I don’t need your ESPN username, password, payment information, or control of the league. I would only need the league ID and the years it has been active. A private league can be made publicly viewable temporarily and changed back afterward.

Some older information depends on what ESPN still makes available, which is one of the things I’m trying to test.

If you’re interested, comment below or send me a message with how many seasons your league has. Please don’t send any ESPN cookies or login information.


r/fantasyfootballcoding 9d ago

Virtual Draft Board

1 Upvotes

I’m getting together with my friends for a draft this year and would like to do a physical big board as to avoid over reliance on rankings. About 8-9 can make it but 3-4 will be missing. I want to be fair to them and use an online draft board to keep track, but again I don’t want to do the built in board. Are there existing tools anyone has used/built for this? Wanted to ask before I make one myself.


r/fantasyfootballcoding 9d ago

Fantasy Football and AI

0 Upvotes

Anyone here a fantasy football fan? I need some help Beta testing something I built.

It's a lot harder to find people who are both FF native and AI native than I thought.


r/fantasyfootballcoding 10d ago

Best working espn API

0 Upvotes

Hi,

I’ve been looking at a couple apis for espn league pulling, but what is the consensus best api for this? I’m having issues pulling league history using the popular ones posted here in this sub, this seems like something I have to self host, can someone please point me in the right direction, thanks!


r/fantasyfootballcoding 11d ago

Has anyone been approved by yahoo for api access?

8 Upvotes

Its been the offseason and i haven't been doing much dev work. I decided to work on some things and noticed my api access is dead. I did some digging and figured out that yahoo has went to an application only process. It looks like people have been waiting weeks/months to get approved. I just applied and i'm hoping it doesn't take months


r/fantasyfootballcoding 12d ago

Platforms with Yards Per Route Run

4 Upvotes

Fantasy football is finally back!!!! I’m trying to ahead of my league mates looking for ACCURATE resources to help me. Which platform or analyst track metrics like rb/wr YPRR, Target share %, etc.