Automated PHP Web Stories Generator Optimized for AMP

5.0 already has all dependencies and tables configured Last updated on August 01, 2026
PRO License

Automated PHP Web Stories Generator Optimized for AMP

Vanilla PHP Web Stories generator with native AMP. Convert to WebP, auto-crop images, boost SEO, and clear server files via automated unlink().

Created by thefrontend.org
Last updated on August 01, 2026 English
PHP
v8.2+
Amp
v0.js

Code Integrity

Production-Ready Architecture: Clean, semantic, and highly optimized code built for execution performance, Cross-Browser verified.
Author Technical Maintenance: Direct coverage for internal component fixes, structural inquiries, and asset malfunctions.
Strict Exclusion Rules: Core item support guarantees integrity but explicitly does not include custom layout modifications or server setups.

Key features in this work

Next-Gen WebP Formatting: Automatically encodes images to WebP for lightweight storage and faster Core Web Vitals speeds.
Smart Aspect Ratio Cropping: Auto-crops covers (828x1472px) and backgrounds (1080x1920px) while fixing vertical mobile EXIF orientation.
Automated Server Garbage Collection: Instantly wipes hard drive assets using unlink() when a slide or story is deleted.
Interactive Slide Builder: Administrative panel to seamlessly build, chain, and update slides with custom headers, kickers, and outlinks.
Enterprise-Grade Security Lock: Restricts destructive actions to POST requests and blocks story deletion if active slides exist.

Changelog

Update
  • PHP version 8+
Fix
  • v1.0.0 – Initial launch of the Vanilla PHP core engine, fully compatible with PHP 7.4+ / 8.x and GD Library.
  • v1.2.0 – Added built-in <amp-analytics> tag support for native Google Analytics tracking integration.
  • v1.1.5 – Implemented automated EXIF orientation correction to fix upside-down mobile uploads.
1
Clean cached and machine-specific files

Run this first, inside the extracted project folder. These files are tied to the original machine and must never be reused.

Remove-Item vendor -Recurse -Force
Remove-Item node_modules -Recurse -Force
Remove-Item bootstrap\cache\*.php -Force
Remove-Item public\storage -Force
Remove-Item storage\logs\*.log -Force
2
Install PHP dependencies
composer install
3
Install JS dependencies
npm install
4
Recreate the storage link

Required for images and uploaded files to display correctly.

php artisan storage:link
5
Start the local server
php artisan serve

Then open http://127.0.0.1:8000 in your browser.

6
Build frontend assets
npm run build
Note: Your .env file and database .sql are already configured, you don't need to run key:generate or migrate.

Latest design blocks

Vue.js Navigation Bar with Bootstrap 5 and Ctrl K Search Modal

Vue.js Navigation Bar with Bootstrap 5 and Ctrl K Search Modal

Most viewed 5,0 349 bootstrap 5+ Last updated on: 08/2026
Multi step form Bootstrap 5

Multi step form Bootstrap 5

Most viewed 309 bootstrap 5 Last updated on: 08/2026
Simple product zoom thumbnail viewer

Simple product zoom thumbnail viewer

Most viewed 160 javascript Last updated on: 08/2026
Animated Mega menu Bootstrap navigation

Animated Mega menu Bootstrap navigation

Most viewed 5,0 156 bootstrap 5+ Last updated on: 08/2026
Scrollspy Section side Menu

Scrollspy Section side Menu

Most viewed 5,0 148 vue.js Last updated on: 08/2026