Atlas

screenshot of Atlas
laravel
react
vite
tailwind

Atlas: A React (Typescript), Laravel, Tailwind & Inertia starter kit. (Jetstream alternative)

Overview

The AtlasA starter kit is designed to provide a simple and minimal starting point for building Laravel applications with authentication. It includes Laravel Fortify for authentication and is styled with Tailwind CSS. The starter kit is powered by React, Inertia, Tailwind, and Laravel.

Features

  • Laravel v10.0
  • Laravel Fortify v1.7
  • Laravel Sail v1.18
  • React v18.2
  • Inertia React v1.0.2
  • Inertia Laravel v0.6.9
  • Tailwind CSS v3.2
  • Ziggy v1.5

Summary

The AtlasA starter kit is a Laravel, React (Typescript), Inertia, and Tailwind based starter kit for building Laravel applications with authentication. It includes Laravel Fortify for authentication and provides a minimal and simple starting point. With features such as global alias, Ziggy, and support for hard visits, the starter kit aims to streamline the development process. Contributions are also welcome through pull requests.

laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.