I'm Pankaj. Since 2012 I've been building complete products on my own: the database, the API, the admin panel and the screen people actually use.
This is where all of them live.
Study material ends up spread across WhatsApp groups, PDFs and notebooks. Studiez keeps it in one place so a student opens one app and picks up where they stopped.
Light enough to run well on a cheap phone, simple enough to need no tutorial.
Open StudiezI first built myApis in 2018 in raw PHP. If your website needs a login, a comment section, image uploads or a way to see which countries your visitors come from, you shouldn't have to write a backend. Generate a key, paste the snippet, done.
Every account got 5 tables, 50 columns per table and 1,000 records free. Developers could publish their own APIs on the portal after review. Version 2 is in progress, starting with login.
See myApis<!-- paste this, that's it -->
<div id="myapis-login"></div>
<script src="…/login.js"
data-key="ma_live_8f2c…">
</script>
For the shop owner who wants to take orders online without giving a big platform a cut of every sale. Add products, share the link, get orders.
Catalogue, cart, orders and a dashboard that shows what sold today.
Open myShopCabby covers the whole trip: a rider books, a nearby driver accepts, and the operator sees every ride from one panel.
Made for local taxi operators who want their own booking app instead of listing on someone else's.
See CabbyHTML Extender gives plain HTML extra abilities, so small sites don't need a build step or a heavy framework to feel modern.
Free to use under the Apache 2.0 license. Issues and pull requests are welcome.
View on GitHub<script src="html-extender.js"></script>
<!-- plain HTML, extended -->
<section extend="…">
…
</section>
Smart Dev Labs is one person and a long list of projects. Most of what I make is for people who don't care what language it's written in. They care that it loads fast, works on their phone and doesn't break. That's the bar I build to.
This site is about the projects. For more about me as a developer, my writing and my other work, visit theencryptedone.com.
A website, an app, a backend, or one of these projects set up for your business. Write to me.
hello@smartdevlabs.in