visnicio/bladewind-starter-kit

The skeleton application for the Laravel framework.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Blade

Type:project

dev-master 2025-08-23 06:20 UTC

This package is not auto-updated.

Last update: 2025-08-24 04:46:24 UTC


README

A simple starter kit built using Bladewind, Tailwind 3 and pure javascript for components. (Maybe I will inject HTMX or Alpine Ajax in the future)

Demo gif

Usage

To use this starter kit you must create a new laravel app with the laravel installer:

laravel new my-awesome-app --using=visnicio/bladewind-starter-kit

TODO

Here's a list of my roadmap for the starter:

  • Password Reset page ('Forgot your password?' page)
  • Make the starter fully responsive
  • Write Tests
  • Evaluate the need of some Ajax library (HTMX or Alpine-AJAX), since bladewind heavily benefits from partials.
  • Multi-tenancy by default for scaffolding SaaS projects

Contributing

The project is in its infant stages. If you have never contributed to any open-source project but always wanted to, now is the time.

I work mainly as a Java dev, sso I don't have many of the habits of a Laravel dev. If you have any ideas for improving Controllers or Business Logic, please consider opening an issue.