SAFE-Stack / docs

https://safe-stack.github.io/docs/
MIT License
145 stars 70 forks source link

Start a list websites that use Fable #209

Open olivercoad opened 3 years ago

olivercoad commented 3 years ago

Start a list of websites/projects that use fable. This can show some places where fable is used in production. This would be useful for: introducing people to SAFE Stack; learning, especially in the case of open-source projects; and seeing what kind of things the community is using Fable for, especially for closed-source websites that can't be found by searching GitHub.

My thoughts are:

This list should ideally feature "real world" sites that use F# for a non-trivial part of the front-end. Demos like SAFE Search and documentation sites built with Fable such as the Feliz docs may still be useful to include in a section but should not be the focus.

Each listing should include a name, link, and a brief description of the extent that F# is used on the front-end and whether F# is also used on the back-end, if applicable.

olivercoad commented 3 years ago

It would be good to get a number of listings in comments before making a page. Here are a couple to start

facemorph.me - source

facemorph.me has an entirely F# frontend, making heavy use of Feliz.MaterialUI. A Node.js serverless function on Vercel, also compiled with Fable, is used for server-side rendering, and the backend API is currently written in Python.

wcat

wcat is a small project which has an F# Fable client and .NET server. It extends the FAKE script from the SAFE-template to also watch build an extra go program.

olivercoad commented 3 years ago

Some F# Fable projects @dsyme mentioned at the start of .NET Conf Focus on F#: