CrazyBlue Apps
iOS Laravel Swift

iOS apps & Laravel backends

Independent developer studio building native iOS experiences backed by robust Laravel APIs, queues, and real-time services.

iOS Development

Swift, SwiftUI, UIKit, APNS push, App Store deployment & subscriptions.

Laravel Backend

REST APIs, webhooks, MySQL, Redis queues, Sanctum auth & server management.

ContentView.swift ApiController.php
struct ContentView: View {
    var body: some View {
        NavigationStack {
            HomeView()
                .task { await loadFromAPI() }
        }
    }
}

// Laravel · routes/api.php
Route::middleware('auth:sanctum')
    ->get('/user', [UserController::class, 'show']);

Project in preparation

This environment is being configured. Check back soon.