Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: boilerplate

92 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
h5bp/html5-boilerplate
HTML5 Boilerplate is a professional front-end starter template that bundles a best-practices index.html, main.css, server configs, and icon…
6757602stable
golang-standards/project-layout
A community-maintained reference describing a standard directory layout for Go application projects, documenting common patterns like /cmd,…
6856498stable
sahat/hackathon-starter
A boilerplate/starter kit for Node.js web applications, pre-wired with authentication (OAuth 2.0, local login), common API integrations, an…
7835249active
JCodesMore/ai-website-cloner-template
A template repository that lets AI coding agents like Claude Code recreate any website from a URL as a clean Next.js app with one command. …
8033188active
genlayerlabs/genlayer-project-boilerplate
A boilerplate project for building GenLayer applications, including an example intelligent contract (a football bets game) with web access …
6316751active
cookiecutter/cookiecutter-django
A Cookiecutter project template that generates production-ready Django projects with batteries included: authentication, Docker, Celery, em…
9513603active
weijunext/indie-hacker-tools
A curated Chinese-language list of tech stacks, templates, and tools for indie developers building products for international markets. It c…
407966active
evrone/go-clean-template
A copyable project template demonstrating how to structure Go microservices according to Clean Architecture (Uncle Bob) principles. It ship…
997659active
thecodingmachine/react-native-boilerplate
A React Native boilerplate/starter template by TheCodingMachine for kickstarting cross-platform mobile applications, usable with either Jav…
865565active
ashleve/lightning-hydra-template
A GitHub project template combining PyTorch Lightning and Hydra for structuring deep learning research code. It provides preconfigured proj…
625338active
vercel/examples
A curated collection of example applications, demos, and reference architectures from Vercel, primarily built with Next.js and TypeScript. …
745154active
kudoleh/iOS-Clean-Architecture-MVVM
A template iOS application demonstrating Clean Architecture combined with the MVVM pattern, written in Swift with both SwiftUI and UIKit vi…
734402stable
sergdort/ModernCleanArchitectureSwiftUI
An open-source example iOS application demonstrating Clean Architecture and Domain-Driven Design with modularization, built in Swift and Sw…
354102active
Misterio77/nix-starter-configs
A set of simple, documented Nix flake templates for getting started with NixOS and home-manager. It provides minimal and standard boilerpla…
673813active
Dotnet-Boxed/Templates
A set of .NET project templates ('dotnet new' templates) with batteries included, scaffolding ASP.NET Core API, GraphQL, Orleans, and NuGet…
663485active
android/architecture-templates
A collection of Android project templates from Google featuring a layered architecture (Compose, Room, Hilt, ViewModel, Coroutines/Flow) re…
773157active
xcomptek/awesome-saas-boilerplates
A curated awesome-list of SaaS boilerplates and starter kits organized by tech stack (JVM, JavaScript/TypeScript, Python, etc.). It include…
743086active
Anil-matcha/awesome-generative-ai-apps
A curated awesome-list of 50+ open-source generative AI SaaS app templates built with Next.js, covering image generation, video tools, virt…
713070active
jsynowiec/node-typescript-boilerplate
A production-ready Node.js TypeScript boilerplate providing a strict, modern toolchain with ESM, Vitest, ESLint, Prettier, GitHub Actions C…
732955active
FabricMC/fabric-example-mod
The official example/template mod for the Fabric modding toolchain for Minecraft, maintained by FabricMC. It provides a minimal starting po…
772343active
DevinVinson/WordPress-Plugin-Boilerplate
A standardized, object-oriented foundation for building WordPress plugins, following the WordPress Plugin API and coding standards. It prov…
327840maintenance
EinGuterWaran/awesome-opensource-boilerplates
A curated awesome-list of free, open-source SaaS boilerplates and starter templates spanning React/Next.js, Node.js, Python/Django, Rails, …
661949active
practicajs/practica
Practica.js is a CLI-based generator that scaffolds production-ready Node.js microservice boilerplates with best practices baked in, suppor…
621677active
kaka3511/computer-graduation-design-idea
A curated collection of computer science graduation design projects in Java (Spring Boot, SSM, JavaWeb), each bundled with source code and …
581634active
liyifeng1994/ssm
A tutorial repository demonstrating how to integrate the classic SSM Java web stack: SpringMVC + Spring + MyBatis. It serves as a hands-on …
325901maintenance
AtotheY/saas-landingpage
A SaaS landing page boilerplate built on Next.js 14, React, shadcn/ui, and Tailwind CSS. It provides a ready-to-edit starting point for tec…
241517active
reduxjs/redux-templates
The official Redux team's monorepo of project templates for starting new apps with Redux Toolkit pre-configured. It includes templates for …
291512active
chvancooten/OSEP-Code-Snippets
A collection of code snippets and boilerplate tools for Offensive Security's PEN-300 (OSEP) course, covering Windows privilege escalation, …
471464active
iAmCorey/awesome-indie-hacker-tools
A curated awesome-list of tech stacks and tools for indie hackers and developers building products for global markets. It catalogs resource…
591412active
Android Clean Architecture
A sample Android application demonstrating Uncle Bob's Clean Architecture approach, accompanied by a series of blog posts by Fernando Cejas…
394811maintenance
ionelmc/cookiecutter-pylibrary
A cookiecutter template for scaffolding Python library projects with batteries-included tooling. It generates projects preconfigured with t…
571298active
Lightning-AI/deep-learning-project-template
A seed template from Lightning AI for starting new deep learning and ML research projects with PyTorch Lightning. It ships a pre-structured…
101287stable
vector-of-bool/pitchfork
Pitchfork is a set of conventions for native C and C++ projects, best known for its project directory layout specification. The repository …
321258stable
remix-run/examples
A community-driven collection of complete example applications demonstrating how to accomplish various tasks with the Remix web framework. …
751212active
stackshareio/awesome-stacks
A community-curated awesome list of technology stacks for building different applications and features, covering front-end, full-stack, bac…
323917maintenance
sahat/megaboilerplate
Mega Boilerplate is a starter project generator for Node.js web applications that scaffolds customizable project setups. It lets developers…
323801maintenance
seanpowell/Email-Boilerplate
An HTML boilerplate/template for building nicely formatted HTML emails that work across email clients. It provides commented code snippets …
323791maintenance
StephenGrider/ReduxSimpleStarter
A minimal starter boilerplate for React and Redux created to accompany Stephen Grider's Udemy course. It provides a preconfigured build set…
233529maintenance
digitsensitive/phaser3-typescript
A collection of Phaser 3 game examples and starter boilerplates written in TypeScript, maintained since 2018. It includes Webpack and Parce…
701032active
ralish/bash-script-template
A best-practices Bash script template providing a ready-made scaffold with useful helper functions for writing robust shell scripts. It off…
621008active
angular/material-start
A starter repository and tutorial demonstrating how to build a Master-Detail web application with AngularJS Material. It provides ES5, ES6,…
102181maintenance
googlesamples/android-testing-templates
A collection of Google's Android testing templates (Android Testing Blueprint) in Java and Kotlin, integrating Android testing tools and fr…
101955maintenance
Louis3797/awesome-readme-template
A curated README template repository providing a ready-made structure for open-source project documentation, including badges, table of con…
321857maintenance
Lemoncode/react-typescript-samples
A collection of step-by-step React + TypeScript sample projects, primarily using hooks, with webpack bundling and react-router navigation. …
321852maintenance
samuelsimoes/chrome-extension-webpack-boilerplate
A boilerplate template for building rich Chrome Extensions using Webpack, supporting modular ES6 JavaScript, easy CSS loading, and automati…
321707maintenance
wasabeef/flutter-architecture-blueprints
A Flutter sample project demonstrating MVVM architecture with a Repository pattern and recommended project structure. It serves as a refere…
101667maintenance
eduardomoroni/react-clean-architecture
An example repository demonstrating how to apply clean architecture principles to React and React Native codebases using TypeScript. It ser…
321621maintenance
FuelLabs/sway-applications
A collection of end-to-end example applications written in Sway, the smart contract language for the Fuel blockchain, each pairing a Sway c…
771568maintenance
hi-dhl/AndroidX-Jetpack-Practice
A collection of practice projects and companion analysis articles covering AndroidX Jetpack components such as Splashscreen, App Startup, P…
321488maintenance
impressivewebs/HTML9-Responsive-Boilerstrap-js
HTML9 Responsive Boilerstrap JS (H9RBS.js) is a satirical parody of buzzword-heavy frontend boilerplates and frameworks, mocking the prolif…
321430maintenance
melvin0008/awesome-projects-boilerplates
A curated awesome-list of boilerplates and starter templates for mobile and web application development across many languages and framework…
321406maintenance
thangchung/clean-architecture-dotnet
A .NET sample project demonstrating a minimal Clean Architecture with DDD-lite, CQRS-lite, and cloud-native patterns applied to a simple eC…
231358maintenance
focusaurus/express_code_structure
An example repository demonstrating how to organize a medium-sized Express.js web application, with commentary on directory layout and arch…
751350maintenance
UnlyEd/next-right-now
Next Right Now (NRN) is a flexible, production-grade boilerplate for building web applications with Next.js, TypeScript, and Vercel. It shi…
231278maintenance
cornflourblue/react-redux-registration-login-example
A React + Redux example application and tutorial demonstrating user registration and login with JWT authentication. It serves as a boilerpl…
231174maintenance
mathisGarberg/angular-folder-structure
A reference repository demonstrating a highly scalable folder structure for Angular applications, based on community best practices and pro…
321140maintenance
maciejtreder/ng-toolkit
A collection of Angular schematics and a PWA boilerplate that adds server-side rendering (Angular Universal) and serverless deployment supp…
321111maintenance
kauemurakami/getx_pattern
getx_pattern is a documented architectural pattern and project structure proposal for standardizing Flutter applications built with the Get…
321038maintenance
membership/membership.db
A SQL database schema boilerplate for storing user accounts, roles, and authentication tokens/claims in web applications. It provides ready…
231021maintenance
jlongster/electron-with-server-example
An example Electron application demonstrating how to wire up a background Node.js server process to an Electron app via a safe IPC mechanis…
321018maintenance
wesbos/hot-tips
A personal playground repository by Wes Bos containing the code behind his short-form web development tips shared on social media. It inclu…
661127experimental
microsoft/TypeScript-React-Starter
A starter template and tutorial from Microsoft showing how to set up a React project with TypeScript, including linting, testing with Jest/…
1011030abandoned
janishar/android-mvp-architecture
A detailed sample Android app demonstrating MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking, and PlaceholderView. …
324419abandoned
gimenete/iOS-boilerplate
A base template for iOS projects written in Objective-C that provides pre-solved solutions for common app development tasks like async imag…
322746abandoned
jhen0409/react-chrome-extension-boilerplate
A boilerplate template for building Chrome extensions with React and Redux. It includes hot reloading via Webpack, ES2015+ support with Bab…
232138abandoned
angular/universal-starter
A starter kit for Angular Universal, providing server-side rendering setup for Angular applications. It has been archived because Angular C…
102008abandoned
hitherejoe/Android-Boilerplate
An Android boilerplate application template demonstrating data downloading, persisting, and syncing with a common app layout. It integrates…
321857abandoned
xwartz/wechat-app-demo
A WeChat Mini Program (微信小程序) demo repository with example code, development tool links, and documentation resources. Most resources have s…
101779abandoned
jquery-boilerplate/jquery-patterns
A collection of jQuery plugin boilerplate patterns demonstrating different ways to structure jQuery plugins, from a lightweight starter tem…
321569abandoned
btford/angular-express-seed
A seed/skeleton project for building AngularJS single-page apps backed by an Express and Node.js server. It preconfigures Angular libraries…
321493abandoned
graphql-boilerplates/react-fullstack-graphql
A collection of fullstack GraphQL boilerplate starter projects combining React with Apollo Client on the frontend and graphql-yoga-based No…
771431abandoned
wesbos/Learn-Redux-Starter-Files
Starter files and stepped solutions for Wes Bos's free LearnRedux.com video course, where learners build a photo app called 'Reduxstagram' …
321354abandoned
goldze/MVVMHabitComponent
A component-based Android development template built on the MVVMHabit framework and Alibaba's ARouter, demonstrating an MVVM + modularizati…
321118abandoned
philipwalton/analyticsjs-boilerplate
A boilerplate and set of examples demonstrating best practices for implementing Google's analytics.js on modern websites. It includes base,…
321118abandoned
petrnohejl/android-templates-and-utilities
A deprecated collection of Android source code templates, utilities, and snippets written in Java, serving as a cookbook for building Andro…
321096abandoned
mattbrictson/rails-template
A Rails 7 application template by Matt Brictson that scaffolds new projects with opinionated best practices, Vite integration, PostgreSQL, …
101071abandoned
kamalgill/flask-appengine-template
A boilerplate project template for running Flask applications on Google App Engine's Standard Python 2.7 runtime. It is deprecated as of 20…
101068abandoned
hlashbrooke/WordPress-Plugin-Template
A GPL-licensed code template for scaffolding standards-compliant WordPress plugins, including a shell script to rename and clone the boiler…
101046abandoned
alan2207/bulletproof-react
Bulletproof React is an opinionated guide and reference architecture for building scalable, production-ready React applications, demonstrat…
6935753active
disler/claude-code-hooks-mastery
A tutorial repository and runnable example collection for mastering Claude Code hooks, Anthropic's mechanism for adding deterministic (and …
503905active
sxei/chrome-plugin-demo
A companion demo repository for a comprehensive Chinese-language tutorial on Chrome extension (plugin) development. It includes a full-feat…
328673maintenance
vant-ui/vant-demo
The official example repository for Vant, containing demo projects for Vant, Vant Weapp, React Vant, and Vant Cli across various build setu…
682070active
navdeep-G/setup.py
A guide and example setup.py template for Python packaging, offering a well-commented, best-practice setup.py that can be copy-pasted to bo…
325040maintenance
piomin/claude-ai-spring-boot
A template repository providing a structured starting point for Spring Boot applications optimized for Claude Code. It ships preconfigured …
511283active
mutoe/vue3-realworld-example-app
A RealWorld-conformant example Medium/Conduit clone built with Vue 3, Vite, TypeScript, Pinia, and the Composition API. It demonstrates bes…
751078active
hack4impact/flask-base
A Flask application template with pre-built boilerplate code including user authentication, permissions management, SQLAlchemy database int…
103060maintenance
tomastrajan/angular-ngrx-material-starter
An Angular starter project combining NgRx state management, Angular Material, and Angular CLI as a boilerplate for building web application…
322872maintenance
nginx-boilerplate/nginx-boilerplate
A boilerplate Nginx configuration template with include-based structure, optimized defaults, and handy snippets for SSL, rate limiting, cac…
232438maintenance
bizz84/starter_architecture_flutter_firebase
A time tracking application built with Flutter and Firebase, serving as a reference implementation of the author's Riverpod app architectur…
511806maintenance
miracleyoo/pytorch-lightning-template
A PyTorch Lightning project template that lets developers adapt existing PyTorch code to Lightning with minimal changes while keeping full …
321541maintenance
L1aoXingyu/Deep-Learning-Project-Template
A PyTorch project template providing a well-designed folder structure and OOP conventions for deep learning projects. It wraps common scaff…
321395maintenance
react-everywhere/re-start
A React Native template/starter kit that lets developers target Android, iOS, Web, Windows (UWP), and Electron desktop platforms from a sin…
231299abandoned

page 1 / 1