StageFeet
Launch tools
Support beyond the spotlight

The home base for performer tools.

StageFeet can be the central account hub for everything you build: one front door, one account area, and clean pathways out to each subdomain tool.

Open tool hubHow it should work Static prototype ready for Cloudflare Pages

Tool launchpad

Each card points to a subdomain. Access can be managed from this hub while the tools stay cleanly separated.

Account control center

This page should eventually become the place users manage identity, billing, organizations, and tool permissions.

Recommended navigation pattern

stagefeet.com is the identity and tool hub.
Subdomains host separate tools like gigdashboard.stagefeet.com.
Every tool includes a small global StageFeet bar linking back to this hub.
Permissions live centrally, so a user can gain or lose access without changing every tool manually.

Suggested architecture

Built for Cloudflare: simple now, scalable later.

1
Hub first

Use this index as the main directory and account landing page.

2
Shared auth

Move sign-in to a Worker so subdomains can verify the same session.

3
One D1 core

Use one central D1 for users, organizations, and permissions.

4
Tool data

Keep tool-specific tables or databases separated by user/organization ID.

What to build next

The static page is ready to publish; the backend can be layered in when you're ready.

Global tool bar

Add a compact StageFeet header/footer to every subdomain with Home, Account, Tools, and Sign out.

Access table

Create tables for users, organizations, tools, memberships, roles, and tool grants.

Request access

Locked cards can collect interest, put users on a waitlist, or trigger an admin approval queue.