Live data from Hacker News

Show HN: Polybit – Build, Deploy, Host Node.js APIs

polybit.com

21–30 of 51 posts

Re: Show HN: Polybit – Build, Deploy, Host Node.js APIs

#21
post #15
post #12

The premise of this is a great idea. The sign up is pretty neat - def. suited to expected audience/users. However, no pricing info? I'll come back once pricing is displayed.

I didn't found the pricing info either until I played around in the terminal, which gives us this: $ pricing Polybit offers pay-as-you-go services. Action | Cost ---------------------|--------------------------- API Request | 1 Credit Database Query | 1 Credit - FREE in Beta Project Deployment | 10 Credits - FREE in Beta Create New Project | 50 Credits Create New Database | 50 Credits Package | Credits | Price ------…

confused about what x2 means?

Re: Show HN: Polybit – Build, Deploy, Host Node.js APIs

#23
post #15

Earlier quoted context omitted.

I didn't found the pricing info either until I played around in the terminal, which gives us this: $ pricing Polybit offers pay-as-you-go services. Action | Cost ---------------------|--------------------------- API Request | 1 Credit Database Query | 1 Credit - FREE in Beta Project Deployment | 10 Credits - FREE in Beta Create New Project | 50 Credits Create New Database | 50 Credits Package | Credits | Price ------…

confused about what x2 means?

It means you get 2x the credits because they're in beta. So presumably 10,000 (x2) means for the price on the right column, you'd get 20,000 credits. Just a guess.

Re: Show HN: Polybit – Build, Deploy, Host Node.js APIs

#24
This looks really interesting but I personally really dislike the pricing, maybe others will love it but to me it's nearly impossible to guess how much this will cost me. When I start a new project I have no clue how many requests or queries will be made. I get the advantage of not working about infrastructure but I'd rather pay a flat fee and then be able to scale up to handle more requests.

Re: Show HN: Polybit – Build, Deploy, Host Node.js APIs

#25

This looks really interesting but I personally really dislike the pricing, maybe others will love it but to me it's nearly impossible to guess how much this will cost me. When I start a new project I have no clue how many requests or queries will be made. I get the advantage of not working about infrastructure but I'd rather pay a flat fee and then be able to scale up to handle more requests.

Great to have this feedback! Nothing's set in stone yet. This is what we're launching with but I'm sure there's a good chance we'll have something more palatable for you down the line, if you're interested! :)

Re: Show HN: Polybit – Build, Deploy, Host Node.js APIs

#26

Bug report: REPL on https://polybit.com/ fails to display fonts. See [1] for a screenshot. Firefox 47.0 on OSX. [1] http://i.imgur.com/ty8PZT9.png The console logs the keydown events per pconsole.js line number 308. I see the keys I pressed but nothing shows up. keydown { target: , key: "h", charCode: 0, keyCode: 72 } pconsole.js:308:5 keydown { target: , key: "e", charCode: 0, keyCode: 69 } pconsole.js:308:5 keydown…

Should work now. Just pushed a hotfix. Thanks for the catch! (You and everybody else.)

Re: Show HN: Polybit – Build, Deploy, Host Node.js APIs

#27

Very COOL! As a DBA, as fare as I'm concerned this is how databases should be used. NO! application should contain SQL. SQL should ONLY be in an API.

What does being a DBA, Databases and SQL have to do with this Platform as a Service?

I think parent was trying to express approval for Polybit's "API First" philosophy - which would result in a situation where Apps call APIs which call Databases.

Their experience as a DBA being what led them to this conclusion.

Re: Show HN: Polybit – Build, Deploy, Host Node.js APIs

#29
post #23

Earlier quoted context omitted.

confused about what x2 means?

It means you get 2x the credits because they're in beta. So presumably 10,000 (x2) means for the price on the right column, you'd get 20,000 credits. Just a guess.

This is exactly what it means. :)

We're early and we're super grateful for anybody who's willing to test drive the services. I expect I'll be giving away a lot of free use to active early adopters.

Re: Show HN: Polybit – Build, Deploy, Host Node.js APIs

#30

Bug report: REPL on https://polybit.com/ fails to display fonts. See [1] for a screenshot. Firefox 47.0 on OSX. [1] http://i.imgur.com/ty8PZT9.png The console logs the keydown events per pconsole.js line number 308. I see the keys I pressed but nothing shows up. keydown { target: , key: "h", charCode: 0, keyCode: 72 } pconsole.js:308:5 keydown { target: , key: "e", charCode: 0, keyCode: 69 } pconsole.js:308:5 keydown…

Should work now. Just pushed a hotfix. Thanks for the catch! (You and everybody else.)

Happy to help. :)
Post reply on HN