Appearance
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:
| Result | Related capability |
|---|---|
| A site that you can open in Admin | Site list and site creation |
| A page with an accessible URL | Page, Layout, and View |
| A maintainable content collection | Content type, content folder, and content items |
| A server-side API endpoint | KScript API, CodeBlock, or API page |
| A publishable address | Basic settings, domains, and SEO |
30-Minute Path
| Order | Task | Documentation |
|---|---|---|
| 1 | Sign in and confirm the site list, organization, and language | Sign in and site entry |
| 2 | Create a blank site, or begin from a template or import | Create Your First Site |
| 3 | Create a page and confirm that its URL opens | Build Your First Page |
| 4 | Create a content type and content items so the page no longer contains hard-coded data | Add Content |
| 5 | Bind a domain or preview the site through its system address | Publish and Domains |
| 6 | Create an API and confirm that the frontend can retrieve JSON | Write 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 situation | Recommended entry |
|---|---|
| You do not have a site yet | Create Your First Site |
| You have a site and want to edit a page | Build Your First Page |
| You have a page and want to connect real data | Add Content |
| You are preparing to go live | Publish and Domains |
| You need forms, queries, or business logic | Write Your First KScript API |
How This Relates to the Other Documentation
| Documentation | When to read it |
|---|---|
| Admin CMS | To find Admin menus and understand how to complete forms |
| Template Engine | To understand Page, Layout, View, Script, and Style |
| API Details | To look up k.* methods, parameters, return values, and script examples |
Next Steps
After completing Quick Start, continue according to your role:
| Role | Next step |
|---|---|
| Site administrator | Admin CMS menu overview |
| Implementation specialist | Content and Pages |
| Frontend developer | Template Engine |
| Server-side developer | API Getting Started |
| Operations or account administrator | Admin CMS menu overview and Site Settings |