3 skills found
mergd / uiProject Overview This is a Next.js 15 project for a UI library that is shadcn CLI compatible. The aesthetic is TUI-inspired (Terminal User Interface) - bare-bones, minimal, and functional wit
Seredeep / tips🚀 Improving Animation Performance in Next.js Native Wrappers (without migrating to React Native) If you're using Next.js wrapped with Capacitor/Cordova to ship a native app, here’s how to work aro
dzp5103 / backendBackend Rules (Node + Express) API Design - RESTful routes; nouns for resources, verbs in HTTP methods. Validate input with lightweight checks. - Return structured errors `{ code, message, details