Access the demo
FootyCollect Demo
Try the live demo at https://footycollect-demo.sunr4y.dev/
Demo features
The demo environment allows you to:- Browse existing collection items
- Create new items (jerseys, shorts, outerwear, etc.)
- Upload and manage photos
- Search and filter the collection
- Test the FKAPI integration for adding kits from the Football Kit Archive
- Explore user profiles and privacy settings
- Edit and delete items
- Try out tags and organization features
Demo credentials
Authentication
The demo provides a pre-configured user account for testing:- Auto-login: The demo may automatically log you in when you visit
- Manual login: If needed, use the demo credentials displayed on the login page
Demo credentials are shown on the site’s login page. Look for the demo account information banner.
Database reset policy
This means:- Safe to experiment: Create, edit, and delete items freely
- No permanent changes: Your changes won’t persist after the reset
- Fresh demo data: The demo regularly returns to a clean state with sample collections
What resets?
- All user-created items
- Uploaded photos
- Tags and custom data
- Any edits to existing items
What doesn’t reset?
- The demo user account
- Sample collection items (restored from snapshot)
- Core data (clubs, seasons, competitions)
Limitations
Registration disabled
You cannot create new user accounts in the demo. This is intentional to maintain demo stability and prevent abuse.API access
The RESTful API is available in the demo:- Swagger UI:
/api/docs/(development only, may not be enabled) - OpenAPI Schema:
/api/schema/ - API Endpoints:
/api/for internal APIs
API endpoints require authentication. Use the demo account credentials to obtain an auth token.
FKAPI integration
The Football Kit Archive integration may be available in the demo:- Search for kits by club, season, and competition
- Auto-fill item details from the archive
- Test the kit lookup workflow
Testing workflows
Create a new jersey
Search with FKAPI (if available)
Use the FKAPI search to find a kit:
- Enter club name (e.g., “Real Madrid”)
- Select season (e.g., “2023-24”)
- Choose kit type (Home, Away, Third)
Fill in details
Complete the form:
- Select size (XS, S, M, L, XL, XXL)
- Add player name and number if desired
- Set condition (1-10 scale or detailed condition)
- Choose fan version or player version
Upload photos
Add photos of your item:
- Select up to 10 images
- First photo becomes the main image
- Photos are automatically optimized
Test photo management
Reorder photos
Drag and drop photos to change their order. The first photo is always the main display image.
Explore the collection
- Browse the feed: See all public items in chronological order
- Filter by club: Click on a club name to see all items from that club
- Filter by season: View items from specific seasons
- Search: Use the search bar to find items by name, club, or player
- Tags: Click tags to filter items by custom categories
After the demo
Ready to set up your own instance?Quickstart
Install FootyCollect locally and start building your collection
Deployment
Deploy FootyCollect to production on a VPS or cloud platform
API reference
Explore the complete RESTful API
GitHub
View source code and contribute
Demo feedback
If you encounter issues or have suggestions for the demo:- Open an issue on GitHub
- Check the documentation for more details
- Review the README for project overview