add all sites

This commit is contained in:
ozakione 2024-04-17 22:32:09 +02:00
parent a4cb0ff083
commit 61a7650251
357 changed files with 2932 additions and 23 deletions

View File

@ -42,12 +42,12 @@ export default async function pluginContentShowcase(
}),
};
const {tags: validatedTags, tagkeys} = await getTagsList({
const {tags: validatedTags, tagKeys} = await getTagsList({
configTags: tags,
configPath: contentPaths.contentPath,
});
const showcaseItemSchema = createShowcaseItemSchema(tagkeys);
const showcaseItemSchema = createShowcaseItemSchema(tagKeys);
return {
name: 'docusaurus-plugin-content-showcase',

View File

@ -38,7 +38,7 @@ export async function getTagsList({
}: {
configTags: PluginOptions['tags'];
configPath: PluginOptions['path'];
}): Promise<{tagkeys: string[]; tags: TagsOption}> {
}): Promise<{tagKeys: string[]; tags: TagsOption}> {
if (typeof configTags === 'object') {
const tags = tagSchema.validate(configTags);
if (tags.error) {
@ -48,7 +48,7 @@ export async function getTagsList({
);
}
return {
tagkeys: Object.keys(tags.value),
tagKeys: Object.keys(tags.value),
tags: tags.value,
};
}
@ -68,7 +68,7 @@ export async function getTagsList({
}
return {
tagkeys: Object.keys(tags.value),
tagKeys: Object.keys(tags.value),
tags: tags.value,
};
} catch (error) {

View File

@ -0,0 +1,8 @@
title: 30 Days Of SWA
description: A 30-Day Developer Guide to Azure Static Web Apps
preview: ./showcase/30-days-swa.png
website: https://www.azurestaticwebapps.dev
source: https://github.com/staticwebdev/30DaysOfSWA/tree/main/www
tags:
- opensource
- product

View File

@ -0,0 +1,8 @@
title: 404Lab.Wiki
description: Docs and blogs about development and study
preview: ./showcase/404lab-wiki.png
website: https://wiki.404lab.top
source: https://github.com/HiChen404/MyWikiSite
tags:
- opensource
- personal

View File

@ -0,0 +1,8 @@
title: 7Wate's Wiki
description: Developer Wiki and Blog
preview: ./showcase/7wate-wiki.png
website: https://wiki.7wate.com/
source: https://github.com/7Wate/wiki
tags:
- opensource
- personal

View File

@ -0,0 +1,7 @@
title: AI-Speaker
description: Local, reliable, fast and private Audio and IoT gate.
preview: ./showcase/aispeaker.png
website: https://ai-speaker.com/
source: https://github.com/sviete/AIS-WWW
tags:
- opensource

View File

@ -0,0 +1,8 @@
title: AgileTs
description: Global State and Logic Framework for reactive Applications
preview: ./showcase/agilets.png
website: https://agile-ts.org/
source: https://github.com/agile-ts/documentation
tags:
- opensource
- design

View File

@ -0,0 +1,8 @@
title: Aide Jeune
description: >-
French Discord server that helps young people who have been bullied or feel bad about themselves
preview: ./showcase/aide_jeune.png
website: https://aidejeune.fr
source: null
tags: []

View File

@ -0,0 +1,8 @@
title: Akara's blog
description: Personal frontend blog for learning
preview: ./showcase/akara-blog.png
website: https://messiahhh.github.io/blog/
source: https://github.com/messiahhh/blog
tags:
- opensource
- personal

View File

@ -0,0 +1,9 @@
title: Algolia DocSearch
description: The best search experience for docs, integrates in minutes, for free
preview: ./showcase/algolia.png
website: https://docsearch.algolia.com/
source: https://github.com/algolia/docsearch/tree/main/packages/website
tags:
- favorite
- opensource
- product

View File

@ -0,0 +1,9 @@
title: Apache APISIX
description: A Dynamic, Real-Time, High-Performance Cloud-Native API Gateway
preview: ./showcase/apache-apisix.png
website: https://apisix.apache.org/
source: https://github.com/apache/apisix-website
tags:
- opensource
- i18n
- large

View File

@ -0,0 +1,7 @@
title: Apex FP
description: Functional programming library for Salesforce Apex
preview: ./showcase/apexfp.png
website: https://www.apexfp.org
source: https://github.com/ipavlic/apex-fp/tree/master/website
tags:
- opensource

View File

@ -0,0 +1,8 @@
title: Appcircle Docs
description: Appcircle is an easy-to-setup mobile CI/CD platform.
preview: null
website: https://docs.appcircle.io/
source: https://github.com/appcircleio/appcircle-docusaurus/tree/master/
tags:
- opensource
- product

View File

@ -0,0 +1,11 @@
title: Astronomer
description: >-
Enterprise-grade framework for Apache Airflow. Production-ready Airflow environments with just a few clicks
preview: ./showcase/astronomer.png
website: https://docs.astronomer.io
source: https://github.com/astronomer/docs
tags:
- product
- versioning
- opensource

View File

@ -0,0 +1,10 @@
title: Atlas
description: >-
Atlas CLI helps developers manage their database schemas by applying DevOps principles.
preview: null
website: https://atlasgo.io/
source: https://github.com/ariga/atlas
tags:
- opensource
- product

View File

@ -0,0 +1,9 @@
title: AttoBot
description: >-
A multi-purpose Discord bot with many features and API integrations that will enhance your Discord experience.
preview: ./showcase/attobot.png
website: https://attobot.xyz
source: https://github.com/attobot-discord/website
tags:
- opensource

View File

@ -0,0 +1,10 @@
title: AvN Gateway
description: >-
The AvN Gateway API is the fastest way to interact with the Aventus Network Blockchain.
preview: ./showcase/aventus.png
website: https://aventus-network-services.github.io/avn-gateway-docs/
source: null
tags:
- versioning
- product

View File

@ -0,0 +1,9 @@
title: Avana Wallet
description: >-
Solana blockchain non-custodial wallet that connects you to Web3 dapps, DeFi, GameFi and NFT marketplaces.
preview: ./showcase/avana-wallet.png
website: https://docs.avanawallet.com/
source: null
tags:
- product

View File

@ -0,0 +1,9 @@
title: Awe framework
description: Awe framework, Build light-weight and functional websites quickly
preview: ./showcase/awe-framework.png
website: https://docs.aweframework.com/
source: https://gitlab.com/aweframework/awe/-/tree/develop/website
tags:
- opensource
- i18n
- versioning

View File

@ -0,0 +1,8 @@
title: Axioms
description: Axioms Developer Hub and Documentation Portal
preview: ./showcase/axioms.png
website: https://axioms.io/
source: https://github.com/axioms-io/developer
tags:
- opensource
- product

View File

@ -0,0 +1,11 @@
title: Bandwidth
description: >-
Add powerful communications capabilities to your app from the only API platform with its own tier-1 carrier network.
preview: ./showcase/bandwidth.png
website: https://dev.bandwidth.com/
source: https://github.com/Bandwidth/api-docs
tags:
- opensource
- large
- product

View File

@ -0,0 +1,8 @@
title: Barklarm
description: Open Source multiplatform alarm and build status monitoring application
preview: null
website: https://www.barklarm.com/
source: https://github.com/kanekotic/barklarm-website
tags:
- opensource
- product

View File

@ -0,0 +1,7 @@
title: Batect
description: The fast, consistent way to run your development and testing tasks everywhere.
preview: null
website: https://batect.dev/
source: https://github.com/batect/batect.dev
tags:
- opensource

View File

@ -0,0 +1,8 @@
title: Benthos
description: A stream processor for mundane tasks
preview: ./showcase/benthos.png
website: https://benthos.dev/
source: https://github.com/Jeffail/benthos/tree/main/website
tags:
- opensource
- large

View File

@ -0,0 +1,9 @@
title: Blink Shell
description: A professional, desktop grade terminal for iOS
preview: ./showcase/blinkshell.png
website: https://docs.blink.sh/
source: https://github.com/blinksh/docs
tags:
- opensource
- design
- product

View File

@ -0,0 +1,8 @@
title: Blog Matheus Brunelli
description: Desenvolvimento de software, carreira, dicas de livros e muito JavaScript!
preview: ./showcase/blogmatheusbrunelli.png
website: https://mrbrunelli.github.io/blog/
source: https://github.com/mrbrunelli/blog
tags:
- opensource
- personal

View File

@ -0,0 +1,8 @@
title: Blogasaurus
description: A blog written using Docasaurus.
preview: ./showcase/blogasaurus.png
website: https://blog.palashsh.me/
source: https://github.com/BattleOfPlassey/blogasaurus
tags:
- personal
- opensource

View File

@ -0,0 +1,7 @@
title: Botonic
description: Build Chatbots and Conversational Apps Using React
preview: ./showcase/botonic.png
website: https://botonic.io/
source: https://github.com/hubtype/botonic/tree/master/docs/website
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: BoxyHQ
description: Enterprise Readiness made simple
preview: ./showcase/boxyhq.png
website: https://boxyhq.com/
source: https://github.com/boxyhq/website
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: Boyka-Framework
description: Ultimate test automation for testing any application on any platform
preview: null
website: https://wasiqbhamla.github.io/boyka-framework/
source: https://github.com/WasiqBhamla/boyka-framework/tree/main/website
tags:
- opensource

View File

@ -0,0 +1,8 @@
title: Brainboard IDE
description: "The new way to operate & manage your Cloud:\_visually."
preview: ./showcase/brainboard.png
website: https://docs.brainboard.co/start/cloud-use-cases
source: null
tags:
- product
- design

View File

@ -0,0 +1,7 @@
title: Brobot
description: Testable state-based GUI automation.
preview: null
website: https://jspinak.github.io/brobot/
source: https://github.com/jspinak/brobot/tree/main/docs
tags:
- opensource

View File

@ -0,0 +1,9 @@
title: Bruce's Wiki
description: A personal wiki by Bruce Song
preview: ./showcase/bruce-wiki.png
website: https://wiki.brucesong.xyz/
source: https://github.com/recallwei/wiki
tags:
- opensource
- design
- personal

View File

@ -0,0 +1,7 @@
title: Build Tracker
description: Track performance budgets & prevent unexpected bloat in your app
preview: ./showcase/build-tracker.png
website: https://buildtracker.dev
source: https://github.com/paularmstrong/build-tracker/tree/main/docs
tags:
- opensource

View File

@ -0,0 +1,9 @@
title: Butterfly
description: The note taking app Linwood Butterfly
preview: ./showcase/docs-butterfly.png
website: https://docs.butterfly.linwood.dev
source: https://github.com/LinwoodCloud/Butterfly/tree/develop/docs
tags:
- opensource
- i18n
- versioning

View File

@ -0,0 +1,9 @@
title: Chaos Mesh
description: A Powerful Chaos Engineering Platform for Kubernetes.
preview: ./showcase/chaos-mesh.png
website: https://chaos-mesh.org
source: https://github.com/chaos-mesh/website
tags:
- opensource
- product
- i18n

View File

@ -0,0 +1,8 @@
title: Charles Ancheta
description: Charles Ancheta's Blog and Portfolio Website
preview: ./showcase/charles-ancheta.png
website: https://charlesancheta.com
source: https://github.com/cbebe/my-website
tags:
- opensource
- personal

View File

@ -0,0 +1,7 @@
title: ChatKitty
description: A full suite of developer tools for any chat use-case.
preview: ./showcase/chatkitty.png
website: https://chatkitty.com
source: null
tags:
- product

View File

@ -0,0 +1,9 @@
title: ClarityChallenge
description: >-
Documentation for the Clarity machine learning challenges for improving hearing aid signal processing
preview: ./showcase/claritychallenge.png
website: https://claritychallenge.github.io/clarity_CEC1_doc
source: https://github.com/claritychallenge/clarity_CEC1_doc
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: Clutch
description: An extensible API and UI platform for infrastructure tooling
preview: ./showcase/clutch.png
website: https://clutch.sh/
source: https://github.com/lyft/clutch/tree/main/docs/_website
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: CodeSweetly
description: The Home of Simplified Web Development Tutorials
preview: ./showcase/codesweetly.png
website: https://codesweetly.com/
source: null
tags:
- personal

View File

@ -0,0 +1,10 @@
title: CodeYourFuture
description: >-
The syllabus for CodeYourFuture - a free code school for refugees, asylum seekers and disadvantaged people
preview: ./showcase/codeyourfuture.png
website: https://syllabus.codeyourfuture.io/
source: https://github.com/CodeYourFuture/syllabus
tags:
- opensource
- product

View File

@ -0,0 +1,8 @@
title: Codiga Documentation
description: Documentation for Codiga, your Code Analysis & Coding Assistant
preview: null
website: https://doc.codiga.io/
source: https://github.com/codiga/doc.codiga.io/tree/main/website
tags:
- opensource
- product

View File

@ -0,0 +1,7 @@
title: CodingHabits
description: An interactive learning environment for developers
preview: null
website: https://www.codinghabits.online/
source: null
tags:
- product

View File

@ -0,0 +1,7 @@
title: Comp Labs
description: Tech-based Blog, Enterprise-Grade Solutions and more...
preview: ./showcase/comp-labs.png
website: https://complabs.in/
source: https://github.com/Comp-Labs/comp-labs-website
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: Component Kit
description: A declarative UI framework for iOS
preview: ./showcase/componentkit.png
website: https://componentkit.org
source: null
tags:
- meta

View File

@ -0,0 +1,7 @@
title: Computer Science Turkish Resource
description: A Computer Science portal for enthusiasts.
preview: null
website: https://bb-tr-kaynak.netlify.app/
source: https://github.com/Fire-Oceann/bb-tr-kaynak/
tags:
- opensource

View File

@ -0,0 +1,8 @@
title: ConfigCat Feature Flags
description: A feature flag and remote configuration service.
preview: ./showcase/configcat.png
website: https://configcat.com/docs/
source: https://github.com/configcat/docs
tags:
- opensource
- product

View File

@ -0,0 +1,7 @@
title: Console Table
description: Printing Pretty Tables on your console.
preview: ./showcase/console-table.png
website: https://console-table.netlify.app/
source: https://github.com/ayonious/console-table-docu
tags:
- opensource

View File

@ -0,0 +1,10 @@
title: Country State City API
description: >-
Get simplified countries, states & cities data without bloating up your database.
preview: ./showcase/countrystatecity.png
website: https://countrystatecity.in/
source: https://github.com/dr5hn/csc-website
tags:
- opensource
- product

View File

@ -0,0 +1,8 @@
title: Crawlee
description: Scalable web crawling, scraping and automation library for JS/Node.js
preview: null
website: https://crawlee.dev/
source: https://github.com/apify/crawlee/tree/master/website
tags:
- opensource
- versioning

View File

@ -0,0 +1,8 @@
title: Create React App
description: Set up a modern web app by running one command
preview: ./showcase/create-react-app.png
website: https://facebook.github.io/create-react-app/
source: https://github.com/facebook/create-react-app/tree/main/docusaurus/website
tags:
- opensource
- meta

View File

@ -0,0 +1,7 @@
title: CryptoDevHub
description: The place where Blockchain- and Crypto developers learn, meet and grow.
preview: ./showcase/cryptodevhub.png
website: https://cryptodevhub.io
source: https://github.com/cryptodevhub/site
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: CyberDrain Improved Partner Portal (CIPP)
description: Free and open-source multi-tenant management for Microsoft 365.
preview: ./showcase/CIPP.png
website: https://cipp.app
source: https://github.com/KelvinTegelaar/CIPP/tree/website
tags:
- opensource

View File

@ -0,0 +1,11 @@
title: Daily Digest - COVID-19 IN FRANCE
description: >-
A website that presents daily COVID-19 statistics and news in France in the form of a daily digest.
preview: ./showcase/daily-digest-covid-19-in-france.png
website: https://covid-fr.misterfishup.com/en/
source: https://github.com/MisterFISHUP/covid-19-in-france
tags:
- opensource
- i18n
- large

View File

@ -0,0 +1,10 @@
title: Darklang
description: >-
A new way of building serverless backends, with no infra, framework or deployment nightmares.
preview: ./showcase/darklang.png
website: https://docs.darklang.com/
source: https://github.com/darklang/docs
tags:
- product
- opensource

View File

@ -0,0 +1,7 @@
title: Dart Code Metrics
description: Static analysis tool that helps analyse and improve Dart code quality.
preview: ./showcase/dart-code-metrics.png
website: https://dartcodemetrics.dev/
source: https://github.com/dart-code-checker/dart-code-metrics
tags:
- opensource

View File

@ -0,0 +1,9 @@
title: Datagit
description: A persian tutorial website strive to make quality education for everyone.
preview: ./showcase/datagit.png
website: https://datagit.ir/
source: https://github.com/ghaseminya/datagit_v2.docusaurus
tags:
- opensource
- favorite
- rtl

View File

@ -0,0 +1,7 @@
title: DevSpace
description: Deploy & Develop Kubernetes Apps
preview: ./showcase/devspace.png
website: https://devspace.sh/cli/docs/
source: https://github.com/loft-sh/devspace/tree/master/docs
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: DevTomek
description: A Polish blog about programming, electronics and IoT
preview: null
website: https://devtomek.pl/
source: null
tags:
- personal

View File

@ -0,0 +1,9 @@
title: Digital Support Services Notes
description: Open source documented notes for Digital Support Services.
preview: ./showcase/digitalsupportservices.png
website: https://notes.nayanpatel.net
source: https://github.com/PatelN123/Digital-Support-Notes
tags:
- opensource
- design
- personal

View File

@ -0,0 +1,10 @@
title: Dime.Scheduler
description: >-
The resource and project planning solution for the Microsoft Dynamics product suite. Stop puzzling and start planning.
preview: ./showcase/dimeschedulersdk.png
website: https://sdk.dimescheduler.com
source: https://github.com/dime-scheduler/sdk-dotnet/tree/master/docs
tags:
- product
- opensource

View File

@ -0,0 +1,7 @@
title: DipScope
description: Open source tools to develop high quality software
preview: null
website: https://dipscope.com/
source: null
tags:
- versioning

View File

@ -0,0 +1,9 @@
title: Discord API Types
description: Discord API Types
preview: null
website: https://discord-api-types.dev/
source: https://github.com/discordjs/discord-api-types/tree/main/website
tags:
- opensource
- versioning
- large

View File

@ -0,0 +1,7 @@
title: Discord Resources
description: All Discord resources in one place
preview: ./showcase/discordresources.png
website: https://discordresources.com/
source: https://github.com/Discord-Resources-Wiki/Discord-Resources-Wiki
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: Divine Web Service Framework
description: A divine collection of awesome web-related Node.js modules
preview: ./showcase/divine-wsf.png
website: https://divine-software.github.io/WSF/
source: https://github.com/Divine-Software/WSF/tree/master/website
tags:
- opensource

View File

@ -0,0 +1,8 @@
title: Djamaile Rahamat
description: Djamaile Rahamat Blog on making cool stuff
preview: ./showcase/djamaile.png
website: https://djamaile.dev/
source: https://github.com/djamaile/portfolio
tags:
- opensource
- personal

View File

@ -0,0 +1,7 @@
title: Dojo Documentation
description: Take faster card payments with Dojo.
preview: null
website: https://docs.dojo.tech/
source: null
tags:
- product

View File

@ -0,0 +1,8 @@
title: Draft.js
description: Rich Text Editor Framework for React
preview: ./showcase/draftjs.png
website: https://draftjs.org/
source: https://github.com/facebook/draft-js/tree/main/website
tags:
- opensource
- meta

View File

@ -0,0 +1,7 @@
title: Drayman
description: Server-side component framework
preview: ./showcase/drayman.png
website: https://drayman.io/
source: https://github.com/Claviz/drayman/tree/main/docs
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: Dynamoose
description: A modeling tool for Amazon's DynamoDB
preview: null
website: https://dynamoosejs.com/
source: https://github.com/dynamoose/dynamoose/tree/main/docs
tags:
- opensource

View File

@ -0,0 +1,12 @@
title: Dyte
description: The most developer friendly live video SDK
preview: ./showcase/dyte.png
website: https://docs.dyte.io
source: https://github.com/dyte-in/docs
tags:
- favorite
- product
- design
- versioning
- large
- opensource

View File

@ -0,0 +1,8 @@
title: Easyjwt
description: JWT creation and validation library
preview: ./showcase/easyjwt.png
website: https://www.easyjwt.org
source: https://github.com/authdog/easyjwt/tree/master/docs
tags:
- opensource
- i18n

View File

@ -0,0 +1,7 @@
title: Easypanel
description: Server control panel based on Docker
preview: ./showcase/easypanel.png
website: https://easypanel.io
source: null
tags:
- product

View File

@ -0,0 +1,7 @@
title: EduLinks
description: Catalog of free educational resources. STEM, ESL and more.
preview: ./showcase/edulinks.png
website: https://edulinks.app
source: null
tags:
- product

View File

@ -0,0 +1,11 @@
title: Eightshift
description: >-
All the tools you need to start building a modern WordPress project, using all the latest development tools.
preview: ./showcase/eightshift-docs.png
website: https://infinum.github.io/eightshift-docs/
source: https://github.com/infinum/eightshift-docs
tags:
- opensource
- favorite
- design

View File

@ -0,0 +1,8 @@
title: Embedded IDE
description: A c/c++ development environment for microcontrollers
preview: null
website: https://em-ide.com/
source: https://github.com/github0null/eide-docs
tags:
- opensource
- i18n

View File

@ -0,0 +1,9 @@
title: Enarx
description: >-
Open source framework for running applications in TEEs (Trusted Execution Environments) based on WebAssembly.
preview: ./showcase/enarx.png
website: https://enarx.dev/
source: https://github.com/enarx/enarx.github.io
tags:
- opensource

View File

@ -0,0 +1,8 @@
title: Ent
description: An entity framework for Go
preview: null
website: https://entgo.io/
source: https://github.com/ent/ent/tree/master/doc/website
tags:
- opensource
- i18n

View File

@ -0,0 +1,9 @@
title: Eric JiuRan
description: Front-end developer blog
preview: ./showcase/eric.png
website: https://www.siyuanwa.cn/
source: https://github.com/1084350607/blog
tags:
- opensource
- personal
- i18n

View File

@ -0,0 +1,9 @@
title: Erxes
description: >-
Combine all your business tools into one streamlined and integrated open-source framework
preview: ./showcase/erxes.png
website: https://docs.erxes.io/
source: https://github.com/erxes/erxes/tree/master/docs
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: Eta
description: Faster embedded JS template engine in TypeScript
preview: ./showcase/eta.png
website: https://eta.js.org/
source: https://github.com/eta-dev/eta-docs
tags:
- opensource

View File

@ -0,0 +1,8 @@
title: EverShop
description: An open-source e-commerce platform with Node and React
preview: ./showcase/evershop.png
website: https://evershop.io/
source: https://github.com/evershopcommerce/docs
tags:
- opensource
- product

View File

@ -0,0 +1,9 @@
title: Extracranial
description: Sunghyun Cho's Second Brain on the Web.
preview: null
website: https://cho.sh/
source: https://github.com/anaclumos/extracranial
tags:
- opensource
- personal
- i18n

View File

@ -0,0 +1,8 @@
title: FAST
description: The adaptive interface system for modern web experiences.
preview: ./showcase/fast.png
website: https://www.fast.design/docs/introduction/
source: https://github.com/microsoft/fast/tree/master/sites/website
tags:
- opensource
- product

View File

@ -0,0 +1,8 @@
title: FBT
description: An internationalization framework
preview: ./showcase/fbt.png
website: https://facebookincubator.github.io/fbt/
source: https://github.com/facebook/fbt/tree/main/website
tags:
- opensource
- meta

View File

@ -0,0 +1,7 @@
title: Fathym Blog
description: Fathym deploys, hosts and integrates your favorite tech stacks.
preview: null
website: https://www.fathym.com/blog
source: https://github.com/lowcodeunit/public-web-blog
tags:
- opensource

View File

@ -0,0 +1,8 @@
title: Fenghua Frontend Developer
description: Blogs and videos about frontend development
preview: ./showcase/zxuqian.png
website: https://zxuqian.cn
source: null
tags:
- personal
- design

View File

@ -0,0 +1,10 @@
title: Files Gallery
description: >-
Single-file PHP app that can be dropped into any folder, instantly creating a gallery of files and folders.
preview: ./showcase/files-gallery.png
website: https://www.files.gallery/
source: null
tags:
- product
- design

View File

@ -0,0 +1,8 @@
title: FireCMS
description: Firebase/Firestore based headless CMS
preview: ./showcase/firecms.png
website: https://firecms.co
source: https://github.com/Camberi/firecms/tree/master/website
tags:
- opensource
- design

View File

@ -0,0 +1,7 @@
title: FirelordJS
description: TypeScript Wrapper for Firestore
preview: ./showcase/firelordjs.png
website: https://firelordjs.com
source: https://github.com/tylim88/FirelordJSDoc
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: Flagsmith
description: Open Source Feature Flag and Remote Config Service
preview: ./showcase/flagsmith.png
website: https://docs.flagsmith.com
source: https://github.com/Flagsmith/flagsmith-docs
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: Flarum
description: Forums made simple. Modern, fast, and free!
preview: ./showcase/flarum.png
website: https://docs.flarum.org
source: https://github.com/flarum/docs
tags:
- opensource

View File

@ -0,0 +1,8 @@
title: FlatifyCSS
description: Modern flat design framework for the web — inspired by Duolingo design system.
preview: ./showcase/flatifycss.png
website: https://flatifycss.com
source: https://github.com/amir2mi/flatifycss/tree/master/website
tags:
- opensource
- design

View File

@ -0,0 +1,8 @@
title: FlexIt Analytics
description: Business Intelligence and Data Analytics platform
preview: ./showcase/flexit.png
website: https://learn.flexitanalytics.com/
source: https://github.com/ataft/flexit-docs
tags:
- opensource
- product

View File

@ -0,0 +1,9 @@
title: Flipper
description: Extensible mobile app debugger
preview: ./showcase/flipper.png
website: https://fbflipper.com
source: https://github.com/facebook/flipper/tree/main/website
tags:
- opensource
- design
- meta

View File

@ -0,0 +1,8 @@
title: Flux
description: Application architecture for building user interfaces
preview: ./showcase/flux.png
website: https://facebook.github.io/flux/
source: https://github.com/facebook/flux/tree/main/website
tags:
- opensource
- meta

View File

@ -0,0 +1,10 @@
title: FoalTS
description: Node.JS framework for building web applications
preview: ./showcase/foal.png
website: https://foalts.org/
source: https://github.com/FoalTS/foal/tree/master/docs
tags:
- opensource
- design
- versioning
- i18n

View File

@ -0,0 +1,7 @@
title: FormatJS
description: Internationalize your web apps on the client & server.
preview: ./showcase/formatjs.png
website: https://formatjs.io/
source: https://github.com/formatjs/formatjs/tree/main/website
tags:
- opensource

View File

@ -0,0 +1,7 @@
title: Formiz
description: React forms with ease! Composable, headless & with built-in multi steps
preview: null
website: https://formiz-react.com/
source: https://github.com/ivan-dalmet/formiz/tree/master/documentation
tags:
- opensource

Some files were not shown because too many files have changed in this diff Show More