AppyHP GitHub
Free Laravel visual workflow builder

Build the shape of your app before the code.

AppyHP turns Laravel architecture into a living canvas. Map routes, controllers, models and pages, then let AI help you create source files that stay connected to the way your application works.

workflow.app
RouteGET /accounts
ControllerAccountController
ModelAccount
Inertia pageAccounts/Index
Laravel building blocks

Explore every part of your application.

AppyHP modules turn Laravel concepts into visible, connected pieces of a workflow. Start with Routes, then explore the rest as their guides arrive.

01RoutesMap web, API, console and channel entry points.
02ControllersCoordinate requests and application actions.
03RequestsDescribe validation and input contracts.
04ResourcesShape API responses and representations.
05ModelsDefine data, relationships and behavior.
06Tables & migrationsPlan database structure and changes.
07ServicesKeep application operations focused.
08Jobs & eventsModel queues, events and listeners.
09Policies & authMake access rules part of the graph.
10Pages & viewsConnect controllers to Blade or Inertia UI.Guides coming soon
11Notifications & mailDescribe how your app communicates.Guides coming soon
12Config & storageDocument queues, cache and file behavior.Guides coming soon
A calmer way to ship

From idea to Laravel files, one clear surface.

Start with the architecture you can see. Keep intent, connections and source code close together as the project grows.

01 / Map

Draw the workflow

Add modules to the canvas and connect the relationships that matter: a route dispatches a controller, a controller uses a service, a model persists to a table.

02 / Describe

Give each module a job

Set its target folder, filename, responsibilities and prompt. Your project’s structure becomes useful context instead of scattered tribal knowledge.

03 / Publish

Save real source files

Save manually or enable Auto-save. AppyHP creates missing files, publishes generated code and lets you edit the actual files in the Directories panel.

What lives in Studio

Small tools, connected by intent.

  • Workflow canvas with Laravel module types
  • AI generation grounded in connected modules
  • Live directory tree and source editor
  • File explanations and saved notes
  • Safe rename, copy, cut and delete actions
  • Ignored local runtime context for your own projects
// The workflow is the brief module: controller folder: app/Http/Controllers filename: AccountController.php prompt: Return the accounts page // Save → actual file app/Http/Controllers/AccountController.php
Continue with the docs

Make your next Laravel feature legible.

Learn the install flow, the canvas, AI generation, and how AppyHP keeps your personal notes and settings private to your local runtime.