Skip to content

Latest commit

Β 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

InIndy

InIndy

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.

The app

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

Getting the app

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.

Repository layout

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.

Running locally

python3 -m http.server 8000 --directory docs

Then open http://localhost:8000.

Privacy

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 πŸ’œ

About

A Kotlin Multiplatform social app for Indianapolis. Post outdoor activities, discover what's happening in your neighborhood, and connect with locals.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors