Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A serverless JAMstack bookmarking app built with Gatsby, FaunaDB, GraphQL, Netlify Functions, and TypeScript.

A starter template combining Netlify CMS, Eleventy, Alpine.js, and Tailwind CSS for building static websites.

Gatsby starter with Contentful and i18n plugin for a language switcher with bilingual content (en-US, de).

Free 2-column green HTML CSS website template from templatemo, editable for commercial or non-commercial use.

A simple starter template for building platforms on Vercel.

Official Next.js 13 + NextUI v2 starter with Tailwind CSS, TypeScript, and dark mode.
Project12d Bookmarking App is a serverless JAMstack bookmarking application template built with Gatsby, FaunaDB, GraphQL, Netlify Functions, and TypeScript, providing a complete dashboard for managing bookmarks with full CRUD operations.
Project12d is a ready-to-deploy bookmarking app bootstrapped with GatsbyJS and hosted on Netlify. It uses FaunaDB as its database, exposed through a GraphQL API that runs inside a Netlify Function. The entire codebase is typed with TypeScript, including configuration files like gatsby-config, gatsby-node, gatsby-browser, and gatsby-ssr. The frontend is built with React and styled with Material-UI components, delivering a responsive and interactive user interface.
The app demonstrates a full serverless JAMstack architecture: a static Gatsby site that talks to a GraphQL API via Netlify Functions, which in turn interacts with FaunaDB. State management is handled by Apollo Client's InMemoryCache and React's Context API, and the project includes CI/CD via Netlify's built-in deployment pipeline. A live version of the deployed web app is available at https://bookmarking-app-p12d.netlify.app/.
