pre-built templates for docker-compose, svelte-kit, golang, pocketbase, rust, python, metabase, drupal, postgres, msql, nginx projects
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.
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 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.
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.
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.