{"id":21712514,"url":"https://github.com/youfoundron/assorted-fullstack","last_synced_at":"2026-04-11T00:38:23.031Z","repository":{"id":220590916,"uuid":"752046558","full_name":"youfoundron/assorted-fullstack","owner":"youfoundron","description":"Things that don't hurt to use, mostly typescript.","archived":false,"fork":false,"pushed_at":"2024-02-07T23:47:33.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T17:11:29.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/youfoundron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-02T22:24:51.000Z","updated_at":"2024-02-04T13:17:35.000Z","dependencies_parsed_at":"2024-02-08T00:43:49.538Z","dependency_job_id":null,"html_url":"https://github.com/youfoundron/assorted-fullstack","commit_stats":null,"previous_names":["youfoundron/awesome-react-list","youfoundron/assorted-frontend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youfoundron%2Fassorted-fullstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youfoundron%2Fassorted-fullstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youfoundron%2Fassorted-fullstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youfoundron%2Fassorted-fullstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youfoundron","download_url":"https://codeload.github.com/youfoundron/assorted-fullstack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244668445,"owners_count":20490619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T23:39:31.842Z","updated_at":"2025-12-31T00:04:37.847Z","avatar_url":"https://github.com/youfoundron.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assorted Fullstack\nFullstack things that either interest me or haven't hurt to use in the past\n\n## Tooling\n#### Frameworks, Build Tools \u0026 Runtimes\n* [Biome](https://biomejs.dev/) - Format, lint, and more in a fraction of a second\n* [Bun](https://bun.sh/) - Javascript \u0026 Typescript runtime\n* [Nitro](https://nitro.build/) - Framework for building web servers\n* [One](https://onestack.dev/) - Unified framework for Web + Native using React\n* [Skip](https://skiplabs.io/) - Build \u0026 run services where state updates incrementally\n* [Tauri](https://tauri.app/) - Create small, fast, secure, cross-platform applications\n* [tsup](https://tsup.egoist.dev/) - Bundle your TypeScript library with no config\n* [tsx](https://tsx.is/) - TypeScript runtime\n* [Vinxi](https://github.com/nksaraf/vinxi) - Agnostic bundler that combines the power of Vite and Nitro\n* [Vite](https://vite.dev/) - Front-end bundler and dev server\n#### Serverless\n* [Cloudflare Workers](https://workers.cloudflare.com/) - Deploy serverless code instantly\n* [@cloudflare/vite-plugin](https://developers.cloudflare.com/workers/vite-plugin/) - Full-featured integration between Vite and the Workers runtime\n\n## Back End\n#### API\n* [gql.tada](https://gql-tada.0no.co/) - On-the-fly, automatically typed GraphQL documents\n* [Hono](https://hono.dev/) - Web API framework with support for multiple js runtimes\n* [Kysely](https://github.com/kysely-org/kysely) - SQL query builder\n* [Restate](https://restate.dev/) Write distributed applications that are resilient to failures\n* [tRPC](https://trpc.io/) - Build Typesafe APIs\n* [wretch](https://github.com/elbywan/wretch) - Isomorphic fetch\n* [Zod](https://zod.dev/) - TypeScript-first schema validation\n#### Secrets Management\n* [dotenvx](https://dotenvx.com/) - A better dotenv\n* [@wetlab/from-env-factory](https://github.com/labwet/from-env-factory) - Function that builds env var getters \n\n## Front End\n#### CSS Frameworks \u0026 Base-Styles\n* [DaisyUI](https://daisyui.com/) - Tailwind CSS component lib\n* [Matcha.css](https://matcha.mizu.sh/) - Drop-in semantic styling library in pure CSS\n* [PicoCSS](https://picocss.com/) - Minimal CSS Framework for semantic HTML\n* [Tamagui](https://tamagui.dev/) - Style React fast with 100% parity on React Native (Tailwind alternative)\n* [Tailwind](https://tailwindcss.com/) - A utility-first CSS framework\n#### Icons\n* [Feather](https://feathericons.com/)\n* [Lucide](https://lucide.dev/)\n#### Dates, Strings \u0026 Numbers\n* [@internationalized/date](https://github.com/adobe/react-spectrum/tree/main/packages/@internationalized/date) - Location aware date formatting\n* [Luxon](https://github.com/moment/luxon) - Date formatter\n* [Numeral.js](https://github.com/adamwdraper/Numeral-js) - Number formatter\n#### React\n* [AG Charts/Grid](https://www.ag-grid.com/charts/) - Charts and table components\n* [Block](https://www.blocknotejs.org/) - Block-based rich-text editor\n* [Class Variance Authority](https://github.com/joe-bell/cva) - Sane class name management\n* [clsx](https://github.com/lukeed/clsx) - Lib for conditional class name construction\n* [Fancy Components](https://www.fancycomponents.dev/) - Microinteraction component library\n* [HeroUI](https://www.heroui.com) - Tailwind-friendly component library\n* [React Router](https://reactrouter.com/) - Standards focused router for React\n* [React Wrap Balancer](https://github.com/shuding/react-wrap-balancer) - Make titles more readable\n* [simpleParallax](https://simpleparallax.com/) - Add parallax animations to any image\n* [Sonner](https://github.com/emilkowalski/sonner) - Toast component\n* [TanStack Query](https://tanstack.com/query/latest) - Auto-managed queries\n* [TanStack Router](https://tanstack.com/router/latest) - Type-safe SPA router\n* [Vaul](https://github.com/emilkowalski/vaul) - Drawer component\n* [Zustand](https://github.com/pmndrs/zustand) - State management\n#### Solid\n* [SolidStart](https://start.solidjs.com/) - Boilerplate for SolidJS apps\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoufoundron%2Fassorted-fullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoufoundron%2Fassorted-fullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoufoundron%2Fassorted-fullstack/lists"}