Simple routing
PHP and markdown views resolve cleanly from the app views directory.
PHP engine plus Tailwind CSS 4
FramexEngine keeps routing, markdown, templates, and assets simple so you can ship lightweight PHP sites with a modern design system already in place.
<?php
$data['title'] = 'Framex';
// templates, markdown, Tailwind
?>
CSS-first
Tailwind v4 build flow.
Markdown
Auto styled pages.
Features
PHP and markdown views resolve cleanly from the app views directory.
Sections, buttons, cards, containers, and preset backgrounds are ready to use.
Theme preference follows the system first, then persists your manual choice.
FramexEngine ideas
Framex works well for pages that should be easy to edit, fast to ship, and simple to understand from the filesystem.
Use Markdown views for guides, API notes, changelogs, and internal knowledge bases.
Build fast campaign pages with shared templates, reusable cards, and Tailwind utilities.
Use PHP views for simple data pages, status panels, metrics, and external API summaries.
Create a lightweight blog, portfolio, or notes site without adding a database first.
Markdown pages
Framex already parses markdown views. The refreshed `.prose` layer now styles content, code, images, tables, and blockquotes automatically in both themes.
Write normal content and let the design system handle spacing, readable line length, and theme colors.
Markdown pages should look intentional without extra template work.
## Fast content
- Create a view.md file
- Publish clean HTML
- Keep styling automatic
Preset colors
Blue
Primary calls and product highlights.
Emerald
Success states and fresh sections.
Amber
Notes, warnings, and warm accents.
Rose
Promos and energetic content blocks.