Skip to content

Quick Start

Take the shortest path through Kooboo: create a site, build a page, add content, write a small amount of server-side logic, and publish it.

What You Will Complete

This path is intended for administrators, implementation specialists, and developers using Kooboo for the first time. When you finish, you should have:

ResultRelated capability
A site that you can open in AdminSite list and site creation
A page with an accessible URLPage, Layout, and View
A maintainable content collectionContent type, content folder, and content items
A server-side API endpointKScript API, CodeBlock, or API page
A publishable addressBasic settings, domains, and SEO

30-Minute Path

OrderTaskDocumentation
1Sign in and confirm the site list, organization, and languageSign in and site entry
2Create a blank site, or begin from a template or importCreate Your First Site
3Create a page and confirm that its URL opensBuild Your First Page
4Create a content type and content items so the page no longer contains hard-coded dataAdd Content
5Bind a domain or preview the site through its system addressPublish and Domains
6Create an API and confirm that the frontend can retrieve JSONWrite Your First KScript API

Start in Admin before writing code

If you only want to get a site running, the first five steps do not require KScript. Open API Details or the Template Engine when you need scripting.

Choose Your Starting Point

Your current situationRecommended entry
You do not have a site yetCreate Your First Site
You have a site and want to edit a pageBuild Your First Page
You have a page and want to connect real dataAdd Content
You are preparing to go livePublish and Domains
You need forms, queries, or business logicWrite Your First KScript API

How This Relates to the Other Documentation

DocumentationWhen to read it
Admin CMSTo find Admin menus and understand how to complete forms
Template EngineTo understand Page, Layout, View, Script, and Style
API DetailsTo look up k.* methods, parameters, return values, and script examples

Next Steps

After completing Quick Start, continue according to your role:

RoleNext step
Site administratorAdmin CMS menu overview
Implementation specialistContent and Pages
Frontend developerTemplate Engine
Server-side developerAPI Getting Started
Operations or account administratorAdmin CMS menu overview and Site Settings