An open API service indexing awesome lists of open source software.

https://github.com/youfoundron/assorted-fullstack

Things that don't hurt to use, mostly typescript.
https://github.com/youfoundron/assorted-fullstack

Last synced: 3 months ago
JSON representation

Things that don't hurt to use, mostly typescript.

Awesome Lists containing this project

README

          

# Assorted Fullstack
Fullstack things that either interest me or haven't hurt to use in the past

## Tooling
#### Frameworks, Build Tools & Runtimes
* [Biome](https://biomejs.dev/) - Format, lint, and more in a fraction of a second
* [Bun](https://bun.sh/) - Javascript & Typescript runtime
* [Nitro](https://nitro.build/) - Framework for building web servers
* [One](https://onestack.dev/) - Unified framework for Web + Native using React
* [Skip](https://skiplabs.io/) - Build & run services where state updates incrementally
* [Tauri](https://tauri.app/) - Create small, fast, secure, cross-platform applications
* [tsup](https://tsup.egoist.dev/) - Bundle your TypeScript library with no config
* [tsx](https://tsx.is/) - TypeScript runtime
* [Vinxi](https://github.com/nksaraf/vinxi) - Agnostic bundler that combines the power of Vite and Nitro
* [Vite](https://vite.dev/) - Front-end bundler and dev server
#### Serverless
* [Cloudflare Workers](https://workers.cloudflare.com/) - Deploy serverless code instantly
* [@cloudflare/vite-plugin](https://developers.cloudflare.com/workers/vite-plugin/) - Full-featured integration between Vite and the Workers runtime

## Back End
#### API
* [gql.tada](https://gql-tada.0no.co/) - On-the-fly, automatically typed GraphQL documents
* [Hono](https://hono.dev/) - Web API framework with support for multiple js runtimes
* [Kysely](https://github.com/kysely-org/kysely) - SQL query builder
* [Restate](https://restate.dev/) Write distributed applications that are resilient to failures
* [tRPC](https://trpc.io/) - Build Typesafe APIs
* [wretch](https://github.com/elbywan/wretch) - Isomorphic fetch
* [Zod](https://zod.dev/) - TypeScript-first schema validation
#### Secrets Management
* [dotenvx](https://dotenvx.com/) - A better dotenv
* [@wetlab/from-env-factory](https://github.com/labwet/from-env-factory) - Function that builds env var getters

## Front End
#### CSS Frameworks & Base-Styles
* [DaisyUI](https://daisyui.com/) - Tailwind CSS component lib
* [Matcha.css](https://matcha.mizu.sh/) - Drop-in semantic styling library in pure CSS
* [PicoCSS](https://picocss.com/) - Minimal CSS Framework for semantic HTML
* [Tamagui](https://tamagui.dev/) - Style React fast with 100% parity on React Native (Tailwind alternative)
* [Tailwind](https://tailwindcss.com/) - A utility-first CSS framework
#### Icons
* [Feather](https://feathericons.com/)
* [Lucide](https://lucide.dev/)
#### Dates, Strings & Numbers
* [@internationalized/date](https://github.com/adobe/react-spectrum/tree/main/packages/@internationalized/date) - Location aware date formatting
* [Luxon](https://github.com/moment/luxon) - Date formatter
* [Numeral.js](https://github.com/adamwdraper/Numeral-js) - Number formatter
#### React
* [AG Charts/Grid](https://www.ag-grid.com/charts/) - Charts and table components
* [Block](https://www.blocknotejs.org/) - Block-based rich-text editor
* [Class Variance Authority](https://github.com/joe-bell/cva) - Sane class name management
* [clsx](https://github.com/lukeed/clsx) - Lib for conditional class name construction
* [Fancy Components](https://www.fancycomponents.dev/) - Microinteraction component library
* [HeroUI](https://www.heroui.com) - Tailwind-friendly component library
* [React Router](https://reactrouter.com/) - Standards focused router for React
* [React Wrap Balancer](https://github.com/shuding/react-wrap-balancer) - Make titles more readable
* [simpleParallax](https://simpleparallax.com/) - Add parallax animations to any image
* [Sonner](https://github.com/emilkowalski/sonner) - Toast component
* [TanStack Query](https://tanstack.com/query/latest) - Auto-managed queries
* [TanStack Router](https://tanstack.com/router/latest) - Type-safe SPA router
* [Vaul](https://github.com/emilkowalski/vaul) - Drawer component
* [Zustand](https://github.com/pmndrs/zustand) - State management
#### Solid
* [SolidStart](https://start.solidjs.com/) - Boilerplate for SolidJS apps