The Three Themes
- Bento
- Frost
- Mono
Bento is a bento-grid style layout inspired by the modular card-based design aesthetic popular in modern SaaS products. Content is organized into irregular grid cells that create visual hierarchy without relying on heavy typography or dense copy.
- Grid-based composition with asymmetric card sizes
- Clean, structured spacing with a modern SaaS feel
- Emerald accent color system against deep dark backgrounds
- Smooth Framer Motion entrance animations on all grid cells
- Fully responsive — grid reflows gracefully on mobile
All themes are fully available and ready to use. Check the Stack Matrix for full details.
Dark Mode
All Slik themes include dark mode by default. There is no additional configuration required — dark mode is:- On by default — The generated app opens in dark mode out of the box.
- User-controlled — A theme toggle is included in the generated navbar, allowing users to switch between dark and light at any time.
localStoragepersistent — The user’s preference is saved inlocalStorageand respected on every subsequent visit. No flash of incorrect theme on load.- Smoothly transitioned — All color changes animate with a
0.3sCSS transition so the switch never feels jarring.
Generated Screens
Regardless of which theme you choose, Slik generates four complete screens for your app:Landing
A full marketing landing page with hero section, feature cards, social proof elements, and a call-to-action. Fully animated with Framer Motion scroll-in effects.
Auth
Sign-in and sign-up screens with form inputs, OAuth provider buttons, and a magic link option. Pre-wired to NextAuth/Auth.js.
Dashboard
A sidebar-based application shell with stat cards, a data chart, and a main content area. Responsive — sidebar collapses on mobile.
Admin
A top-navigation admin panel with a data table, row actions, and filtering controls. Ready for user management or content moderation flows.
Selecting Your Theme
1
Run the scaffolding command
2
Select your stack first
Choose Next.js when prompted. Theme selection comes next.
3
Choose your theme at the prompt
4
Complete the remaining prompts
After confirming your theme, the CLI continues with auth and database configuration.
5
Launch your app
http://localhost:3000 to see your themed app running locally.