Skip to content
prod e051e98
Browse

Set up a New CodeCanyon App

This playbook takes a CodeCanyon Laravel app from the vendor ZIP all the way to a working production deployment — AI-assisted end to end. Phase 1 stands up the AI System (constitution, permission modes, rules, skills, IDE wiring) so every later phase runs with safety hooks and a shared contract. Follow the phases in order — your progress is saved on this device.

Phase 1 opens by creating the project folder and putting vendor code on disk (informal unzip), then machine setup, then writing AGENTS.md and the rest of the agent stack into that folder. Phase 2 is the formal git import — branches, frozen author/v* snapshot, _CUSTOMIZATIONS.md — not a second ZIP extract.

The twelve phases group into five stages — set up the agent, build, ship, harden, launch:

Laravel/CodeCanyon — phase pipeline

Laravel/CodeCanyon — phase pipeline 1. Foundation (Phase 1 · project + AI System) → 2. Build (Phases 2–3 · git + local) → 3. Ship (Phases 4–5 · pipeline + staging) → 4. Harden & configure (Phases 6–9) → 5. Launch (Phases 10–12) Foundation Phase 1 · project + AI System Build Phases 2–3 · git + local Ship Phases 4–5 · pipeline + staging Harden & configure Phases 6–9 Launch Phases 10–12
Each stage gates the next. Phase 1 (AI System) is the foundation; server bootstrap (Admin-Server, once per hosting account) must be done before Phase 4 webhooks — see the note below. Phase 12 (production) is the only stage with a human gate on every write.

Then walk the twelve phases in order — your progress is saved on this device:

0 / 12 done
    1. Create the project & bring in the code
    2. Machine setup (once per machine)
    3. Project constitution (AGENTS.md, CLAUDE.md)
    4. Claude config — settings, modes, hooks
    5. Rules & skills
    6. Cursor & other IDEs
    7. Verify & gate
    1. Prerequisites (toolchain, GitHub repo, SSH)
    2. Branch strategy
    3. Extract & snapshot the vendor
    4. Initialize the repository
    5. Wire .env templates
    6. Commit & freeze the vendor (author/v*)
    7. Optional enhancements
    1. Dependencies & assets
    2. Local database
    3. Storage, symlinks & SSL
    4. Run the installer
    5. Verify migrations & schema
    6. Commit & secure
    7. Optional tooling
    1. Prerequisite · Admin-Server on hosting account
    2. Deployer (zero-downtime)
    3. Subdomains + SSL
    4. Production .env
    5. CI + ServerSync
    6. DNS email records
    7. Cloudflare CDN
    8. Release + incident response
    1. Pre-flight & provision host
    2. DNS + SSL
    3. First release
    4. Installer + harden
    5. Schedule, migrations + schema
    6. Rollback + monitor
    7. ServerSync capture
    8. Deep codebase audit
    9. Atlas Cloud (optional)
    1. Concepts & admin model
    2. Survey & brand profile
    3. Credentials & branding
    4. Email (SMTP)
    5. Payments & plans
    6. Legal & consent
    7. Theme & system pages
    8. Engagement & SEO
    1. Harden first
    2. Security headers & packages
    3. Activity logging
    4. Off-server backups
    5. Observability (insertable gate — after Phase 5 or 12)
    6. Legal, privacy & GDPR
    7. Compliance tracks (SOC 2 · HIPAA)
    1. MUST path
    2. Brand kit
    3. Payments & billing
    4. Email infrastructure
    5. Performance pass
    6. Optional integrations
    7. Post-launch identity & changelog
    1. SEO (do first)
    2. Engagement
    3. Support (chat + help center)
    1. Static audit — code, dependencies, git
    2. Security audit
    3. Performance, database & SEO
    4. Accessibility & cookie compliance
    5. Functional QA & debugger review
    6. Pre-launch sign-off
    1. Technical readiness (MUST)
    2. Launch signoff — tiered go/no-go
    3. Business & legal readiness
    4. Support & onboarding
    1. Pre-flight security hygiene
    2. Release & first production deploy
    3. Harden, verify & sync
    4. Post-deploy monitoring & day-2

All twelve phases are authored in full. Use the sidebar to jump to any phase, or start here:

Setting up the app is workflow 1 of 5. Once it’s live, these are the workflows you run again and again — all part of the same codecanyon-laravel collection:

New to the ideas behind these? Read the Laravel/CodeCanyon handbook (ZajModules vs vendor customizations, the three-tier admin model, schema + version management), or browse the whole collection — playbooks, handbook, cheat sheets, templates, and kits in one place.