Live data from Hacker News

Viewing profile — bieberChen

bieberChen

HN member
Joined
Wed, Aug 09, 2023, 1:48 PM UTC
HN karma
108
Public activity
28 items

About bieberChen

Founder of Teable.io, twitter: https://twitter.com/thebieberchen email: artist[at]teable.io

Recent public activity

  1. comment
    Comment #39901878

    I use nestjs in my open source no-code database https://github.com/teableio/teable , and I really like it, especially the dependency injection capability.

  2. comment
    Comment #39717908

    We have a plan to do it, we have a lot of user feedback, and we find it very useful

  3. comment
    Comment #39686899

    Can you share the detail? you mean cant deploy on mac?

  4. comment
    Comment #39679395

    search ”In the comments” in this page

  5. comment
  6. comment
    Comment #39676201

    There is currently no "join" capability, but there is a "Link Field" to handle table relationships. We also found the calendar view useful, as it sits in the middle of the requirem…

  7. comment
    Comment #39676188

    Teable can currently share forms to get data from external users. You can also integrate with other lowcode tools to build external application interfaces

  8. comment
    Comment #39675357

    you are right, I'll fix it~

  9. comment
    Comment #39675197

    In the SingleLineText field, you can choose to show as email, Any format verification (regex) will be introduced in the future.

  10. comment
    Comment #39675189

    It's kind of like collaborating directly on a database (Through the Grid that has been prepared) rather than building an application interface

  11. comment
    Comment #39671579

    This pun is interesting; the 'new' in Teable is literally the 'e'. I've addressed the product comparison questions in a public reply, hoping it's helpful.

  12. comment
    Comment #39671507

    In the comments, everyone is interested in the core differences between Teable and similar products. Here, I'll compare the products mentioned. Please note that since I'm not a dee…

  13. comment
    Comment #39671085

    Thank you!

  14. comment
    Comment #39670030

    Sure we will, this week.

  15. comment
    Comment #39669850

    I'm truly sorry if our actions have caused any offense. Our team consists of 5 freelance programmers without any designers on board, and without any funding, so we had to tackle th…

  16. comment
    Comment #39669544

    Don't worry, it's been noted!

  17. comment
    Comment #39669484

    NocoDB is a pretty impressive product. In fact, the idea for creating Teable emerged around the same time NocoDB was released. The challenge with Teable is our desire to provide a …

  18. comment
    Comment #39669384

    That is what I want to share. When users create fields in the visible table, it directly creates columns in the corresponding Postgres table. There's a mapping between the fields o…

  19. comment
    Comment #39669300

    I must say, this suggestion is fantastic, super grateful!

  20. comment
    Comment #39669185

    In fact, we haven't seriously discussed commercialization yet; our main focus is on perfecting the basic functionalities. But I believe the price will definitely be very reasonable…

  21. comment
    Comment #39669090

    In fact, Teable has no limit on the number of rows; you can always trust Postgres . Here's a table with 1 million rows [0], where you can experience the response speed as well as t…

  22. comment
    Comment #39669028

    GlideGrid is an outstanding canvas grid component (interestingly, it was initially used by us before we decided to create our own version to enhance the user experience). Teable, o…

  23. comment
    Comment #39668971

    If I understand correctly, this feature is currently supported. You can try the Sales CRM template https://template.teable.io/t/recHJEzSkIZ1IpjltNZ . In the first table named Oppor…

  24. comment
    Comment #39668917

    A more optimal approach is to utilize the SDK to use the table as a React component within the application. This capability will be iterated later. Teable's UI interface is all bui…

  25. comment
    Comment #39668867

    Technically feasible, if you deploy Teable under the same domain with your own app, the user sessions can be shared then you can use an iframe to embed the table into your applicat…