Loading...
×
close
close

Docs

Whoopix Developer Documentation

1. What Whoopix Is

Whoopix is a hybrid CMS system built for developers who require full control over infrastructure, data, and frontend implementation.

Core Model:
Database → Logic Layer → Frontend
  • Full database ownership
  • No platform lock-in
  • SEO-first architecture
  • Frontend freedom

2. Hybrid Architecture

Whoopix separates system layers completely, allowing independent scaling and flexibility.

Client Database

Owned and controlled by the client.

Whoopix Core

Handles logic, routing, SEO automation.

Frontend

Built with any stack (PHP, React, Next.js).

Database
API / Core
Frontend
This architecture eliminates rebuilds and allows infinite scalability.

3. Getting Started

  • FTP access
  • MySQL database
  • phpMyAdmin
1. Upload files
2. Import database
3. Configure config.php

4. File Structure

/public_html
    index.php
    config.php
    /modules
    /templates
    /assets
Minimal structure = maximum flexibility

5. Database

Whoopix gives full access to your database with no abstraction layer.

SELECT * FROM pages WHERE slug = 'homepage';

6. Modules

/modules/blog/index.php
/modules/blog/show.php
Modules = logic + data handling layer
$data = getPosts();
include '../templates/blog.php';

7. Templates

Templates control the UI and are fully customizable.

No theme restrictions. Full design freedom.

8. System Flow

1. Request
2. Routing
3. Module execution
4. Database query
5. Template rendering
Whoopix = Control + Performance + Scalability
get in touch

We are always ready to help you and answer your questions

Get in touch with us to discuss your project, ask a question, or explore how we can work together.

Our Location

Israel, Tel Aviv - 701239
Ha'masger. 42

Social network

Get in Touch