📜 ⬆️ ⬇️

Nest Admin - control panel for sites (landing page)

Nest - free, pluggable control panel for the site. The site can be any, but initially the panel is designed for one-page websites of a business card (landing page).
image

The panel connects easily, works on PHP and JavaScript. Does not require a database. All you need is to upload your project to the folder with Nest and build a script into your site. Next you need to put everything on the PHP server. Open the panel, the panel refers to the favorite elements on the page by id, class, tag.

Nest does not rewrite the page, it saves the data in json format and when the page loads it mounts it in the right place in the DOM tree. This is done in order to minimize the complexity of integration and errors. id should be written with a #id, class c dot.

The process of connecting the Nest panel to the page template



Ideal conditions for using Nest Admin


You have an order, create a simple but beautiful landing page, and so that the user can update it himself.
The budget of the order is small, and therefore, to write the admin panel, even a simple one from scratch, does not invest in the amount and terms.

The best option is to use a CMS, like WordPress, but there is one problem here, the CMS has a lot of excess, in the context of this task. Poking around in the CMS templates to fit them to a creative, specific design, get longer than to make the template yourself.
')
In such cases, help panel type Nest. You make the template as you please, connect the script to the pages that will be managed and to the blocks that will be under the control of Nest. Specify semantic and logically clear id, type header, content, footer, logo. It is for him Nest will navigate.



Project Link: https://nestpanel.imtqy.com

Related projects


» Simpla - no PHP server is needed, everything is on the client, the server part is provided separately in the Simpla profile. There are paid and free packages.
» SiteCake - you need a PHP server, there are paid and free packages.
" Surreal CMS - do not need a PHP server, everything is on the client, the server part is provided separately in the Surreal profile, all packages are paid. Data is transmitted via FTP.

The article is relevant for versions up to 1.5.0.
After 1.5.0 Nest changed for the better. Thanks for the feedback.

Source: https://habr.com/ru/post/307750/


All Articles