Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Selfhosted
  3. Creating similar service to AlternativeTo

Creating similar service to AlternativeTo

Scheduled Pinned Locked Moved Selfhosted
selfhosted
29 Posts 16 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W [email protected]

    I am looking to create similar tool to AlternativeTo. This would list different brands and why you should or should not buy them. Is there some software that would be great starting point for creating this kind of service?

    I would guess wiki apps would work for this, but like wikijs, but interested to hear is the something else that could be used for this.

    drunkanroot@sh.itjust.worksD This user is from outside of this forum
    drunkanroot@sh.itjust.worksD This user is from outside of this forum
    [email protected]
    wrote last edited by
    #17

    consumer rights wiki might be a good place to start

    W 1 Reply Last reply
    2
    • drunkanroot@sh.itjust.worksD [email protected]

      consumer rights wiki might be a good place to start

      W This user is from outside of this forum
      W This user is from outside of this forum
      [email protected]
      wrote last edited by
      #18

      Thanks for sharing! This has same idea that I am have plans! IMO this shows that wiki is bit less user friendly compared to what AlternativeTo has.

      1 Reply Last reply
      1
      • G [email protected]

        you should allow the tracking of UPC codes as well. this would allow a mobile app to be used in-store far easier than by product name.

        W This user is from outside of this forum
        W This user is from outside of this forum
        [email protected]
        wrote last edited by
        #19

        Maybe in the future, but my goal for this site is to just list brands and not individual products.

        1 Reply Last reply
        1
        • ddash@lemmy.dbzer0.comD [email protected]

          I used the alternate to destroy the alternate.to

          W This user is from outside of this forum
          W This user is from outside of this forum
          [email protected]
          wrote last edited by
          #20

          I mean they already list alternatives to their site: https://alternativeto.net/software/alternativeto/ 😄

          C 1 Reply Last reply
          6
          • nickwithac@lemmy.worldN [email protected]

            This used to exist:

            https://en.wikipedia.org/wiki/GoodGuide

            W This user is from outside of this forum
            W This user is from outside of this forum
            [email protected]
            wrote last edited by
            #21

            Never hear about this and sad that it got cancelled.

            1 Reply Last reply
            0
            • nickwithac@lemmy.worldN [email protected]

              Alternative To only does software so imagine that but for physical products.

              W This user is from outside of this forum
              W This user is from outside of this forum
              [email protected]
              wrote last edited by
              #22

              Yeah, pretty much this.

              1 Reply Last reply
              1
              • S [email protected]

                A wiki would be great, since it allows user contributions and a familiar interface.

                Not necessarily mediawiki, though. Or maybe something that allows people to submit individual options in a category and vote on them.

                Get it running and set it loose!

                W This user is from outside of this forum
                W This user is from outside of this forum
                [email protected]
                wrote last edited by
                #23

                Yeah, end goal would probably create something like this.

                1 Reply Last reply
                0
                • P [email protected]

                  how technical are you?

                  You could probably use Notion as a backend and use Potion.so to make the website. Another route is Webstudio + a CMS like Hygraph or Strapi if you want to self host it.

                  I think this might even be doable on Ycode or Webflow.

                  At the end of the day what you want is a database with all the products and a relations between each other based on their features.

                  W This user is from outside of this forum
                  W This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #24

                  Thanks for recommendation. I am technical, but more on backend side rather than front end. I would love to use something that is opensource. This would probably work, but seems like I would need the create a lot of things "from scratch". This would be a side project so I am looking something that would be simple as possible.

                  P 1 Reply Last reply
                  0
                  • L [email protected]

                    Love this, and I want this.

                    I'd consider some of the secondary requirements, which might then inform what you use for the primary requirement.

                    Have you ever moderated a site or forum? With user-submitted content, you absolutely need a moderation mechanism, and moderators. This site would be a prime target for astroturfing, trolls, and people with beef. The latter are useful for sourcing content about alternatives, but relying on each contributer to moderate themselves is not going to work.

                    You'll also need an effective mechanism for receiving and actioning takedown requests (or telling them to eff off, if that is your wont).

                    All of that comes down to user metamanagement, and user classes. Simpler wiki software is probably designed for trusted users, or a single user, or might require a plugin to handle these scenarios. Mediawiki is stable and capable, but needs tight site design to avoid it becoming a maze. (Actually, that last bit goes for anything you choose. If you don't impose a structure, you're going to get a structure anyway, it just might not be the one you or your users want.)

                    W This user is from outside of this forum
                    W This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #25

                    Doing moderation is something that I would not want to do at the start. At least in the start all items would be created by me. This would be a side project for me and all user submissions would be verified (if ever allowed). This would be more like personal list rather than huge community project. Maybe if this evolved overtime then it could be something else.

                    Yeah, wiki might be simplest solution for this, but I was wondering if there existed something more visually friendly. IMO wiki (similar to https://consumerrights.wiki/Main_Page) is less "pretty" to AlternativeTo. But using wiki could probably be starting point for this.

                    1 Reply Last reply
                    1
                    • W [email protected]

                      I mean they already list alternatives to their site: https://alternativeto.net/software/alternativeto/ 😄

                      C This user is from outside of this forum
                      C This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #26

                      Looks like the Privacy Guides website is open source. It has a recommended tools section that you can use as a starting point.

                      W 1 Reply Last reply
                      1
                      • C [email protected]

                        Looks like the Privacy Guides website is open source. It has a recommended tools section that you can use as a starting point.

                        W This user is from outside of this forum
                        W This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #27

                        Thank you, I forgot about that. Yeah that could be good starting point!

                        1 Reply Last reply
                        1
                        • W [email protected]

                          Thanks for recommendation. I am technical, but more on backend side rather than front end. I would love to use something that is opensource. This would probably work, but seems like I would need the create a lot of things "from scratch". This would be a side project so I am looking something that would be simple as possible.

                          P This user is from outside of this forum
                          P This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #28

                          Webstudio + baserow could work and those are both open source

                          W 1 Reply Last reply
                          0
                          • P [email protected]

                            Webstudio + baserow could work and those are both open source

                            W This user is from outside of this forum
                            W This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #29

                            Thanks! I will check them out!

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups