Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A scaffold for a quick start building with the Eleventy SSG
| Date | Stars |
|---|---|
| 2026-07-24 | 460 |
| 2026-07-25 | 460 |
| 2026-07-28 | 460 |
| 2026-07-30 | 460 |
| 2026-08-06 | 460 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# EleventyOne [](https://app.netlify.com/sites/eleventyone/deploys) Phil's first port of call when starting another project using Eleventy. This project scaffold includes: - [Eleventy](https://11ty.io) with a skeleton site - A date format filter for Nunjucks based on [Luxon](https://moment.github.io/luxon) - A tiny CSS pipeline with PostCSS - A tiny inline JS pipeline - JS search index generator - [Netlify Dev](https://www.netlify.com/products/dev) for testing [Netlify redirects](https://netlify.com/docs/redirects/) - Serverless (FaaS) development pipeline with [Netlify Dev](https://www.netlify.com/products/dev) and [Netlify Functions](https://www.netlify.com/products/functions)  ## Instructions To get your own instance of this 11ty starter project cloned and deploying to Netlify very quickly, just click the button below and follow the instructions. [](https://app.netlify.com/start/deploy?repository=https://github.com/philhawksworth/eleventyone) ## Wait, what happens when I click that button? Good question. Here's what it will do... 1. Netlify will clone the git repository of this project into your Github account. It will be asking for permission to add the repo for you. 2. We'll create a new site for you in Netlify, and configure it to use your shiny new repo. Right away you'll be able to deploy changes simply by pushing changes to your repo. 3. That's it really. ## Prerequisites - [Node and NPM](https://nodejs.org/) - [Netlify CLI](https://github.com/netlify/cli) ## Running locally ```bash # install the dependencies npm install # External data sources can be stashed locally npm run seed # It will then be available locally for building with npom start ``` ## Add some Netlify helpers Netlify Dev adds the ability to use Netlify redirects, proxies, and serverless functions. ```bash # install the Netlify CLI in order to get Netlify Dev npm install -g netlify-cli # run a local server with some added Netlify sugar in front of Eleventy netlify dev ``` A serverless functions pipeline is included via Netlify Dev. By running `netlify dev` you'll be able to execute any of your serverless functions directly like this: - /.netlify/functions/hello - /.netlify/functions/fetch-joke ### Redirects and proxies Netlify's Redirects API can provide friendlier URLs as proxies to these URLs. - /api/hello - /api/fetch-joke
Excerpt of 2,596 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:8293424e749a4c30, topic:serverless