Front is a low-code frontend framework for building interactive, data-driven, and modular applications using a markup-first approach. It extends standard HTML with FTML (Front Text Markup Language) - a declarative layer that allows you to define structure, style, layout, interactivity, and behavior directly through attributes, without writing any JavaScript or CSS.

Unlike traditional frontend frameworks or libraries that rely heavily on complex logic, Front keeps development simple, clean, and maintainable. Everything can be expressed through markup, enabling developers and designers to work seamlessly together while producing readable and scalable code.

Why Choose Front?

Front will help you:

Use Cases

Front is perfect for:

Before You Start

We assume you are familiar with HTML basics. If you are completely new to markup, consider reviewing introductory HTML tutorials, e.g., ↗️ MDN Web Docs.

In particular, you should be familiar with:

Note: Familiarity with CSS and JavaScript is helpful but not required - Front allows you to define interactivity and styling directly through markup.

Try It Now

Experiment with FTML in real time using our live Playground. Simply write markup and see the results instantly in your browser - no setup required.

Goto Installation