Skip to content
@flexstack-apps

Deploy on Flexstack

Deploy apps to AWS in one-click with FlexStack

FlexStack Apps

Build and deploy serverless apps on AWS in one-click.
FlexStack is a cloud native alternative to platforms like Render, Vercel, and Heroku.

Philosophy

  • Use high quality tooling, not too much, mostly Rust-based
  • Obey the 12-factor methodology
  • If it runs on my computer, it runs on your computer
  • If it runs today, it runs tomorrow
  • If you understand one development environment, you understand all environments

Deploy on FlexStack

Click the "Deploy on FlexStack" button in any app repository to:

  • Clone the repo to your a linked GitHub account
  • Deploy the app to your own AWS account

Alternatively, you can clone any of the repos here and deploy later by linking them to a FlexStack project.

Before you clone

Our curated apps use mise to run tasks, manage tool versions, and manage environment variables.

  1. Install mise
curl https://mise.run | sh
  1. Add mise to your shell profile. This activates mise in your shell, ensuring the correct tool versions are used for your environment.
# Zsh
echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc
echo 'eval "$(~/.local/bin/mise activate zsh --shims)"' >> ~/.zprofile
source ~/.zshrc

# Bash 
echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
echo 'eval "$(~/.local/bin/mise activate bash --shims)"' >> ~/.bash_profile
source ~/.bashrc

# Fish
echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish
fish_add_path ~/.local/share/

Popular repositories Loading

  1. fiber-server fiber-server Public

    A Go Fiber web server with graceful exit, structured logging, environment variable configuration, and local development.

    Go 1

  2. .github .github Public

  3. strapi-5 strapi-5 Public

    Self-host Strapi v5 on AWS Fargate and EFS in one-click with FlexStack

    TypeScript

  4. pocketbase pocketbase Public

    Deploy Pocketbase to AWS Fargate and EFS in one-click with FlexStack

    Dockerfile

Repositories

Showing 4 of 4 repositories
  • pocketbase Public

    Deploy Pocketbase to AWS Fargate and EFS in one-click with FlexStack

    flexstack-apps/pocketbase’s past year of commit activity
    Dockerfile 0 MIT 0 0 0 Updated Oct 5, 2024
  • .github Public
    flexstack-apps/.github’s past year of commit activity
    0 0 0 0 Updated Oct 4, 2024
  • strapi-5 Public

    Self-host Strapi v5 on AWS Fargate and EFS in one-click with FlexStack

    flexstack-apps/strapi-5’s past year of commit activity
    TypeScript 0 0 0 0 Updated Oct 2, 2024
  • fiber-server Public

    A Go Fiber web server with graceful exit, structured logging, environment variable configuration, and local development.

    flexstack-apps/fiber-server’s past year of commit activity
    Go 1 MIT 0 0 0 Updated Sep 16, 2024

Top languages

Loading…

Most used topics

Loading…