composer.json
.editorconfig
vite.config.js
tests/TestCase.php
routes/api.php
routes/web.php
tests/Feature/Auth/PasswordResetTest.php
tests/Feature/Auth/AuthenticationTest.php
routes/console.php
tests/Feature/Auth/RegistrationTest.php
routes/auth.php
tests/Feature/Auth/PasswordUpdateTest.php
postcss.config.js
tests/Feature/Auth/EmailVerificationTest.php
.gitattributes
tests/Feature/Auth/PasswordConfirmationTest.php
package.json
.gitignore
tests/Feature/ExampleTest.php
tests/Feature/ProfileTest.php
public/.htaccess
public/robots.txt
tests/Unit/ExampleTest.php
public/index.php
public/favicon.ico
artisan
README.md
resources/views/profile.blade.php
resources/views/layouts/app.blade.php
resources/views/layouts/guest.blade.php
storage/logs/.gitignore
resources/views/livewire/pages/auth/login.blade.php
resources/views/livewire/pages/auth/verify-email.blade.php
resources/views/livewire/pages/auth/forgot-password.blade.php
storage/framework/views/.gitignore
storage/framework/.gitignore
resources/views/livewire/pages/auth/confirm-password.blade.php
resources/views/livewire/pages/auth/register.blade.php
resources/views/livewire/pages/auth/reset-password.blade.php
storage/framework/sessions/.gitignore
storage/framework/testing/.gitignore
resources/views/livewire/checkins/index.blade.php
resources/views/livewire/profile/update-profile-information-form.blade.php
storage/framework/cache/data/.gitignore
storage/framework/cache/.gitignore
resources/views/livewire/profile/update-password-form.blade.php
resources/views/livewire/profile/edit.blade.php
resources/views/livewire/profile/delete-user-form.blade.php
resources/views/livewire/welcome/navigation.blade.php
resources/views/livewire/library/browse-tracks.blade.php
resources/views/livewire/library/track-show.blade.php
resources/views/livewire/.gitkeep
storage/app/private/.gitignore
storage/app/.gitignore
resources/views/livewire/favorites/index.blade.php
storage/app/public/.gitignore
resources/views/livewire/layout/navigation.blade.php
resources/views/livewire/home/dashboard.blade.php
resources/views/dashboard.blade.php
config/filesystems.php
resources/views/components/modal.blade.php
resources/views/components/auth-session-status.blade.php
resources/views/components/danger-button.blade.php
config/logging.php
resources/views/components/responsive-nav-link.blade.php
config/queue.php
resources/views/components/dropdown.blade.php
config/session.php
resources/views/components/layouts/app.blade.php
resources/views/components/input-error.blade.php
resources/views/components/input-label.blade.php
config/cache.php
resources/views/components/nav-link.blade.php
resources/views/components/application-logo.blade.php
resources/views/components/action-message.blade.php
resources/views/components/text-input.blade.php
config/database.php
resources/views/components/secondary-button.blade.php
config/services.php
resources/views/components/primary-button.blade.php
config/mail.php
resources/views/components/dropdown-link.blade.php
config/app.php
resources/views/welcome.blade.php
config/auth.php
config/sanctum.php
resources/js/app.js
resources/js/bootstrap.js
resources/css/app.css
app/Console/Kernel.php
app/Providers/VoltServiceProvider.php
app/Console/Commands/MemorySummarize.php
app/Providers/AppServiceProvider.php
app/Services/ProfileServiceImpl.php
app/Services/PlaybackServiceImpl.php
app/Services/MemoryServiceImpl.php
app/Services/MediaUrlServiceImpl.php
app/Services/LibraryServiceImpl.php
app/Contracts/SafetyService.php
app/Services/SafetyServiceImpl.php
app/Contracts/PlaybackService.php
app/Contracts/LibraryService.php
app/Contracts/MemoryService.php
app/View/Components/AppLayout.php
app/Contracts/ProfileService.php
app/View/Components/GuestLayout.php
app/Contracts/MediaUrlService.php
bootstrap/providers.php
bootstrap/cache/.gitignore
bootstrap/app.php
phpunit.xml
app/Http/Controllers/Api/V1/TagsController.php
tailwind.config.js
app/Http/Controllers/Api/V1/MemoryController.php
app/Http/Controllers/Api/V1/TracksController.php
app/Http/Controllers/Api/V1/FavoritesController.php
app/Http/Controllers/Api/V1/CheckinsController.php
database/factories/UserFactory.php
app/Http/Controllers/Api/V1/ProfileController.php
app/Http/Controllers/Api/V1/PlaybackController.php
database/seeders/DatabaseSeeder.php
database/.gitignore
app/Http/Controllers/Auth/VerifyEmailController.php
app/Http/Controllers/Controller.php
database/migrations/0001_01_01_000002_create_jobs_table.php
database/migrations/0001_01_01_000001_create_cache_table.php
app/Livewire/Checkins/Index.php
database/migrations/0001_01_01_000000_create_users_table.php
app/Livewire/Actions/Logout.php
database/migrations/2025_08_13_145938_create_personal_access_tokens_table.php
app/Livewire/Profile/Edit.php
database/migrations/2025_08_13_144959_create_app_tables.php
app/Livewire/Home/Dashboard.php
app/Livewire/Library/BrowseTracks.php
app/Livewire/Library/TrackShow.php
app/Livewire/Favorites/Index.php
app/Livewire/Forms/LoginForm.php
app/Models/Track.php
app/Models/User.php
app/Models/Favorite.php
app/Models/AiContextSummary.php
app/Models/Entitlement.php
app/Models/Tag.php
app/Models/SafetyEvent.php
app/Models/VoiceActor.php
app/Models/TrackTag.php
app/Models/Profile.php
app/Models/UserCheckin.php
app/Models/PlaybackEvent.php
app/Models/Subscription.php
app/Models/Consent.php
app/Models/Webhook.php
app/Models/ContentFlag.php
