# Svelte + Appwrite = 🚀 Blazing fast development with done backend and fully-prepared frontend. Frontend included: * tailwind * scss * typescript * routing * ready routes * oauth * folder structure * common components * simple icons * service worker * path aliases * database realtime subscribers * vite Included: * prettier * editorconfig ## Database subscribers ```svelte {$subscriber ? $subscriber[0].name : ''} ``` ```svelte {$subscriber?.name ?? ''} ``` ## Routing ```svelte
About us
``` ## Social auth icons ```svelte ```