Recipes

screenshot of Recipes
svelte

pre-built templates for docker-compose, svelte-kit, golang, pocketbase, rust, python, metabase, drupal, postgres, msql, nginx projects

Overview:

The Recipes project provides ready-to-use templates for commonly used tech stacks. These templates include features such as docker-compose configuration, reverse proxy setup, static frontends, and more. The goal is to provide a starting point for development and avoid reinventing the wheel. Templates are available for various technologies including Svelte, Go, Python, Metabase, Rust, Drupal, Nginx, PostGres, and MySQL/MariaDB. To use the templates, one can simply use the npx degit command and specify the desired template.

Features:

  • Docker-compose: Ready-to-use docker-compose configuration for easy container setup.
  • Reverse proxy setup: Traefik reverse proxy labels, router rules, and networks are provided for containers to receive HTTP requests.
  • Main docker-compose.yml file: Includes the main docker-compose.yml file along with .env and docker-compose.override.yml files.
  • Svelte-Kit: A static frontend with adapter-static. It can be configured for server-side rendering if needed. Additionally, it offers live development with HMR (Hot Module Replacement) and a Svelte component testing route.
  • PocketBase / Go: Live development with modd and Go type to TypeScript type generation with tygo. It also provides PocketBase record to TypeScript type generation.
  • Python / FastAPI: Mount Python routes to a configurable prefix (e.g. /apy).
  • Metabase: Coming soon...
  • Rust: Coming soon...
  • Drupal: Coming soon...
  • Nginx: Coming soon...
  • PostGres: Coming soon...
  • MySQL/MariaDB: Coming soon...

Summary:

The Recipes project provides a collection of ready-to-use templates for various tech stacks. These templates offer pre-configured settings and features such as docker-compose configuration, reverse proxy setup, static frontends, and more. By using these templates, developers can save time and avoid reinventing the wheel, making it easier to start new projects. Simply use the degit command to clone a specific template and customize it as needed.

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.

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.