Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.23 KB

File metadata and controls

43 lines (24 loc) · 1.23 KB

Build your own Content CMS

Introduction · Tech Stack + Features · Author

Introduction

Learn how to create a custom CMS using Xata, Remix, Novel, LiteLLM, and Vercel.

Tech Stack + Features

Frameworks

  • Remix – Framework for building full-stack web applications with focus on Web Standards.

  • LiteLLM – Call all LLM APIs using the OpenAI format

  • Novel – A Notion-style WYSIWYG editor with AI-powered autocompletion

Database

  • Xata - Serverless database platform for scalable, real-time applications.

UI

  • TailwindCSS – CSS framework for building custom designs

Platform

  • Vercel – A cloud platform for deploying and scaling web applications.

Code Quality

  • Prettier – Opinionated code formatter for consistent code style

Author