Self Hosted App Starter

screenshot of Self Hosted App Starter
vite
vitepress
tailwind

A starter for the self-hosted app, help you to build your next full-stack project. https://sha-starter.onrender.com

Overview

SHA is a full-stack starter built on top of the GSVT Stack, which includes Go, SQLite, Vue 3, and Tailwind CSS. It is a self-hosted solution that can be easily deployed using Docker. The theme allows users to store data using the SQLite database and offers flexibility in choosing a front-end technology stack, with Vue 3 being the default option. Deployment options include Railway and Render.

Features

  • GSVT Stack: SHA is built on top of the GSVT Stack, which includes Go, SQLite, Vue 3, and Tailwind CSS.
  • Self-hosted with Dockerfile: The theme can be self-hosted using the provided Dockerfile for easy deployment.
  • SQLite Database: Users can store their data using the SQLite database.
  • Flexible Front-end Tech Stack: SHA allows users to choose their preferred front-end technology stack, with Vue 3 as the default option.
  • Railway / Render Deployment: The app can be easily deployed on the Railway or Render deploy services.
  • Backend Live Reload: The backend of the application supports live reload for easier development.
  • Frontend Live Reload: Changes to the frontend or backend code trigger live reload for seamless development experience.
vite
Vite

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

vitepress
Vitepress

VitePress is a static site generator designed for creating documentation websites. It offers a lightweight and fast development experience using Vue.js and Markdown, with features such as live-reload, theming, and customizable layout components.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.