All Projects → staticdeploy → Staticdeploy

staticdeploy / Staticdeploy

Licence: mit
Open-Source Platform for Deploying Static Apps

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Staticdeploy

Goploy
Deploy, CI/CD, Xterm, APP monitor, Crontab Manager.
Stars: ✭ 147 (-34.96%)
Mutual labels:  deploy
Bonsai
🌱 a tiny distro-independent package manager
Stars: ✭ 188 (-16.81%)
Mutual labels:  static
Kubernetes Kargo Logging Monitoring
Deploy kubernetes cluster with kargo
Stars: ✭ 202 (-10.62%)
Mutual labels:  deploy
Meli
Platform for deploying static sites and frontend applications easily. Automatic SSL, deploy previews, reverse proxy, and more.
Stars: ✭ 2,125 (+840.27%)
Mutual labels:  deploy
Object Oriented Programming Using Python
Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).
Stars: ✭ 183 (-19.03%)
Mutual labels:  static
Gradio
Create UIs for your machine learning model in Python in 3 minutes
Stars: ✭ 4,358 (+1828.32%)
Mutual labels:  deploy
Android Snapshot Publisher
Gradle plugin to deploy Android Snapshot Versions
Stars: ✭ 145 (-35.84%)
Mutual labels:  deploy
Kubenix
Kubernetes resource builder using nix
Stars: ✭ 223 (-1.33%)
Mutual labels:  deploy
Xity Starter
A blog-ready 11ty starter based on PostCSS, with RSS feed and Native Elements!
Stars: ✭ 184 (-18.58%)
Mutual labels:  static
Django Webpack Loader
Transparently use webpack with django
Stars: ✭ 2,327 (+929.65%)
Mutual labels:  static
I18n Static
Universal i18n solution for static resources
Stars: ✭ 166 (-26.55%)
Mutual labels:  static
Droot
The super-simple chroot-based application container engine.
Stars: ✭ 177 (-21.68%)
Mutual labels:  deploy
Awesome Ncnn
😎 A Collection of Awesome NCNN-based Projects
Stars: ✭ 192 (-15.04%)
Mutual labels:  deploy
Flightplan
Run sequences of shell commands against local and remote hosts.
Stars: ✭ 1,804 (+698.23%)
Mutual labels:  deploy
Netlify Cms
A Git-based CMS for Static Site Generators
Stars: ✭ 14,776 (+6438.05%)
Mutual labels:  static
Web Deploy
Project deployment manual
Stars: ✭ 145 (-35.84%)
Mutual labels:  deploy
Paddle2onnx
PaddlePaddle to ONNX model converter
Stars: ✭ 185 (-18.14%)
Mutual labels:  deploy
Cqtdeployer
This project is used to deploy applications written using QML, qt or other С / С++ frameworks.
Stars: ✭ 225 (-0.44%)
Mutual labels:  deploy
Rocket
Automated software delivery as fast and easy as possible 🚀
Stars: ✭ 217 (-3.98%)
Mutual labels:  deploy
Volksdep
volksdep is an open-source toolbox for deploying and accelerating PyTorch, ONNX and TensorFlow models with TensorRT.
Stars: ✭ 195 (-13.72%)
Mutual labels:  deploy

CircleCI codecov


logo


StaticDeploy is an open-source platform for deploying and configuring static web applications and websites. We can think about it as a Kubernetes for static content.

StaticDeploy was created with two objectives in mind:

  • make it easy to configure a static app at runtime, as opposed to injecting the configuration into its static build

  • make it easy to deploy multiple "versions" of a static app, specifically a version for each branch / pull request, so that frontend developers can show their work-in-progress and get early feedback from their clients

For more information on StaticDeploy visit staticdeploy.io.

Projects

This is the StaticDeploy monorepo, which includes several different projects:

  • core: module implementing StaticDeploy's core business logic (entities, usecases, and gateway interfaces)
  • pg-s3-storages: gateway for storage resources backed by S3 and [PostgreSQL]
  • memory-storages: in-memory gateway for storage resources
  • storages-test-suite: test suite for storages
  • tar-archiver: implementation of the core IArchiver interface using tar
  • jwt-authentication-strategy: authentication strategy for authenticating requests with JWT tokens
  • oidc-authentication-strategy: authentication strategy for authenticating requests with OpenID Connect tokens
  • http-adapters: adapters that implement an http API for StaticDeploy's core usecases
  • serve-static: express middleware for serving files in a local directory
  • staticdeploy: main service pulling together the other modules and implementing the StaticDeploy platform
  • sdk: browser and nodejs SDK for StaticDeploy's API
  • cli: CLI tool to deploy static apps
  • management-console: web GUI for the API
  • website: landing page and documentation, deployed with StaticDeploy on staticdeploy.io

Contributing

See CONTRIBUTING.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].