Skip to content

Commit

Permalink
Merge pull request #799 from soltanireza65/main
Browse files Browse the repository at this point in the history
add Community helps to getting started page and add 2 solid apps to apps page
  • Loading branch information
michielbdejong authored Sep 18, 2023
2 parents f04d89e + 88f9f5f commit 67b48f4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,23 @@ For instructions on:
## Developing your first app

Once you are set up with your own Pod and WebID,
you're ready to develop your own app. Various Solid client libraries may provide a beginning app tutorial; for example, the [Inrupt JS Client Library tutorial](https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/getting-started/).
you're ready to develop your own app. Various Solid client libraries may provide a tutorial for beginners; for example, Inrupt offers the [JS Client Library tutorial](https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/getting-started/).

## Community assistance

Check out some of the existing applications. Some interesting approaches follow:

- **PodOS** (Web Components) https://github.com/pod-os/PodOS
- **solid-uix** (Native Web Components) https://github.com/SolidOS/solid-uix

Solid with web frameworks:

- **ember-solid**[Video Tutorial](https://nextcloud.hellofuture.be/s/nYYNwGceFSNotJY) which should be start-to-finish Solid Ember App (Aad Versteden)
- **[todo-ldo](https://github.com/megoth/todo-ldo)** — a [solid/nextjs/ts] app (Arne Hassel)
- **[solid-react-app-tutorial](https://virginiabalseiro.com/blog/solid-react-app-tutorial)**

You can also look into the Solid apps at:
- [Solid Apps](https://solidproject.org/apps)

Youtube videos:
- [How we're doing Solid — in fewer than 5 minutes](https://www.youtube.com/watch?v=CqI15zs1NHw)
2 changes: 2 additions & 0 deletions pages/use-solid/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ redirect_from:
| [OEdit](https://edit.o.team) | An editor app for raw files using the vs interface. <br>- [source code](https://github.com/jaxoncreed/o-edit) by [Jackson Morgan](https://github.com/jaxoncreed).|
| [Plume](https://thewebalyst.solidcommunity.net/plume/) | Blogging platform. <br>- [Source code](https://github.com/theWebalyst/solid-plume/) [MIT License Copyright © 2015](https://github.com/theWebalyst/solid-plume/blob/gh-pages/LICENSE) [Andrei Sambra](https://github.com/deiu) |
| [Dokieli](https://dokie.li) | A client side editor for decentralised article publishing, annotations, and social interactions. <br>- [Dokieli](https://github.com/linkeddata/dokieli) [Apache License v2.0 2012](https://github.com/linkeddata/dokieli/blob/master/LICENSE) [Sarven Capadisli](https://github.com/csarven) |
| [solidProfileEditor](http://profile.pondersource.net) | A solid app to view and edit you profile data. <br>- [solidProfileEditor](https://github.com/pondersource/solidProfileEditor)
| [solidBookmarker](https://bookmarks.pondersource.net) | A solid app to manage you bookmarks. <br>- [solidBookmarker](https://github.com/pondersource/solidBookmarker)

## Geolocation

Expand Down

0 comments on commit 67b48f4

Please sign in to comment.