LessTools
LESSCMSVisual page editor with a headless API LESSCOMMERCEStore, PIM and orders in one place LESSSEOGoogle visibility, measured daily — coming soon
One account and one invoice for all of them. Discover LessTools →
For developers

A client panel you do not have to write

You will write the front end faster than you will build a panel with roles, versioning and multilingual support. And that is what usually eats the budget.

Scenarios

Three situations from a client project

Each concerns the part of the work the client never sees and does not want to pay for.

The quote

The client wants a panel

A content editor, roles, change history and multiple languages are half the project budget. The other half is the front end itself.

In LessCMS: the panel comes ready-made. You quote for the front end, not for building the back office.

Mid-project

A change to the content structure

The client wants another field on an entry. In a hand-written CMS that is a database migration and code changes.

In LessCMS: you add the field in the panel. The API starts returning it and you simply render it in the view.

After delivery

Maintenance

You are left with hosting, updates and a phone call when something stops working at 10pm.

In LessCMS: we maintain the back office. You are responsible for your front end.

Content model

What the API returns

A public read-only API, authenticated with a key. Every resource follows one address pattern.

  • Cache headers for selective CDN purging
  • A content structure you define, not one our template imposes
  • Keys per project, revocable at any time
data Pages and their content
data Collections and entries
data Menus and blocks
data Redirects and sitemap
data Project configuration
Where to start

How to begin

1

Create a project

Define the content types — the way you would design the tables.

2

Take an API key

One request and the data is in your front end.

3

Hand the panel to the client

Set the roles so they cannot touch what they should not.

See an API response

The documentation is public, no login required. Check the structure before you create an account.