pontifexx / starter-kit
The skeleton application for a real Pontifexx POC
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:TypeScript
Type:project
pkg:composer/pontifexx/starter-kit
Requires
- php: ^8.2
- inertiajs/inertia-laravel: ^2.0
- laravel/fortify: ^1.30
- laravel/framework: ^12.0
- laravel/socialite: ^5.24
- laravel/tinker: ^2.10.1
- laravel/wayfinder: ^0.1.9
- neuron-core/neuron-ai: ^2.11
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.3
- pestphp/pest-plugin-laravel: ^4.0
This package is not auto-updated.
Last update: 2026-01-30 09:07:52 UTC
README
Een moderne, productieklare Laravel + React starter kit met alles wat je nodig hebt om snel te beginnen.
Stack
- Backend: Laravel 12, PHP 8.2+
- Frontend: React 19, TypeScript 5.7, Inertia.js
- Styling: Tailwind CSS 4, Radix UI
- Auth: Laravel Fortify, Socialite (Microsoft SSO)
- AI: NeuronAI (Anthropic, OpenAI, Gemini, Mistral, Ollama)
Installatie
Met Laravel Herd
laravel new my-project --using=pontifexx/starter-kit
Handmatig
# Clone repository git clone <repository-url> my-project cd my-project # Installeer dependencies composer install npm install # Configureer omgeving cp .env.example .env php artisan key:generate # Database setup php artisan migrate # Start ontwikkeling composer dev
Functies
- Authenticatie (login, registratie, wachtwoord reset, 2FA)
- Microsoft SSO via OAuth
- Donkere modus met systeemvoorkeur
- Type-veilige routing met Wayfinder
- UI componenten (Radix UI)
- Server-Side Rendering
- AI integratie klaar (NeuronAI)
- Volledig Nederlandse UI
Configuratie
Microsoft SSO
MICROSOFT_CLIENT_ID=your-client-id MICROSOFT_CLIENT_SECRET=your-client-secret MICROSOFT_TENANT_ID=common
AI Providers
ANTHROPIC_API_KEY=sk-ant-... OPENAI_API_KEY=sk-... GEMINI_API_KEY=... MISTRAL_API_KEY=... OLLAMA_HOST=http://localhost:11434
Commando's
composer dev # Start ontwikkelomgeving composer lint # PHP code style fix npm run lint # JS/TS linting npm run build # Build voor productie php artisan test # Run tests
Documentatie
Zie CLAUDE.md voor uitgebreide documentatie over de stack, coding standards en best practices.
Licentie
Eigendom van Pontifexx Paddock.