hamroun-framework-create is a modern full-stack JavaScript framework (v1.0.125) that offers file-based routing, automatic API generation, and built-in CLI tools for scaffolding components, pages, and layouts. It uses Solid.js and TailwindCSS out of the box, with Hot Module Replacement during development. Key differentiators include its opinionated project structure and automatic route handling, making it a turnkey solution for building full-stack applications. Released under MIT license with active updates.
npm install hamroun-framework-createNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new project with a home page and an API route returning JSON.
Use `@hamroun/framework` instead.
Ensure files are named exactly `page.jsx` or `layout.jsx` in the appropriate directories.
Do not rename or relocate the `dep/front` directory; it is required by the framework.
Use `npm run generate component` instead.
Run `npm install hamroun-framework-create` in your project directory.
Ensure you are using Node.js v14+ and run `npx hamroun-framework-create create my-app` from a clean directory.
Replace `const { definePage } = require('hamroun-framework-create')` with `import { definePage } from 'hamroun-framework-create'`.