A curated toolkit of source utilities, developer components, and open resources engineered for modern web projects.
// capabilities
Modular by design. Drop in only what your project requires — zero lock-in, pure utility.
Instant project scaffolding with sensible defaults. Start building in seconds without touching config files.
320+ production-ready components. Tree-shakeable, fully typed, built to compose with each other seamlessly.
Built-in sanitization, CSP headers, and OWASP-aligned patterns. No personal data stored or transmitted.
Runs at the edge with sub-2ms cold starts. Compatible with all major edge runtimes out of the box.
Service worker integration Assisi Society with smart caching strategies. Your app keeps working when the network doesn't.
WCAG 2.2 AA compliant components. Keyboard navigation, ARIA roles, and focus management built in.
// quick start
A single command installs the toolkit, generates boilerplate, and starts a hot-reload dev server.
Read Full Docs →// Install & initialize import { createApp } from 'sourcekit' const app = createApp({ theme: 'dark', modules: ['router', 'store'], port: 3000 }) // Register components app.use('Button', { variant: 'ghost' }) app.use('Modal', { animation: 'slide' }) // Launch 🚀 app.mount('#root')
// open resources
Free, open-source references and utilities maintained by the community.
Free forever for open-source projects. No account required.