Cloudkit

screenshot of Cloudkit
vite
prisma

Advanced SvelteKit Template with Lucia, Redis, Thumbor & Prisma

Overview

The Pull Request Merge to Master SvelteKit Cloudflare Template is a complete Sveltekit template that allows users to release their SvelteKit App on Cloudflare Pages. It includes several services and features such as TypeScript, ESLint, Prettier & Husky for pre-commit hooks, Lucia Auth for user authentication and account management, Prisma integration for database management, image hosting and processing with Cloudflare Image Service, and Playwright for E2E testing. The template also includes Github Actions for linting, type verification, unit testing, and E2E testing, as well as a publishing action for Github pages.

Features

  • TypeScript, ESLint, Prettier & Husky: Provides tools for code formatting and linting to ensure high-quality code.
  • Lucia Auth: Offers a production-ready Sign Up/In/Out flow and Delete Account flow for user authentication and account management.
  • Prisma integration: Allows for seamless integration with a PostgreSQL database and Redis.
  • Redis:prod and Redis:dev/e2e: Offers both a production Redis Upstash Cluster and a local Redis docker container for development and end-to-end testing.
  • PSQL:prod and PSQL:dev/e2e: Provides a Neon.Tech Database for production and a local PostgreSQL docker container for development and end-to-end testing.
  • Image hosting & processing: Makes use of Cloudflare Image Service for hosting and processing images, with the ability to configure variations for different use cases.
  • Playwright for E2E Tests: Enables end-to-end testing of the application using Playwright, both locally and in Github Actions.
  • Github Actions: Includes a range of Github Actions for linting, type verification, unit testing, and E2E testing to ensure code quality and reliability.
  • Publishing Action for Github pages: Allows for easy deployment of the SvelteKit App to Github Pages.

Summary

The Pull Request Merge to Master SvelteKit Cloudflare Template is a comprehensive template for deploying SvelteKit Apps on Cloudflare Pages. It offers a wide range of features and integrations, including TypeScript support, code formatting and linting, user authentication and account management, database management with Prisma, image hosting and processing, E2E testing with Playwright, and Github Actions for continuous integration and deployment. With a simple installation guide, developers can set up and deploy their SvelteKit Apps efficiently and reliably.

vite
Vite

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

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

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.