jetstream VS wink

Compare jetstream vs wink and see what are their differences.

jetstream

Tailwind scaffolding for the Laravel framework. (by laravel)

wink

A Laravel-based publishing platform (by themsaid)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
jetstream wink
23 5
3,869 2,838
1.2% -
8.7 1.0
6 days ago about 1 month ago
PHP Vue
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jetstream

Posts with mentions or reviews of jetstream. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-26.
  • Ask HN: What would be your stack if you are building an MVP today?
    47 projects | news.ycombinator.com | 26 Jan 2023
    While I prefer python for everything else, I'd go with Laravel Jetstream[1] for an MVP, just like I did with the last one I had to build. It's laravel, you can use Vue (React or Svelte) for your views instead of the blade templating language that comes with the framework. Jetstream also comes with Auth, user login and subscription and other useful stuff.

    And for the flavor, I'd just go with DaisyUI[2] again, since it's based on tailwindcss and it's what I've been using lately.

    In my experience, I can build MVPs real fast with the stack described above.

    [1] https://jetstream.laravel.com

  • Admin panel with basic html css js
    4 projects | /r/laravel | 13 Jul 2022
  • `npm run dev` not copying css or js files to public. Bug?
    3 projects | /r/laravel | 8 Jul 2022
    This legacy package is a very simple authentication scaffolding built on the Bootstrap CSS framework. While it continues to work with the latest version of Laravel, you should consider using Laravel Breeze for new projects. Or, for something more robust, consider Laravel Jetstream.
  • Controllers vs livewire components
    3 projects | /r/laravel | 31 Dec 2021
    Jetstream is not a bad place to start: https://github.com/laravel/jetstream/tree/2.x/src
  • Jetstream - Allow personal teams to be optional
    4 projects | /r/laravel | 29 Nov 2021
  • How Laravel Livewire works (a deep dive)
    9 projects | news.ycombinator.com | 12 Oct 2021
    I get your point and this conversation might be as old as Laravel itself. I would like to point out a couple of things though:

    The "hop in and be productive" part is directly related to Laravel being pretty opinionated. It's hard to have the one without the other. I think it's comparable to Steve Jobs, who had pretty strong opinions about certain things, too. The end result is a "product" that doesn't try to be the right fit for everyone.

    Livewire, just like Jetstream[1] etc. is opt-in. When Jetstream was introduced, there was quite an uproar (by parts of the community) about Laravel forcing users into Livewire or Inertia[2]. The end result was (imho) a very healthy shift in communication around it (to emphasize the opt-in part), followed by the introduction of Breeze[3], which goes to show that Taylor does recognize the reservations some people may have about those new shiny toys.

    It's a very natural thing that big projects like that will have an ever-growing feature set. That is an important part of keeping existing users excited. The Jetstream-discussion has been an important lesson for the team (I hope) and I'm glad it ended the way it did.

    You can still build your Laravel app in a pretty similar fashion as you would have done 5 years ago and if you want, you can make use of the recent additions, so I think there's not too much to worry about to be honest. If you have outgrown the magic, isn't it pretty amazing that you can drop down one level of abstraction and just use symfony? Also, do you think you would've grasped many of the underlying features of symfony, if it wasn't for Laravel's opinionated wrapping in a nicer syntax (pardon my oversimplification)?

    Nevertheless, I think it's good to keep up the warning signs and have this discussion from time to time. ;-)

    [1] https://github.com/laravel/jetstream

  • Jetstream dropped support for translation/localization (?!)
    2 projects | /r/laravel | 22 Sep 2021
    The commit, the issue
    2 projects | /r/laravel | 22 Sep 2021
    They have good reasons to drop it, read the whole discussion under that commit, because it seems you didn't as those problems were discussed there.
  • Livewire Notifier
    3 projects | dev.to | 11 Apr 2021
    Make sure that Livewire and Alpine.JS are installed properly. The easiest way to do it is to install Laravel Jetstream with Livewire stack (post-install command php artisan jetstream:install livewire).
  • Implementing Laravel's built-in token authentication
    2 projects | dev.to | 3 Mar 2021
    More often than not when developing an application you're going to need some mechanism of authentication. Up until recently, Laravel shipped with a complete authentication toolbox: controllers, routes and views. Recently Laravel migrated a lot of its backend authentication functionality into Laravel Fortify and provided a frontend simple implementation using Breeze. There's also a more opinionated auth setup using JetStream which combines Fortify and other currently-popular frontend tools Livewire and (my personal favorite) Inertiajs.

wink

Posts with mentions or reviews of wink. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-19.
  • Post to Dev.to & Medium through API
    2 projects | dev.to | 19 Oct 2021
    Note: I'm using Laravel Wink by Mohamed Said and its brilliant, it takes out the stress of building the blog functionality yourself (although that is quite fun to do also :P)
  • How to build a blog with Laravel and Wink?
    2 projects | dev.to | 28 Jun 2021
    However, if you are planning to build a Laravel blog by yourself, you don't have to start from scratch! There is a Laravel great package called Wink developed by Mohamed Said which gives you a very nice headstart with an amazing UI where you can manage your posts!
  • Most Useful GitHub repositories for Laravel
    9 projects | dev.to | 21 Jan 2021
    Wink adds a nice UI where you can manage a publication of any size with posts, pages, tags, and authors.

What are some alternatives?

When comparing jetstream and wink you can also consider the following projects:

breeze - Minimal Laravel authentication scaffolding with Blade, Vue, or React + Tailwind.

jwt-auth - 🔐 JSON Web Token Authentication for Laravel & Lumen

django-unicorn - The magical reactive component framework for Django ✨

Tailwind CSS - A utility-first CSS framework for rapid UI development.

livewire - A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

sanctum - Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.

crudbooster - Laravel CRUD Generator, Make an Advanced Web Application Quickly

laravel-filemanager - Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.

Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

Laravel Mix - The power of webpack, distilled for the rest of us.

livewire-notifier - Simple notifications system with zero dependencies above TALL-stack.

Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.