Ladoni Template
Documentation
Welcome. This guide uses simple language. You do not need to be a developer to change text or images. For deeper edits, the notes below point you to the right files.
1. Introduction
Template name: Ladoni Template
What it is: Ladoni is an HTML template for an AI-style SaaS product. It includes a marketing landing page, inner pages (about, pricing, contact, login, and more), an app-style dashboard, and several small demos. Everything is static HTML, CSS, and JavaScript — easy to open and preview on your computer.
Main features
- Modern landing page with hero, features, pricing preview, testimonials, and calls to action
- AI Tools hub plus six tool screens (SEO writer, code, image, video, chat, resume)
- Dashboard with Chart.js charts (loaded from a CDN; see
html/dashboard.html) - Dark and light theme toggle (your choice is saved in the browser)
- Responsive layout that works on phones, tablets, and desktops
- Extra demo pages under the
demo/folder - Tailwind-style utility CSS for fast layout changes
2. Installation guide
Follow these steps to view the template on your computer.
- Download the zip file from the place where you bought or downloaded Ladoni (for example, your marketplace account or email link).
-
Extract (unzip) the files to a folder you can find easily, such as
Desktop/Ladoni-template. -
Open the home page in your browser. Go to the
htmlfolder and double-clickindex.html. It should open in Chrome, Edge, Firefox, or Safari. - No server is required for basic viewing. You can browse pages by clicking links as long as you keep the folder structure the same.
assets folder. The pages need those folders to load styles and scripts.
3. Folder structure
Each main folder has a simple job. Keep names and locations the same unless you know how to update paths inside HTML files.
- html/
- Main website pages: home, AI tools hub and individual tool screens, about, pricing, contact, login, register, dashboard, and more. Start editing here when you change wording or page sections.
- assets/css/
-
Styles.
tailwind.cssholds layout utilities.style.cssadds the theme (background, glass effects, buttons). Change colors and theme tokens mainly instyle.cssor Tailwind classes in HTML. - assets/js/
-
Scripts.
main.jshandles theme, mobile menu, and small UI helpers.plugins.jsrenders dashboard charts when Chart.js is loaded (see the dashboard page). Edit only if you need different behavior. - assets/images/
- Images and graphics: logos, demo art, and icons saved as files. Replace files here when you swap branding, or change the
srcpaths in HTML to point to your own images. - assets/vendors/
- Optional folder for third-party libraries (for example, a slider or chart library) if you add them. The default Ladoni package may ship without this folder; you can create it and link scripts from your HTML when you need extra plugins.
- demo/
- Separate mini layouts (such as chat UI, AI writer, CRM-style dashboard). Use them as examples or starting points for new pages.
- documentation/
- This help site. You can edit
documentation/index.htmlto match your own product name and support details.
4. How to customize
-
Change text. Open any file in
html/with a text editor (VS Code, Notepad++, or similar). Edit headings, paragraphs, and button labels directly in the HTML. Save the file and refresh the browser. -
Change colors. For global colors and glass effects, edit
assets/css/style.css(look for:rootvariables). For one-off boxes and spacing, change Tailwind classes in the HTML (for examplebg-indigo-600). If you change many Tailwind classes, rebuildtailwind.cssusing the command inREADME.txt. -
Replace images. Put your logo or photos in
assets/images/and update thesrc="..."attribute in HTML to match your file name. -
Edit JavaScript if needed. Use
assets/js/main.jsfor theme and navigation behavior. Useassets/js/plugins.jsfor dashboard chart widgets. Back up a copy before you change code.
5. Using assets and libraries
The dashboard page (html/dashboard.html) loads Chart.js from a CDN and renders bar, line, and doughnut charts via assets/js/plugins.js. Other pages stay lightweight and do not load Chart.js unless you add it yourself.
If you want libraries such as Chart.js (rich charts) or Swiper (touch sliders), you can add their files under assets/vendors/ and include <script> / <link> tags in your HTML. Follow each library’s official install guide.
Fonts: Inter is loaded from Google Fonts inside style.css. Icons on pages are mostly inline SVG (simple vector icons drawn in the HTML). No separate icon font pack is required for the default template.
6. Credits
- Fonts: Inter (Google Fonts).
- Icons: Inline SVG icons included in the HTML (stroke icons suitable for UI).
- CSS: Tailwind CSS (compiled to
tailwind.css) plus custom theme instyle.css. - JavaScript: Plain scripts in
assets/js/— no jQuery required for the default kit. - Images: Logo and demo SVGs under
assets/images/are for demonstration. Replace them with your brand assets for production. Some pages may reference remote demo photos (for example avatar URLs); swap those for your own hosted images if you prefer.
7. Support
For support and inquiries, contact us directly on WhatsApp. We usually respond within a few hours.
WhatsApp number: +923276874145
8. Changelog
Version 1.0.0
- Initial release
- Complete HTML template
- AI tools UI (hub + tool screens)
- Dashboard with charts
- Responsive design
- Documentation
- WhatsApp support
See also changelog.txt in the template root.
End of documentation · Open landing page