Build modern web apps with production-ready architecture
Nucleify gives you a full-stack, modular monorepo built on Nuxt 3, Vue 3, Laravel 12, and TypeScript - so you ship faster without sacrificing code quality.
Self-contained modules you can plug in, configure, and override without touching the core.
Compose pages from ready-made sections and components - drag, drop, ship.
Components structured as atoms, molecules, and organisms for scalable, consistent UIs.
Built on a Modern Tech Stack
FRONTEND
BACKEND
TOOLING
Extend or replace any module behavior without patching the source. Your customizations live in a separate layer and survive every update.
- Override controllers, models, and views per module
- Custom logic preserved across framework upgrades
- Merge strategies for configs, routes, and middleware
Get a fully functional admin panel out of the box - user management, CRUD dashboards, role permissions, and audit logs ready from day one.
- Role-based dashboards with granular permissions
- Auto-generated CRUD for every entity module
- Built-in activity log and data export
Switch between light and dark mode, generate palettes on the fly, and let users personalize their interface - all synced to the database.
- Runtime palette generation from any seed color
- User-specific theme preferences stored per account
- Smooth transitions with zero layout shift
Every component and page is designed mobile-first. Responsive breakpoints, adaptive navigation, and touch-friendly interactions are baked in.
- Fluid grids and container queries throughout
- Adaptive navbar with drawer and gestures
- Optimized for performance on low-end devices
export default defineNuxtConfig({
devtools: { enabled: true },
vite: {
server: {
hmr: { overlay: true },
watch: { usePolling: true }
}
},
modules: [
'nuc_auth',
'nuc_entities',
'nuc_colors',
'nuc_charts',
'nuc_files'
]
})Plug-and-Play Modules
Every module is self-contained - drop it in, configure it, and use it immediately.
nuc_auth
Full authentication flow with sessions, tokens, and role-based access.
nuc_entities
CRUD scaffolding with models, migrations, controllers, and API resources.
nuc_colors
Design tokens and palette generation across light and dark themes.
nuc_charts
Configurable charts powered by Chart.js with reactive data binding.
nuc_files
Upload, validate, preview, and manage files with storage drivers.
nuc_documentation
Markdown-powered documentation with search, sidebar navigation, and versioning.
nuc_pagebuilder
Visual page composition from ready-made sections, blocks, and layouts.
and more...
Explore all available modules on GitHub.