PHP engine plus Tailwind CSS 4

Build static sites that feel fast before you even optimize them.

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

A compact foundation for real projects.

Simple routing

PHP and markdown views resolve cleanly from the app views directory.

Reusable UI

Sections, buttons, cards, containers, and preset backgrounds are ready to use.

Dark mode

Theme preference follows the system first, then persists your manual choice.

FramexEngine ideas

Start small, then grow only where the project needs it.

Framex works well for pages that should be easy to edit, fast to ship, and simple to understand from the filesystem.

01

Documentation hub

Use Markdown views for guides, API notes, changelogs, and internal knowledge bases.

02

Client landing pages

Build fast campaign pages with shared templates, reusable cards, and Tailwind utilities.

03

API dashboards

Use PHP views for simple data pages, status panels, metrics, and external API summaries.

04

Personal publishing

Create a lightweight blog, portfolio, or notes site without adding a database first.

Markdown pages

Drop in a `.md` file and get a designed page.

Framex already parses markdown views. The refreshed `.prose` layer now styles content, code, images, tables, and blockquotes automatically in both themes.

Markdown preview

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

Four reusable light and dark background helpers.

Blue

Primary calls and product highlights.

Emerald

Success states and fresh sections.

Amber

Notes, warnings, and warm accents.

Rose

Promos and energetic content blocks.

Ready foundation

Start with structure, styling, and markdown already connected.