
Base44
Create functional apps by describing them in plain language, no coding required.
The full gallery
Tech stack
21 projects

Create functional apps by describing them in plain language, no coding required.

Turn YouTube videos, PDFs, and URLs into Anki flashcard decks in seconds.
u/holios89 · Reddit
Built an AI SaaS that turns your notes/articles/PDFs into study flashcards — looking for harsh feedback (and bugs) Hey folks, Solo/small side project here: Deckly ( deckly.one ) — an AI-powered flashcard generator for spaced-repetition learning (Anki-compatible export). You give it text, a PDF, or an article link, it generates a deck of flashcards (Q&A, Cloze, or multiple choice), optionally with TTS audio and images per card, and you can study it right in the browser or export to `.apkg`.

All-in-one workspace for project management, documentation, and test management.
@klorityx · X
One workspace for project management, documentation, test management & CRM. Enterprise features without enterprise pricing.

Track user events and understand behavior to ship products faster.
@kitbasedev · X
We just launched, check us out at

An AI agent team plans, designs, and deploys full-stack applications with real databases and APIs.
@islamtaha · X

To-do list app with built-in chat for task organization and accountability.
@ammar_nassri · X
I'm building a conversation-first accountability app. Let's connect

Autonomous QA agents that test web and mobile apps to discover flows, find bugs, and replay test scenarios.
@AbdullahYusufY · X
Here is ours We are developing autonomous QA agents feel free to check it out.

Instantly share files and text across devices (Mac, PC, iOS, Android, Smart TVs) via your browser, no signup needed.
@WackyCrocoGator · X
This one doesn’t require any signup or payment. Just load and multiple device by opening the site on them and connect them for an easy way to drop text and file to each other.

Embeddable visual workflow builder for web apps with optional AI assistance.
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t