BlackGame-archive is an archived prototype of an early full-stack web application originally built around four years ago.
The project was created as an experimental platform combining authentication, user profiles, and an early concept for Spotify-based statistics. It reflects an early development phase focused on learning modern web application patterns.
The project is no longer maintained or actively developed.
The main ideas behind the project were:
- Building a user authentication system
- Creating user profile management
- Exploring OAuth integration via external providers
- Designing a simple multi-page application structure
- Experimenting with a Spotify statistics feature
The Spotify integration was the primary conceptual feature but was never fully implemented.
- Authentication system (login / logout)
- OAuth login via external providers (via PocketBase)
- User profile page:
- Username
- Avatar upload and selection
- Password management
- Language settings
- Theme selection (DaisyUI)
- Basic settings interface
- Support page (static content)
- Initial routing structure
- Placeholder page for Spotify statistics
- Spotify statistics integration (OAuth + data visualization)
- Extended social features
- Frontend: Svelte / SvelteKit
- Styling: Tailwind CSS, DaisyUI
- Backend: PocketBase
- Authentication: PocketBase Auth + OAuth providers
- Primarily client-side driven application logic
- PocketBase used as backend-as-a-service for auth and storage
- Minimal server-side logic
- Focus on rapid prototyping rather than scalability or production readiness
This project is archived.
It serves as a reference for early experimentation with authentication systems, UI structure, and third-party integrations.
No updates or maintenance are planned.