Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free & open-source Nuxt.js template to create a curated directory of websites with Netlify CMS, search, and PWA support.
CuratedStack Nocode Template is a free, open-source Nuxt.js starter for creating a curated directory of websites, with a Netlify CMS admin panel so non-developers can manage entries without writing code.
CuratedStack Nocode Template is a static-site template that turns a set of JSON files — content/links.json and content/categories.json — into a categorized listing of websites. It outputs a deployable dist folder via the npm run generate command, and it can be edited either by hand or through a built-in Netlify CMS interface. The template is built on Nuxt.js, as stated in the repository metadata, and is maintained by Sandoche (linked from the README's Medium and Twitter profiles).
content/categories.json./admin and add or edit entries without touching code.gtag support so you can track traffic by pasting your tracking ID.npm run analyze checks for duplicate links and per-category counts; npm run get-logos attempts to download website logos into static/images/logos.npm run analyze and npm run get-logos to automate maintenance.The README documents three workflows: the simplest no-code path uses the t3mpl.n4no.com online editor to modify content and export a zip; the Netlify CMS path involves deploying to Netlify, enabling Identity and Git Gateway, then editing at /admin; the coders path requires forking the repo, editing the JSON content files and locale strings, running the generate command, and deploying the dist folder to Netlify, GitHub Pages, or Surge.
CuratedStack Nocode Template is free and open source under the MIT license, as shown by the license badge and the LICENSE file in the repository.
Yes. The repository is MIT-licensed, so you can use it for personal or commercial projects without payment.
No. The t3mpl.n4no.com editor lets you change content visually and export a zip. You can also use the Netlify CMS admin panel after setting up Identity and Git Gateway.
Edit content/links.json (and content/categories.json) for categories, or log into the CMS and use the form-based editor to publish new entries.
Yes. The README explicitly lists Netlify, GitHub Pages, and Surge as free deployment options for the static output in dist.
