# Project Zero

- [Django](/technical-guides/project-zero/django.md)
- [Basic Setup](/technical-guides/project-zero/django/basic-setup.md)
- [Project Structure](/technical-guides/project-zero/django/project-structure.md)
- [Templates & Components](/technical-guides/project-zero/django/project-structure/templates-and-components.md)
- [Private Dependencies](/technical-guides/project-zero/django/project-structure/private-dependencies.md)
- [Omnife Project Submodule](/technical-guides/project-zero/django/project-structure/omnife-project-submodule.md)
- [Webpack](/technical-guides/project-zero/django/project-structure/webpack.md)
- [ESLint Rules](/technical-guides/project-zero/django/project-structure/eslint-rules.md)
- [Bundles](/technical-guides/project-zero/django/project-structure/bundles.md)
- [Multilanguage & Translation](/technical-guides/project-zero/django/project-structure/multilanguage-and-translation.md)
- [Environmental File](/technical-guides/project-zero/django/project-structure/environmental-file.md)
- [Custom Error Pages](/technical-guides/project-zero/django/project-structure/custom-error-pages.md)
- [Icon Font](/technical-guides/project-zero/django/project-structure/icon-font.md)
- [Page Types](/technical-guides/project-zero/django/page-types.md)
- [Static Pages & Flatpages](/technical-guides/project-zero/django/page-types/static-pages-and-flatpages.md)
- [Account Page](/technical-guides/project-zero/django/page-types/account-page.md)
- [Template Rendering in Account Pages](/technical-guides/project-zero/django/page-types/account-page/template-rendering-in-account-pages.md)
- [Forms & Validation](/technical-guides/project-zero/django/page-types/account-page/forms-and-validation.md)
- [Basket Page](/technical-guides/project-zero/django/page-types/basket-page.md)
- [Redux Basket State](/technical-guides/project-zero/django/page-types/basket-page/redux-basket-state.md)
- [Basket Page - View](/technical-guides/project-zero/django/page-types/basket-page/basket-page-view.md)
- [Checkout](/technical-guides/project-zero/django/page-types/checkout.md)
- [Redux Checkout State](/technical-guides/project-zero/django/page-types/checkout/redux-checkout-state.md)
- [View & Template Rendering](/technical-guides/project-zero/django/page-types/checkout/view-and-template-rendering.md)
- [Masking & Validation](/technical-guides/project-zero/django/page-types/checkout/masking-and-validation.md)
- [Theming & Styling](/technical-guides/project-zero/django/theming-and-styling.md)
- [Widgets](/technical-guides/project-zero/django/widgets.md)
- [SEO Management](/technical-guides/project-zero/django/seo-management.md)
- [Extending Project Zero](/technical-guides/project-zero/django/extending-project-zero.md)
- [Next.js](/technical-guides/project-zero/next.js.md)
- [Basic Setup](/technical-guides/project-zero/next.js/basic-setup.md)
- [Deployment](/technical-guides/project-zero/next.js/deployment.md)
- [Static Assets](/technical-guides/project-zero/next.js/static-assets.md)
- [Icons](/technical-guides/project-zero/next.js/icons.md)
- [SEO Management](/technical-guides/project-zero/next.js/seo-management.md)
- [Advanced Usage](/technical-guides/project-zero/next.js/advanced-usage.md)
- [Plugins](/technical-guides/project-zero/next.js/plugins.md)
- [Akinon Next](/technical-guides/project-zero/next.js/plugins/akinon-next.md)
- [Data Fetching](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching.md)
- [Client](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/client.md)
- [Account](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/client/account.md)
- [Address](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/client/address.md)
- [Basket](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/client/basket.md)
- [Checkout](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/client/checkout.md)
- [Misc](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/client/misc.md)
- [Product](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/client/product.md)
- [User](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/client/user.md)
- [Wishlist](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/client/wishlist.md)
- [Server](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/server.md)
- [Category](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/server/category.md)
- [Flat Page](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/server/flat-page.md)
- [Landing Page](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/server/landing-page.md)
- [List](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/server/list.md)
- [Menu](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/server/menu.md)
- [Product](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/server/product.md)
- [SEO](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/server/seo.md)
- [Special Page](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/server/special-page.md)
- [Widget](/technical-guides/project-zero/next.js/plugins/akinon-next/data-fetching/server/widget.md)
- [Localization](/technical-guides/project-zero/next.js/plugins/akinon-next/localization.md)
- [Widgets](/technical-guides/project-zero/next.js/plugins/akinon-next/widgets.md)
- [Akifast](/technical-guides/project-zero/next.js/plugins/akifast.md)
- [B2B](/technical-guides/project-zero/next.js/plugins/b2b.md)
- [Basket Gift Package](/technical-guides/project-zero/next.js/plugins/basket-gift-package.md)
- [BKM Express](/technical-guides/project-zero/next.js/plugins/bkm-express.md)
- [Checkout Gift Package](/technical-guides/project-zero/next.js/plugins/checkout-gift-package.md)
- [Click\&Collect](/technical-guides/project-zero/next.js/plugins/click-and-collect.md)
- [Credit Payment](/technical-guides/project-zero/next.js/plugins/credit-payment.md)
- [GarantiPay](/technical-guides/project-zero/next.js/plugins/garantipay.md)
- [Hepsipay](/technical-guides/project-zero/next.js/plugins/hepsipay.md)
- [Masterpass](/technical-guides/project-zero/next.js/plugins/masterpass.md)
- [Multi Basket](/technical-guides/project-zero/next.js/plugins/multi-basket.md)
- [One Click Checkout](/technical-guides/project-zero/next.js/plugins/one-click-checkout.md)
- [OTP](/technical-guides/project-zero/next.js/plugins/otp.md)
- [Pay on Delivery](/technical-guides/project-zero/next.js/plugins/pay-on-delivery.md)
- [Saved Card](/technical-guides/project-zero/next.js/plugins/saved-card.md)
- [Tabby Payment Gateway](/technical-guides/project-zero/next.js/plugins/tabby-payment-gateway.md)
- [Tamara Payment Gateway](/technical-guides/project-zero/next.js/plugins/tamara-payment-gateway.md)
