Spartan

screenshot of Spartan
angular
vite
less
tailwind
drizzle-orm

Cutting-edge tools powering Angular full-stack development.

Overview

The spartan mono-repo is an open-source project containing the spartan/stack and spartan/ui libraries. The project is continuously being developed with contributions from a growing list of contributors and sponsors. The spartan/ui library aims to port the shadcn/ui project to the Angular ecosystem while incorporating un-styled primitives and beautiful shadcn styles.

Features

  • MIT License: The entire spartan project is licensed under MIT, allowing for open collaboration.
  • Multiple Libraries: The mono-repo contains both spartan/stack and spartan/ui libraries for different development needs.
  • Ongoing Development: Regular updates and major development efforts are reflected in the README to keep users informed.
  • Extensive Contributors: The project acknowledges and features a significant number of initial contributors and sponsors who make ongoing development possible.

Summary

The spartan mono-repo is a collaborative open-source project housing the spartan/stack and spartan/ui libraries. With an MIT license and a growing community of contributors, the project aims to provide a comprehensive solution for Angular development with un-styled primitives and refined shadcn styles. Developers can engage in development, testing, and contribute to the project's continuous growth.

angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

vite
Vite

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

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

tailwind
Tailwind

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

drizzle-orm
Drizzle ORM

Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

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.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

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.