$ cat README.md
## Choose Your Tier
Pick the right starting point. Upgrade anytime.
Core
€79
one-time · ~30-40h saved
- [x] Auth + email verification // Login, register, reset, confirm
- [x] User CRUD + roles // Profile, admin/user management
- [x] Admin dashboard // Stats, search, quick actions
- [x] 4 themes // Light, dark, colorblind, dev
- [x] Twig components + Stimulus // Button, modal, dropdown…
- [x] CI/CD pipeline // GitHub Actions: test, lint, deploy
- [x] CLI scaffolder // Interactive setup + error recovery
$ shipfony init --tier=core
$ buy --coreCore+
€109
one-time · ~60-80h saved
- [x] Everything in Core
- [x] Stripe billing + webhooks // Checkout, portal, SCA/3DS
- [x] Full REST API + Swagger // JWT, OpenAPI, versioning
- [x] Filterable data tables // Sort, search, CSV export
- [x] Statistics + Chart.js // Growth, activity, revenue
- [x] Admin impersonation // switch_user as any user
- [x] Email templates + File upload // Flysystem (local + S3)
$ shipfony init --tier=core_plus
$ buy --core-plusCore++
€169
one-time · ~100-120h saved
- [x] Everything in Core
- [x] Everything in Core+
- [x] 2FA + Social Login // TOTP, backup codes, OAuth
- [x] Audit log + Error log // Diff view, grouping, alerts
- [x] Real-time + Job dashboard // Mercure SSE, Messenger
- [x] Referral system // Tracking, invites, rewards
- [x] Maintenance mode + /health // Toggle, uptime monitoring
- [x] SyPlanner / BMAD AI // PRDs, architecture, tasks
$ shipfony init --tier=core_plus_plus
$ buy --core-plus-plus## Quick Start
Few simple commands. That's it.
### Step 1 — Install
$ curl -sS https://shipfony.com/installer | php
→ Downloading shipfony.phar...
✓ Downloaded (2.4 MB)
→ Verifying...
✓ Valid PHAR
→ Installing to /usr/local/bin/shipfony
✓ Installed. Run shipfony init to create a project.
### Step 2 — Scaffold
$ shipfony init
Enter your license key: SHIP-7F3A-K9D2-M1P5
✓ License valid — Core+
Project name (e.g. mysaas): my-saas-app
Theme [dev]: light // light, dark, colorblind, dev
Database name [my_saas_app]: my_saas_app
MySQL root password [empty]: ••••••••
Admin email: admin@my-saas-app.com
Password: ••••••••
Confirm password: ••••••••
→ Creating project structure...
→ Installing dependencies...
✓ Project created in ./my-saas-app
### Step 3 — Launch
$ cd my-saas-app
$ npm install && npm run build:css
✓ CSS built
$ symfony serve
→ Web server listening on https://127.0.0.1:8000
✓ Your project is ready!
→ Dashboard: https://127.0.0.1:8000/dashboard
→ Admin: https://127.0.0.1:8000/admin
## FAQs
For quick asnwers
$ cat faq.md
Core (€79) — Auth, Dashboard, Admin, 4 Themes, Twig Components, Stimulus, CI/CD, CLI Scaffolder. Core+ (€109) — adds Stripe Billing, Full REST API with Swagger, Filterable Data Tables, Statistics with Charts, Admin Impersonation, Email Templates, File Upload. Core++ (€169) — adds 2FA, Social Login, Audit Log, Error Log Dashboard, Real-time (Mercure), Job Dashboard, Referral System, Maintenance Mode, Health Check, and SyPlanner AI.
Yes! You can upgrade from Core to Core+ or Core++ at any time. You'll only pay the difference. Contact support with your license key.
If the scaffolder encounters an error (missing dependency, port conflict, migration issue), it automatically detects the problem, suggests a fix, and offers to retry. No more cryptic error messages — the CLI guides you through resolution step by step.
SyPlanner is an AI-powered planning tool built on the BMAD methodology. It helps you generate PRDs, design system architecture, create user stories, and break down tasks — all before writing a single line of code. Think of it as your AI co-architect. Available in Core++.
Yes. 14-day money-back guarantee, no questions asked. If Shipfony isn't right for you, email support and we'll process a full refund.
Shipfony is built on Symfony 7.4 LTS and follows Symfony's release cycle. You get lifetime updates, including major version upgrades when they're stable and tested.
$ _