PalaCMS

screenshot of PalaCMS
svelte
vite
tailwind

Pala (formerly Primo) is a visual CMS for small static websites.

Overview

Primo is a modern approach to the traditional monolithic CMSs like WordPress, Drupal, and Joomla. It aims to combine the quick setup and easy content editing of these traditional CMSs with modern development practices and frameworks. By utilizing Svelte, Primo offers a web publishing tool that is easier and more enjoyable to use for both technical and non-technical users. It allows users to build faster, more secure, and more unique websites.

Features

  • Visual, on-page content editing: Primo provides a visual interface for editing content directly on the page, making it easy to make changes in real-time.
  • Drag-and-drop page building with blocks: Users can create web pages by simply dragging and dropping blocks onto the page, allowing for easy customization and layout design.
  • Integrated development environment for blocks and pages: Primo includes an integrated development environment (IDE) that enables developers to build and customize blocks and pages efficiently.
  • Static site generation: Primo generates static websites, which improves website performance and security.
  • Real-time page collaboration: Multiple users can collaborate on the same page in real-time, allowing for efficient teamwork and content creation.
  • Internationalization: Primo supports internationalization, making it easy to create multilingual websites.
  • Multisite: With Primo, one server can host multiple websites, providing scalability and flexibility.
  • Deploys to Github (i.e. any web host): Primo allows users to deploy their websites to GitHub, which can be connected to any web host.
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.