Skip to main content

Documentation

Integrations

Recipes for PHP, Laravel, Django, Rails, ASP.NET, Express, and generic SSR.

Licences

Integrations

Athena UI is designed for PHP, Laravel, Django, Rails, ASP.NET, Express, and other server-rendered projects that need complete static markup without a frontend build chain.

Server Templates

Extract the sidebar, topbar, footer scripts, and page heading into your server-side layout partials, then render page bodies into #main.

Forms

Replace demo action="#" attributes with backend routes, CSRF tokens, server validation, and useful error summaries.

Tables

Use server-rendered tables for small datasets or connect DataTables to authenticated JSON endpoints for larger datasets.

Security

Apply CSP, secure cookies, role checks, audit logging, rate limiting, and output encoding in your application layer.