Built with / example site
See original GitHub issueI’ve looked but I’m finding it tough to find an actual real world public example of fractal in action.
So far I’ve only found http://bits.24ways.org/. I’m sure there are much more out there waiting to be discovered.
I propose we allow project owners a way of adding some metadata to their own www build which will allow other sites to index them and build a catalogue similar to http://builtwithbootstrap.com/ on which designers, developers and UX people can view, understand, admire and learn from other examples.
Metadata may include a simple JSON file in the root alongside index.html (generated by fractal if the user wants)
{
"name": "My Companies Style-Guide",
"description": "MyCo. UI Framework",
"version": "0.1.0",
"fractalVersion": "1.0.8",
"theme": "mandelbrot",
"repository": "https://github.com/myco/myfractal",
"author": [
{"social": "github", "handle": "eknowles"},
{"social": "twitter", "handle": "nedknowles"},
]
}
Anyone can then visit builtwithfractal.com (for example) and submit a url to be indexed.
This would also allow authors to sign in and add more detail such as blog posts, company information etc.
I’d be happy to build the backend if someone wants to help design the front end?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top GitHub Comments
Hi guys. I know it’s not an entire buildwithfractal site, but I just created this simple list, because I thought it would be nice to have a collection somewhere. Feel free to add examples 😃
https://github.com/mikkelrom/fractal-examples
Let me know if there is already another list of examples out there that you are aware of. Thanks
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.