A starter for the self-hosted app, help you to build your next full-stack project. https://sha-starter.onrender.com
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.
To install SHA, please follow these steps:
Prerequisites:
Setup:
pnpm add -g air
Start backend:
air
Change open file limit:
Start frontend:
Once the above steps are completed, SHA should be running at http://localhost:3399
. Changes to the frontend or backend code will trigger live reload.
SHA is a full-stack starter theme built on the GSVT Stack, offering flexibility in front-end technology and easy deployment options. With features like live reload and a self-hosted Docker option, it provides a convenient development environment. The theme is designed to store data using the SQLite database and is licensed under the MIT license.