
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
entity-form-crafter-frontend
Advanced tools
A powerful and modern Next.js 14 starter template for building dynamic forms and entity management systems with a beautiful UI and extensive features.
npx entity-form-crafter-frontend my-app
cd my-app
Before starting the development server, set up your environment variables:
.env.example to .env.env with your configurationnpm run dev
Open http://localhost:3000 with your browser to see the result.
The following environment variables are required:
# API Configuration
NEXT_PUBLIC_API_URL=http://localhost:3000
# Domain Configuration
NEXT_PUBLIC_DOMAIN_NAME=localhost
# Google ReCAPTCHA
NEXT_PUBLIC_RECAPCHA_KEY=your_recaptcha_key_here
# AWS S3 Configuration
NEXT_PUBLIC_AWS_REGION=your_aws_region
NEXT_PUBLIC_AWS_ACCESS_KEY_ID=your_aws_access_key_id
NEXT_PUBLIC_AWS_SECRET_ACCESS_KEY=your_aws_secret_access_key
NEXT_PUBLIC_S3_BUCKET_NAME=your_s3_bucket_name
# Admin and Tenant Configuration
NEXT_PUBLIC_ADMIN_DOMAIN_NAME=admin
NEXT_PUBLIC_TENANT_DOMAIN=demo
Copy .env.example to .env and update the values according to your setup.
my-app/
├── src/
│ ├── app/
│ ├── components/
│ ├── hooks/
│ ├── lib/
│ ├── store/
│ └── types/
├── public/
├── styles/
└── package.json
npm run dev - Start development servernpm run build - Build for productionnpm start - Start production servernpm run lint - Run ESLintnpm run lint:fix - Fix ESLint errorsnpm run format - Format code with Prettiernpm run format:check - Check code formattingContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the ISC License.
Created by YashDexbytes
For support, please raise an issue in the GitHub repository.
FAQs
CLI to create a new Next.js project with Entity Form Crafter
The npm package entity-form-crafter-frontend receives a total of 2 weekly downloads. As such, entity-form-crafter-frontend popularity was classified as not popular.
We found that entity-form-crafter-frontend demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.