Discover what's going on InIndy.
inindy.co Β· Privacy Β· Contact
InIndy is where folks share trail runs, pickup games, park picnics, and whatever else is going on in Indianapolis. Find one, join it, show up.
Free. No ads. Made in Indy.
This repository holds the InIndy website. It's a static site published with GitHub Pages from docs/ and served at inindy.co.
Neighborhoods - Posts stay in the neighborhood they belong to, so your feed looks like your part of the city.
Groups - Run clubs, pickup leagues, book swaps. Join a group and its posts find you.
Photos - See the trail, the field, the noteworthy view, before deciding to come.
Two ways to use it:
| If you're going | If you're hosting |
|---|---|
| Browse what's going on near you | Post the time and place |
| See who else is in | Pick a neighborhood |
| Show up | Connect with others |
InIndy is in Android beta. It isn't on the Google Play Store yet, so builds are distributed as an APK from the releases page.
A few things worth knowing before you sideload:
- Android will ask permission to install unknown apps, and Play Protect will likely warn you. Both are expected for anything not installed from the Play Store.
- The beta will not auto-update. New builds have to be downloaded manually.
- Uninstall the beta before installing the eventual Play Store version. The two are signed with different keys and the upgrade will fail otherwise. Your account and posts live on the server and come back when you sign in again.
Full instructions, including the SHA-256 checksum, are on inindy.co.
docs/
βββ index.html # Landing page
βββ privacy.html # Privacy policy
βββ CNAME # Custom domain (inindy.co)
βββ .nojekyll # Serve files as-is, skip Jekyll
βββ assets/
βββ logo.svg # Primary mark
βββ logo-mono.svg # Single-colour mark (currentColor)
βββ og-image.png # Social preview
βββ browser/ # Favicons and apple-touch-icon
β βββ favicon.svg
β βββ favicon-32.png
β βββ apple-touch-icon.png
βββ screenshots/ # App screenshots used on the landing page
βββ screen-feed.{png,webp}
βββ screen-create.{png,webp}
βββ screen-profile.{png,webp}
Both pages are self-contained: styles and scripts are inline, and the only external dependency is Google Fonts. There is no build step and no package manager.
python3 -m http.server 8000 --directory docsThen open http://localhost:8000.
The website collects nothing. No analytics, no tracking scripts, no cookies, no forms. What the app collects is documented in the privacy policy.
Β© 2026 InIndy Β· Made with π