npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

create-fastgrid

v3.2.4

Published

Create Angular, React, Vue, Svelte or HTML starter projects, tutorials and advanced examples for FastGrid and FastSheet, including data grids, tree grids, virtual scrolling, XLSX spreadsheets and AI.

Maintainers

treegridtreegrid

Readme

create-fastgrid

npm version npm downloads React 16.14+ Angular 17+ Vue 3.2+ Svelte 5+

Choose and run the official FastGrid and FastSheet starter generator for Angular, React, Vue, Svelte or plain HTML/JavaScript.

Usage

npm create fastgrid@latest my-fastgrid-app

Alternative:

npx create-fastgrid@latest my-fastgrid-app

The CLI asks which generator to run:

| Choice | Generator | Framework | | --- | --- | --- | | 1 | create-fastgrid-angular | Angular | | 2 | create-fastgrid-react | React | | 3 | create-fastgrid-vue | Vue | | 4 | create-fastgrid-svelte | Svelte | | 5 | create-fastgrid-html | HTML and JavaScript |

What the package does

The selector package does not contain all framework templates. It selects and runs one of the official packages:

create-fastgrid-angular
create-fastgrid-react
create-fastgrid-vue
create-fastgrid-svelte
create-fastgrid-html

The selected generator then creates the actual project and installs the corresponding wrapper:

Angular → fastgrid-angular
React   → fastgrid-react
Vue     → fastgrid-vue
Svelte  → fastgrid-svelte
HTML    → no framework wrapper

Important behavior

This package is intentionally a CLI and does not use a postinstall script. Installing create-fastgrid does not silently modify another project.

The CLI runs the selected generator through npx:

npx --yes create-fastgrid-react@latest my-app

The selected generator is therefore resolved from the npm registry at the time the command is run.

FastGrid and FastSheet

FastGrid and FastSheet use the same runtime.

FastGrid is a high-performance JavaScript/TypeScript data grid intended for:

  • JavaScript data grids;
  • HTML data tables;
  • tree grids and hierarchical data;
  • virtual scrolling over large datasets;
  • editing, sorting, filtering and grouping;
  • pivot grids;
  • formulas and conditional formatting;
  • XLSX, CSV, HTML and PDF export;
  • AI-assisted data operations

FastSheet is intended for:

  • browser spreadsheet and workbook editing;
  • XLSX import and export;
  • multiple sheets;
  • formulas;
  • spreadsheet formatting;
  • images and charts;
  • AI-assisted spreadsheet operations.

Trial and registered runtime

The generated project contains the trial FGridE.js for evaluation.

Production applications must replace it with an externally supplied registered runtime obtained under the appropriate COQsoft license.

The registered runtime and serial code must not be published to npm or GitHub.

Local example server

The advanced examples may contain an optional local Node.js server for demonstrating file, SQL and PDF integration.

The example server is for localhost development only. Do not deploy it to the public internet without adding authentication, authorization, path validation, parameterized SQL, request-size limits, restrictive CORS and secure process isolation.

Documentation

License

The create-fastgrid selector CLI is MIT licensed.

The selected create-fastgrid-* generators, framework wrappers and FastGrid/FastSheet trial or registered runtimes have their own licenses and notices.