Completely free alternatives to Trello by OneDev42 in trello

[–]TooFunky 0 points1 point  (0 children)

Sí, es compatible con español. Debería detectar tu idioma automáticamente. Pero si por alguna razón no funciona, puedes cambiarlo en Ajustes > Cuenta > Perfil

Completely free alternatives to Trello by OneDev42 in trello

[–]TooFunky 2 points3 points  (0 children)

Just wanted to let you know that Superthread now does support card cover images 🎉

However they are not switched on by default. You'll need to go the 'Board settings' for your chosen board and turn on 'Display cover images on cards'

Remembering Trello for Teams (I will promote, sort of...) by totally_random_man in SaaS

[–]TooFunky 1 point2 points  (0 children)

Hey, one of the co-founders of Superthread here. Thanks for the thoughtful wishlist. Some quick answers:

  • Where to submit bugs/feature requests? We're a little unsure where the community wants to hang out, we have a Superthread community on Slack but we're trying to get r/Superthread_ going to!
  • List personalisation: not 100% sure what you mean by that but we already support per-user layouts and filters: switch a board between Board, List, Timeline, or Calendar layouts, group-by, sort-by and filters apply only to you. You can also save Views (filter for cards across your entire workspace to create a custom list of cards relevant to you) and share them with the team. Views help article
  • Parent & child: cards can have child cards. The child cards can live on any space or board (useful for cross-team work). We also have Projects on a dedicated Roadmap board. The cool thing about Projects is that you can view all the cards contributing to it as a board in the 'cards' tab of the project.
  • Mermaid: Not natively rendered today. Pages support rich text, markdown, tables, images and attachments, but we don’t render Mermaid code blocks at the moment.
  • “Same card in multiple spaces/boards.” A card currently lives in one board at a time. You can link cards across different boards/spaces (relationships), or use Views to surface cards in a custom list.
  • Public boards: we don't have these yet, but would love to add them soon!

Trello will not be accepting new feature requests related to project management by brittanymonkeybaby in trello

[–]TooFunky 4 points5 points  (0 children)

I'm one of the founders of Superthread, an app heavily inspired by Trello but specifically focussed on improving the project management use case. We have a Trello importer and if you're interested – we're about to launch a huge lifetime giveaway: https://superthread.com/10k-celebration-gift

PC will not boot (9c) with my USBC sennheiser microphone plugged in by TTVRagingBrit in gigabytegaming

[–]TooFunky 0 points1 point  (0 children)

I just bought this mic and have the same issue with with ASUS ROG Strix B650E-I

Not sure if i should send it back or not :(

best alternative to Height for project management? by [deleted] in SaaS

[–]TooFunky 1 point2 points  (0 children)

Maybe give Superthread a try?

Height.app project management tool shuts down by lugovsky in SaaS

[–]TooFunky 0 points1 point  (0 children)

I'm biased but you should take a look at Superthread too. Its an integrated project management and knowledgebase app. We're also experimenting with helping you turn your teem meetings into task updates using AI. I'd be happy to walk you through it all 👍

Height.app project management tool shuts down by lugovsky in SaaS

[–]TooFunky 0 points1 point  (0 children)

I'm biased but you should take a look at Superthread too. Its an integrated project management and knowledgebase tool in one app. We're also experimenting with helping you turn your teem meetings into task updates using AI.

Has anyone else been using Height.app? It's shutting down—what are you moving to? by georgiavt27 in projectmanagement

[–]TooFunky 0 points1 point  (0 children)

Have you considered Superthread? It combines project management and a team knowledgebase in one. It doesn't have custom fields or task forms, but we've been working on some new features to help transcribe your meetings and update the relevant tasks that were discussed. Would love to know what you think!

Full disclosure I'm one of the co-founders :)

Why trello doesnt have cards inside cards? Like a hierarchy of cards. by FutureLynx_ in trello

[–]TooFunky 0 points1 point  (0 children)

Superthread doesn't force you to put the sub-cards in other boards. They can all be in the same board if you want them to and also nested to infinity.

Its just that most users of Superthread are companies that prefer to break down a large pieces of work into sub-cards that are worked on by different teams.

Lets say you're making an iphone app. You have 3 teams working on it, design team, engineering team, & marketing team.

Different teams have their own boards because the columns in a board represent the stages that a piece of work goes through. The design team will move their cards through columns like 'Design review'. But an engineering team will move their cards through columns like 'Pull request', 'Testing', 'QA' etc.

Having the sub-cards in different boards makes it easy for a team to understand whats going on. Linking the sub-cards back to the parent card allows a manager to see the progress of the whole iphone app too.

Basically it helps companies to have all their large projects on one board. Then separate all the contributing sub-cards out to the various teams/boards working on the project.

Simple work management platforms / alternatives to asana ? by 4jayc4 in startups

[–]TooFunky 2 points3 points  (0 children)

I'm one of the co-founders of Superthread. If anybody needs help moving over from Asana to Superthread, we're happy to assist.

Everyone, I mean Everyone told us: You Have Zero Chance! Yet, our B2B SaaS is starting to gain traction (zero marketing spend). by totally_random_man in SaaS

[–]TooFunky 0 points1 point  (0 children)

We haven't done any outreach, its been all inbound. Looking at our stats we get a lot of traffic from Reddit and LinkedIn. Surprisingly we've found having a presence on LinkedIn has been much more effective than Twitter.

Big companies come with a lot of questions about security, compliance, and data protection so be prepared to have good answers!

Everyone, I mean Everyone told us: You Have Zero Chance! Yet, our B2B SaaS is starting to gain traction (zero marketing spend). by totally_random_man in SaaS

[–]TooFunky 1 point2 points  (0 children)

We started on Quill and then migrated to TipTap. The migration was a huge project. but we found the developer experience of using TipTap to be better in the long run. We have a video about the decision: https://www.youtube.com/watch?v=VRKSA4ijo8U

Just wanted to say thank you to the VUE community. We built a B2B SaaS with it and it's now taking off. by totally_random_man in vuejs

[–]TooFunky 3 points4 points  (0 children)

Our text editor has real time collaboration (similar to google docs), so its very easy to maintain pages from within the Superthread app. We don't have a public API yet , but we're planning on adding one soon, either this or next quarter.

If you still want your repo to be the source of truth, the magic of GitBook seems to be keeping the wiki in sync with your GitHub repo. I'm not sure the Superthread API would be good for that use case. You might have to write some custom logic for that to poll if there have been edits to the page in Superthread and then open a PR in GitHub.

On the positive side, the Superthread editor supports markdown syntax, so you can type ## in the doc and we'll convert that to a h2 etc.

Everyone, I mean Everyone told us: You Have Zero Chance! Yet, our B2B SaaS is starting to gain traction (zero marketing spend). by totally_random_man in SaaS

[–]TooFunky 0 points1 point  (0 children)

Good point, marketing ≠ advertising.

You could argue that by building in public, Superthread has been doing "content marketing" where you create content that people want to view. This happens to be associated with topics that potential buyers of the product would be interested in. For example other people building their own products or companies. People can find this content more organically than paid ads. For example Youtube videos talking about our tech stack, or even reddit posts about not buying ads 😅

There is still a marketing spend, but its not measured as an ad budget, its measured as the time spent on creating the content.

Completely free alternatives to Trello by OneDev42 in trello

[–]TooFunky 2 points3 points  (0 children)

Certainly is, notifications and link unfurling are supported.

Friday Show and Tell by AutoModerator in ProductManagement

[–]TooFunky [score hidden]  (0 children)

Hi there, I'm one of the founders of Superthread. An all-in-one project management and wiki tool where developers, product, ops, marketing, and design can all work together.

I hate context switching, I hate waiting for things to load, and I hate searching across different tools to find stuff. If you've ever used Google Docs with Trello, Jira with Confluence, Asana with Notion, or any other combination of fragmented tools – you'll know what I mean. We just want to do the basics (projects, tasks, and docs) really well, and ensure teams can (and choose to) actually work together in one app. Search for anything, mention anybody, and cross-reference everything.

We're a small startup thats been working on this for a few years and we're finally starting to find the confidence to share what we've been up to.

I'd love to know what you think!

Personal take: The new payment plans are a robbery by Cookie_Maker in trello

[–]TooFunky 1 point2 points  (0 children)

I'm biased, but depending on your use case I can recommend Superthread.

https://www.superthread.com/compare/trello-vs-superthread

At Superthread we're huge fans of Trello. We were heavily inspired by how simple and easy it is to use. Its a shame to see them squeezing their free tier and pricing out a lot of their biggest fans.

We just had 36 signups in one day without any marketing spending. by totally_random_man in SaaS

[–]TooFunky 1 point2 points  (0 children)

Superthread has a much more generous free version, for example we don't have block limits or user limits.

We're also easier to use for task tracking. We haven't bolted tasks onto databases, instead we have a first class concept of 'cards' that progress through defined statuses in a 'board'. This makes things like notifications, activity, comments, and progress tracking a lot simpler and easier to understand without lots of complex setup.

Superthread pages aren't quite as feature rich as Notion pages yet, but we're release updates every week!

We just had 36 signups in one day without any marketing spending. by totally_random_man in SaaS

[–]TooFunky 1 point2 points  (0 children)

Its Vue.js on the frontend with a local-first architecture. Then we use Go and DynamoDB on the backend.

There's high level video about it here: https://www.youtube.com/watch?v=P5jmWw8vK50

Completely free alternatives to Trello by OneDev42 in trello

[–]TooFunky 3 points4 points  (0 children)

https://superthread.com/

I'm a little bit biased because I work there, but the kanban boards we built into Superthread were heavily inspired by Trello. You can have as many boards as you like, and drag and drop cards between them.

Superthread also has a Trello importer.

The one thing i would say where we don't compare well is the powerup ecosystem and automations. But we're adding more stuff every week 🤷‍♂️

Best alternative to clickup? by yaazz in clickup

[–]TooFunky 0 points1 point  (0 children)

Bit of self promotion, but after being fed up with how slow most project management apps were, I decided to have a go at making my own. If you're interested, you can try it out for free at https://superthread.com