Jamstack
Jamstack is a way of thinking about how to build for the web: the UI is compiled, the frontend is fully decoupled, and data is pulled in as needed.
Here are 20,178 public repositories matching this topic...
Issue Summary
When setting up a dev env on windows, yarn setup fails
[2021-12-21 15:45:01] INFO Relation: User to Role
[2021-12-21 15:45:01] INFO Finished database init!
Running "symlink:githooks" (symlink) task
Bug
Unable to get into entries on the CMS to update my pages due to error page being presented. "TypeError: e.map is not a function"
To reproduce
I log in to Netlify CMS, navigate to pages, click on index and then am presented with the attached screenshot.
What I expect
I would expect to log in, navigate to pages, select the index page and be presented with editable boxes.
model User {
name String
createdAt DateTime @default(now())
modifiedAt DateTime @updatedAt
}
yarn rw g scaffold User would ideally not include form elements and query SDL for modifiedAt.
Summary
Add a site AMP version.
Basic example
Nuxt.js has an example: https://github.com/nuxt/nuxt.js/tree/dev/examples/with-amp
Gatsby AMP Plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-amp/
Motivation
The AMP Project support is very important to accessibility and Google's Pagerank. So, it could will be awesome had this support in Gridsome.
-
Updated
Nov 2, 2021 - Less
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
-
Updated
Dec 24, 2021 - TypeScript
An SWT based API for managing users and issuing SWT tokens
-
Updated
Dec 7, 2021 - Go
(suggested by Berndinox in #205; been bugging me for a while too)
Currently, the Docker image exposes port 80. We should change this so that running Meli doesn't require root access.
We'll need to update the deployment docs.
Example gatsby + netlify cms project
-
Updated
Jan 3, 2022 - JavaScript
Statamic 3: The Core Composer Package
-
Updated
Jan 4, 2022 - PHP
A simple and visual static web server with collaboration features.
-
Updated
Apr 1, 2020 - JavaScript
Statiq Web is a flexible static site generator written in .NET.
-
Updated
Jan 4, 2022 - C#
-
Updated
Sep 25, 2021 - Vue
A headless e-commerce for JAMstack sites
-
Updated
Dec 9, 2021 - Go
Next-generation JavaScript framework for JAMStack blogs, sites & apps.
-
Updated
Jan 4, 2022 - Vue
-
Updated
Jan 4, 2022 - TypeScript
Carefully curated list of awesome Jamstack resources
-
Updated
Dec 31, 2021
Build modern community apps with React and Node.
-
Updated
Dec 14, 2021 - TypeScript
Visually build pages and frontends, lightning-fast. Plug into your React codebase. Empower anyone to ship.
-
Updated
Dec 31, 2021 - TypeScript
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
Modern full stack CMS. Built with Gatsby, GraphQL, AWS Amplify, and Serverless technologies.
-
Updated
Aug 31, 2021 - JavaScript
Hi!
I just discovered your project and I'm very excited about it. It looks like you read my mind about a project that would use Go and Svelte to make static websites as single page apps. I'm a big fan of both Go and Svelte and use them every single day on my projects. So I'll probably get involved in this project, I see very great potential in it.
Anyways, here's my first contribution. I fou
- Organization
- jamstack
- Website
- jamstack.org


Describe the bug
Using xframe
ALLOW-FROMthrows error in console:Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR