Title
Deta – The cloud for makers and dreamers.
Go Home
Description
Build & deploy your ideas on the universe's most developer friendly cloud platform for free.
Address
Phone Number
+1 609-831-2326 (US) | Message me
Site Icon
Deta – The cloud for makers and dreamers.
Tags
Page Views
0
Share
Update Time
2022-05-04 02:10:09

"I love Deta – The cloud for makers and dreamers."

www.deta.sh VS www.gqak.com

2022-05-04 02:10:09

We are Hiring! Deta Space Docs Dashboard The Cloud for Doers & Dreamers. Build & deploy your ideas on the universe's most developer friendly cloud platform. Say goodbye to servers and bills. Deta is free for ever. Micros Get your Python & Node.js apps / APIs on the internet in seconds. Learn more → ?   Deploy in seconds. ?   Unlimited apps & APIs. ?   Highly scalable. ?   Built-in API-Key auth & Cron. Get Started with Python → Get Started with Node.js → Python Node from fastapi import FastAPIapp = FastAPI()@app.get("/")def hello(): return "Hello from my Deta Micro" const express = require("express");const app = express(); app.get("/", async (req, res) => { res.send("Hello from my Deta Micro")});module.exports = app; $ deta new$ Deploying ⠝$ Successfully created a Deta Micro.$ https://hello.deta.dev/ ↗ Base Deta Base is a super easy to use production-grade NoSQL database that comes with unlimited storage. Learn more → ☂️   Easy to use API. ?   Super fast & highly scalable. ?   Unlimited databases. ?   Graphical UI. Get Started with Python → Get Started with Node.js → Python Node Go HTTP from deta import Basefleet = Base("fleet") # name your Basefleet.put({"name": "Geordi", "cto": True, "key": "1"})fleet.get("1") # get item by keyfleet.fetch() # list all itemsfleet.update({"name": "Geordi La Forge", "key": "1"})fleet.delete("1") const { Base } = require("deta");const fleet = Base("fleet"); // name your Basefleet.put({"name": "Geordi", "cto": True, "key": "1"})fleet.get("1") // get item by keyfleet.fetch() // list all itemsfleet.update({"name": "Geordi La Forge", "key": "1"})fleet.delete("1") package mainimport ( "github.com/deta/deta-go/deta" "github.com/deta/deta-go/base")d, err := deta.New()// name your Basefleet, err := base.New(d, "fleet")// put an item in the Basekey, err := fleet.Put(&User{Key: "1",CTO: true,Name: "Geordi",}) curl --location --request PUT \ 'https://database.deta.sh/v1/{project_id}/{db}/items' \--header 'X-API-Key: mysecret_project_key' \--header 'Content-Type: application/json' \--data-raw '{ "items": [ { "name": "Geordi", "title": "Chief Engineer", "has_visor": true }, ]}' Drive The easy to use cloud storage solution by Deta – get 10GB for free. Learn more → ?️   Easy to use API. ⚡️   Super fast & highly scalable. ?   Unlimited drives. ?   10GB per account for free. Get Started with Python → Get Started with Node.js → Python Node Go HTTP from deta import Drivefiles = Drive("invoices") # name your Drivefiles.put("invoice.pdf", path="./invoice.pdf")files.get("invoice.pdf") # get file by namefiles.list() # list all files in a drivefiles.delete("invoice.pdf") const { Drive } = require("deta");const files = Drive("invoices"); // name your Drivefiles.put("invoice.pdf", {path: "./invoice.pdf"});files.get("invoice.pdf"); // get file by namefiles.list(); // list all files in a drivefiles.delete("invoice.pdf"); package mainimport ( "strings" "github.com/deta/deta-go/deta" "github.com/deta/deta-go/drive")d, err := deta.New()// name your Drivefiles, err := drive.New(d, "files")// put a filename, err = files.Put(&drive.PutInput{Name: "hello.txt",Body: strings.NewReader("Hello"),ContentType:"text/plain",}) curl --location --request PUT \ 'https://drive.deta.sh/v1/{id}/{dname}/files?name={name}' \--header 'X-API-Key: mysecret_project_key' \--header 'Content-Type: application/octet-stream' \--data-raw '--raw-bytes--' Ready for Space? Deploy to millions of users & make $$$ with a click on the only ∞ scale, 0 ops cloud in the universe! Learn more → I'm ready, take me to Space → Rohit Gupta @rohit7gupta @detahq is bloody amazing! So smooth, so fast, painless. Tushar Rohilla @CapTen101_ Bye bye Heroku. Hello @detahq You guys are the best ?? Mayne @mayneyao @detahq 开发体验真的很棒,用 fastapi 写接口 + 后端逻辑 。搭配 iOS 的捷径、 使用 @NotionHQ 做数据库,可以很方便地把日常数据收集起来。低代码平台真是折腾派的福音,快速验证 idea ? 很方便。免费额度也足够个人日常使用。昨晚折腾了2小时上手 deta + fastapi,不到 50 行代码? pic.twitter.com/T5abKth7YA ??‍?@?? @asxyzp @detahq w/o the free-tier version of Deta, most of us wouldn't have been able to test out in the first place.e.g. @Oracle 19g has a free tier cloud version, but I haven't been able to use it, because it asks for a credit card transaction & everyone in my family uses a debit card. Kunal Mishra (?,??) @knlmsh Big thank you to the people behind @detahq. Deta is SO GREAT. Aniket Teredesai ? @AniketTeredesai @detahq ik u have heard this a million times...But Deta is Gold for hobbyists!? Anthony Corletti ? @anthonycorletti so @detahq looks like an incredibly dope product Vitaly Ermilov @Scienvestor Just want to support and spread the word about these guys! I love the idea of highly effective startup friendly #cloud infrastructure.deta.shspace.deta.dev#webapps #developers bLaCkwEw @bLaCkwEwGG Deta ?deta.sh Josias Aurel ⚡?? @JosiasWing Built a small URL shortener on @detahq and it was supper easy.Here is the live app link : d4kqx2.deta.devSource : github.com/JosiasAurel/mi… Gingerbreadfork @gingerbreadfork You can do some pretty interesting stuff with @detahq Say you want to cache requests when using a public API or something, less than 100 lines of #python and you have a data micro you can do just that with, deployable in seconds... for free... ¯\_(ツ)_/¯github.com/Gingerbreadfor… allanberger/ ? @allanberger ??✨ @__tosh built a site to check game compatibility & performance on the new M1 Macs — web app powered by @detahq twitter.com/__tosh/status/… daksh (?️,??) @0xDak this was basically to test @detahq but decided to make a segment. s/o to @detahq for such amazing deployment Anurag ⚡ @kr_anurag_ Was able to deploy my first FastAPI Projectto @detahq Both are amazing toolsSpecial thanks to @JoshuaPoddoku #100DaysOfCode #fastapi #deta #30DaysOfCode #javascript #python Ainsley @whole_grainsley Really hope this service takes off ??falling in love with it after only a little bit of poking around ? twitter.com/detahq/status/… Yuvraj @yuvraajsj18 @detahq Deta seems unreal to me ? mrcartoonster ???? @mrcartoonster Man, I hope this guy doesn't know about @detahq ... twitter.com/iamdevloper/st… Dustin Michels @Dustin_Michels Tried building a simple Python app with FastAPI, including deploying to @detahq... so slick!! I am amazed. Noah Manneschmidt @Cathadan Just stumbled into Deta recently and while I don't know how "everything is free forever" can possibly work out in the long run, what they have so far is really cool and I want to use it for something! twitter.com/detahq/status/… anoushk.sol (?,??) @anoushk77 Made my first Micro on @detahqTook about 10 minutes from installing the cli to having it deployedAwesome work guys? and thanks @ayshptk for introducing me to deta? pic.twitter.com/aMTTYibtHw Sreeram @fillerInk So I got a sneak peek of @detahq's next big thing thanks to @mxeust and oh boy is it exciting! Really glad and excited to see Deta stand out from other cloud providers and redefine how people use the cloud. Eagerly waiting for the release! ?Kieran? ? @sir_divs_alot WHOA! I just checked them out! How can this be real??? Guys check out @detahq NOW! #100devs #100DaysOfCode If I'm dreaming y'all get a free slap to wake me up! twitter.com/thisismanaswin… Bruno Rocha ❁ @rochacbruno Muito interessante esta opção para deploy de APIs em #python com #FastAPI fastapi.tiangolo.com/deployment/det… Paritosh Mahajan @ParitoshM_9 @detahq is the best free tool I found to quickly launch digital products. We can host servers, run cron jobs, use their cloud database etc for free and without LIMITS.I used it for my project @growclout and I cannot recommend more#buildinpublic #indiehackers #100DaysOfCode dsoto @sotoplatero deta.sh pinta muy bueno. Cada vez es mejor el desarrollo de tus ideas y MVP's, todo sin gastar un kilo twitter.com/fransallen/sta… ? Ren~ ? @SatRen10 used Deta to host my little microservice easily for my college AR project which I had to make in 4 hours being a spoiled teen and starting work on submission day, thanks @detahq ❤️ 高倉 礼 @Acid1012 容量無限のNoSQLデータベース,高速な応答(シャットダウンなし),シンプルなデプロイCLIとSDKまで提供されているのに,完全無料なやべーサービスを見つけてしまったdeta.sh Josías Alvarado @pointerish What a nice thing @detahq is. I'm currently working on a project very close to my heart and I chose Deta as my go-to platform. So far I'm enjoying it! berrysauce @brrydev Thanks to @detahq you can go to changemydisplay.deta.dev and change the text on my little OLED displayI love how fast you can make stuff with Deta ♥ pic.twitter.com/xVwShJiivL daksh (?️,??) @0xDak @dakmig @heroku @Zeet_Co @detahq @detahq ftw ended up using it. v easy to use with the cli Jon Stødle @jonstodle After playing around with it for a little while, @detahq really feels like Vercel or Netlify for the backend.Write a server and deploy in seconds. Even includes 2GB of database storage for free!If you just need the database, that's available too via node, Python, Go, HTTP Riccardo Tartaglia @RikTarWeb @florinpop1705 @supabase If you want a fast MVP try also deta.sh Joshua Poddoku @JoshuaPoddoku Powerful tools I used for the first time for Frontend projects ???️ Quickly make an API using @fastapi ⚡Deploy on @detahq #DEVCommunityIN #DEVCommunity #100DaysOfCode #API Simon Willison @simonw Neat new option for deploying Datasette (and other ASGI and WSGI applications) - @detahq is a "micro cloud" hosting provider that runs Python or Node.js apps in sandboxes VMs with 128MB of RAM available for each execution docs.deta.sh/docs/micros/ab… twitter.com/_abdelhai/stat… David Adi Nugroho @lakuapik @detahq running on app that builds on top of deta micro ?️?️?️?️ ayushp.eth (?,??) @ayshptk @TheBuilderJR @detahq cron *chef's kiss* ⚡ - Shannon Duncan - ? @iamMrDuncan I just found @detahq and omg it looks awesome. FC rSTATS @FC_rstats @mr_le_fox @detahq this looks like a great tool for my use case (simple as they come), have played around with it quickly and it has proved perfect with some interesting features - thanks Ruter Lü @ruterlv ?The server(Deta Micros), database(Deta Base) and OSS(Deta Drive) all available, can't wait to dev! twitter.com/detahq/status/… Rohan @spongedungeon why is @detahq so good 铁头功是吧 @tietougongshiba 这服务有点像后端版的vercel试了下感觉还挺不错deta.sh SwapnaChippagi @SwapnaChippagi hey @detahq made a crypto alert using your service. Thank you medium.com/@swapnachippag… Musthaq Ahamad @haxzie_ @fayazara @vercel @Netlify Try @detahq ?? Parth @vimoveremacs @detahq deta to the mooooon ? Hemesh ? @hemeshch I really love the Deta Drive. It's honestly so easy to use and I am currently using it with multer to build an image uploader for my web app. @detahq, you guys did a really good job! pic.twitter.com/1rOi7202Go You don't need a degree to use Deta Although many students and university staff swear by it For developers, not enterprises Unlike 'big cloud', Deta is made with developers in mind. We have no plans to shift our focus to selling to enterprise. Free, for purpose Credit cards and server costs are creativity-killers for developers worldwide. Deta is free, built to back creators and their ideas. We make money together Deta is building tools to help developers earn money. We aspire to pay you, not charge you. What are you waiting for? Twitter / Slack / Discord Deta – The Cloud for Developers Abstract Computing, Berlin Aavash Shrestha Platform Engineer Max Eusterbrock Space Engineer Maximilian Schiller Product and Designer Mustafa Abdelhai CEO Rohan Shiva SWE Intern Get in touch For help, head to our Slack or Discord For non-support inquiries, email us at [email protected] Legal / Privacy / Terms / Credits