Show HN: SVQK – A Full-Stack Starter Kit for Svelte and Quarkus
github.comWe are developing an open-source asset called SVQK, designed for building web applications using Svelte (Frontend) and Quarkus (Backend).
SVQK is used as a Maven archetype (a project template), and it comes in three variations:
- refimpl: An archetype that includes a ticket management feature as a reference implementation. - arch: Derived from refimpl, this archetype removes the ticket management-specific features while retaining common functionalities. - skeleton: A minimal archetype that strips out the common functionalities from arch, leaving only the essential structure.
Each archetype is published on Maven Central and can be used directly with Maven commands. Additionally, the following tools and scripts are integrated into each archetype:
- Docker + PostgreSQL - Flyway + database migration scripts - Playwright + end-to-end test scripts - Yeoman + scaffolding tool
All of these tools can be set up and executed with a single command.
For instructions on how to get started with SVQK, please refer to the following quick start guide.
We’d love your feedback, contributions, or just to hear what you think.
GitHub: https://github.com/project-au-lait/svqk X: https://x.com/project_au_lait