Key Features of Orbitype

- Flexible Data Management: Customize your content structure as needed. Create and manage your database schema or store files directly on S3.

- API-Driven Interactions: Orbitype's API-centric approach means you can access and manipulate your data through well-defined endpoints.

- Modular Connectors: The system uses connectors, like the S3 Connector for storage and SQL Connector for database operations, to simplify data handling.

Overview Pages

In Orbitype, Overview Pages are designed to enhance your browsing experience by providing two distinct ways to view and interact with your content: Grid View and Table View. These views offer flexibility in how data and files are presented, catering to different user preferences and content types. Additionally, Orbitype incorporates hidden settings that automatically customize your experience based on your interactions, ensuring a seamless and personalized interface without requiring manual configuration.

Single Pages

In Orbitype, Single View Pages are a crucial concept, especially designed for displaying individual content items in detail. These pages are dedicated to showcasing a specific piece of content, such as an article, image, video, or any custom content type, in isolation from other content on the site. This approach is particularly beneficial for highlighting the intricacies and details of a single content item, providing a focused and enhanced user experience.

The implementation of Single View Pages allows content creators and developers to tailor the presentation and functionality of these pages to the specific needs of the content they're displaying. This could include custom layouts, interactive elements, or additional metadata, enhancing the engagement and accessibility of the content.

Image View

Explore images of your S3 Storage in detail with Orbitype's Image View. Click any image file in the cloud storage to enjoy a full-screen display, offering clarity beyond thumbnails or lists. Perfect for a closer look!

Details

Video View

Streamline your video content management in Orbitype with the Video View feature. Access, review, and manage videos directly within the CMS's cloud storage, eliminating the need for external players or downloads. Simplify your content workflow effortlessly.

Details

PDF View

Effortlessly manage PDF documents with Orbitype's PDF View feature. View and interact with PDFs directly in the cloud storage, bypassing downloads and external apps. Ideal for quick access, review, and management of PDF content within the CMS environment.

Details

Orbitype for Developer

Orbitype is a managed headless CMS that supports a variety of data sources.

Connect S3 compatible object storages, SQL databases and more.

Use a simple RESTful API to modify your data programtically

or edit it with an automatically generated visual GUI.

SQL API

For SQL connectors, the API exposes an endpoint to execute prepared SQL

statements. The HTTP Method conveys intention, but you may pass any valid

combination of sql and bindings.

Cookbook - Sections

Modern webpages are often composed of many different sections.

Things like hero banners, testimonials, FAQs or simple text blocks.

Developers implement these as reusable components with props.

But how do we allow non-technical people to use them in Orbitype?