PHPackages                             pontifexx/starter-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pontifexx/starter-kit

ActiveProject

pontifexx/starter-kit
=====================

The skeleton application for a real Pontifexx POC

011TypeScriptCI passing

Since Jan 30Pushed 3mo agoCompare

[ Source](https://github.com/Pontifexx-Tech/pontifexx-starter)[ Packagist](https://packagist.org/packages/pontifexx/starter-kit)[ RSS](/packages/pontifexx-starter-kit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Pontifexx Starter Kit
=====================

[](#pontifexx-starter-kit)

Een moderne, productieklare Laravel + React starter kit met alles wat je nodig hebt om snel te beginnen.

Stack
-----

[](#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
-----------

[](#installatie)

### Met Laravel Herd

[](#met-laravel-herd)

```
laravel new my-project --using=pontifexx/starter-kit
```

### Handmatig

[](#handmatig)

```
# Clone repository
git clone  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
--------

[](#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
------------

[](#configuratie)

### Microsoft SSO

[](#microsoft-sso)

```
MICROSOFT_CLIENT_ID=your-client-id
MICROSOFT_CLIENT_SECRET=your-client-secret
MICROSOFT_TENANT_ID=common
```

### AI Providers

[](#ai-providers)

```
ANTHROPIC_API_KEY=sk-ant-...
OPENAI_API_KEY=sk-...
GEMINI_API_KEY=...
MISTRAL_API_KEY=...
OLLAMA_HOST=http://localhost:11434
```

Commando's
----------

[](#commandos)

```
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
------------

[](#documentatie)

Zie `CLAUDE.md` voor uitgebreide documentatie over de stack, coding standards en best practices.

Licentie
--------

[](#licentie)

Eigendom van Pontifexx Paddock.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance54

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c31097291aaf1dc8932a5e8c357a7f0cefb3526e5121ba3f8654ee7aedff7c70?d=identicon)[steyn2003](/maintainers/steyn2003)

---

Top Contributors

[![steyn2003](https://avatars.githubusercontent.com/u/55273280?v=4)](https://github.com/steyn2003 "steyn2003 (12 commits)")

### Embed Badge

![Health badge](/badges/pontifexx-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/pontifexx-starter-kit/health.svg)](https://phpackages.com/packages/pontifexx-starter-kit)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
