VeloNuxt

make your next project in weekends

Push keep it stupid simple to the maximum. Explore the true power of copy paste.

Design

Less color better. Black and white always in trend

Simple css setup

Simple tailwind setup ready for dark theme in any moment

Components

You don't need any bootstrap or other ui libraries. One component for button and one for input it's all you need.

Keep codebase as small as posible

One repository it's all you need. Use metaframework like Nuxt store all client and backend code into one repository

Make change quickly

Nuxt allow you to use hot-reload, which apply both change from client and backend immediately

One application for both

Nuxt allow you to ship your product with client and backend as single application

Implement own deployment it's not that hard

Modern industry try to convince you that deployment is hard, but it's actualy not

DockerFile

The project provide you with DockerFile, which fully prepared to run Nuxt application in production

docker-stack.yml

This file defines the services, networks, and volumes for deploying your application using Docker Stack.

.github/workflow

Automates deployment using GitHub Actions. Builds Docker image, pushes to registry, and deploys to VPS via SSH.

KISS

You don't need Vercel or AWS. Use docker and deploy to any VPS. Blue-green deployment and secrets management included.

Features to copy paste

Social Auth via Google

We belive the google auth is the only auth you need for start your project. Seamless authentication on multiple devices. No extra setup needed. No thrird part just few http calls.

Admin Auth

Just login with your social account and add roles array to your user record in the database.

Blog System

Built-in blog layer with markdown support, article management, and clean design. Write and publish articles without any third-party services.

Serivce layer

Out of box /service and /health endpoints. Ready to use in production. With setup mongo connection.

Deploy to Any VPS

I personally use Hetzner (I host all project on single cheap VPS).

Frequently Asked Questions

Is it open source?

Yes, it's completely open-source. Feel free to use and modify!

What is the stack?

Nuxt 3 (Vue), Tailwind CSS, MongoDB integration, Docker, and GitHub Actions for CI/CD.

Can I contribute?

Absolutely! Check out our GitHub repository.