Stemplates
Organise your ProcessWire templates into clean, logical folders. Stop scrolling through endless flat lists and start grouping templates by feature, component, or system.
Screenshots
See it in action
Screenshot coming soon
Screenshot coming soon
Before you move any template files
Relative include and require paths break when a template moves into a subfolder. Replace them with $config->paths->templates . "includes/file.php" — it's a one-time find-and-replace across your template files.
Read the full guide →
What you get
A cleaner, faster ProcessWire backend
Logical Folders
Group your templates by feature (e.g. `blog`, `account`, `blocks`). No more endless scrolling through a flat list.
Simple Naming Convention
Name your template with an underscore in the admin (e.g. `blog_post`), and Stemplates automatically loads it from `blog/post.php`.
Safe & Native
Hooks into core ProcessWire safely. If you ever uninstall the module, ProcessWire will gracefully fall back to the root files.
Interactive Dashboard
Manage your folder structures visually from the ProcessWire admin. See what's missing, resolved, or falling back instantly.
Inline Path Editor
Type to move templates between folders directly from the dashboard. No FTP or file manager required.
Folder Descriptions
Add helpful inline notes and descriptions to your template folders so your whole team understands the architecture.
Stemplates PRO
Choose your plan
One-time licence — the software never expires. Includes 1 year of updates and support.
After year 1, optionally renew for continued releases and priority help.
Final checkout price may be adjusted by our payment provider based on your location. All prices exclude applicable tax/VAT.
For developers running Stemplates PRO on a single production site.
- 1 production site
- All PRO features
- 1 year of updates
- 1 year of support
- Optionally renew for $15/yr
Save on the Solo plan by licensing up to 3 client or production sites.
- Up to 3 sites
- All PRO features
- 1 year of updates
- 1 year of support
- Optionally renew for $28/yr
Unlimited sites with priority support. Ideal for busy freelancers and small studios.
- Unlimited sites
- All PRO features
- 1 year of updates
- 1 year of support
- Optionally renew for $39/yr
Unlimited sites for teams and agencies with multiple developers.
- Unlimited sites
- All PRO features
- 1 year of updates
- 1 year of support
- Team seats
- Optionally renew for $65/yr
Free vs PRO
Both versions can be installed on the same site.
| Feature | Free | PRO |
|---|---|---|
| Subfolder template resolution | ||
| Admin dashboard | Read-only | Interactive UI |
| Inline path editor (move files via UI) | ||
| Folder descriptions | ||
| Template resolution method | Naming convention (_) |
Auto-discovery |