All your developer tools in one place. PostHog gives engineers everything to build, test, measure, and ship successful products faster. Get started fr
PostHog AI is appreciated for its competitive pricing strategy, significantly lowering costs and expanding its free tier, which makes it appealing among competitors. Users seem to value the company's openness to price changes and its humor and creativity in marketing through unique merch giveaways. While specific complaints are not prominently visible, the emphasis on pricing suggests some previous concerns may have been cost-related. Overall, PostHog AI maintains a positive reputation, viewed as a tool that focuses on user-friendly pricing and customer engagement through community activities.
Mentions (30d)
4
Reviews
0
Platforms
3
GitHub Stars
32,296
2,451 forks
PostHog AI is appreciated for its competitive pricing strategy, significantly lowering costs and expanding its free tier, which makes it appealing among competitors. Users seem to value the company's openness to price changes and its humor and creativity in marketing through unique merch giveaways. While specific complaints are not prominently visible, the emphasis on pricing suggests some previous concerns may have been cost-related. Overall, PostHog AI maintains a positive reputation, viewed as a tool that focuses on user-friendly pricing and customer engagement through community activities.
Features
Use Cases
Industry
information technology & services
Employees
110
Funding Stage
Series E
Total Funding
$172.0M
1,805
GitHub followers
311
GitHub repos
32,296
GitHub stars
20
npm packages
6
HuggingFace models
we recommend visiting our website right now https://t.co/gFZz1vdgFr
we recommend visiting our website right now https://t.co/gFZz1vdgFr
View originalPricing found: $20, $0 /mo, $2, $0, $0
I made a way to build and publish full-stack web apps right from claude.ai chat
I’ve been experimenting with a different workflow for building and publishing web apps from claude.ai in the web. I build teenyapp, a web hosting service where the app itself is the thing you paste into Claude. The workflow is: Get a teenyapp.com link Paste it into Claude Ask Claude to build your app Claude edits the project and publishes it live at that link Claude is not generating static HTML demos. Each app gets a real backend: database, file storage, API routes, auth support, and a serverless worker. All of the example projects below use at least one of each backend capability. Here are some examples Claude helped build. See the full list of example apps and demo videos at https://x.com/minjunesh/status/2050395479536742455?s=20 - Lovable-style app builder clone: https://clonable.app.teenyapp.com - ChatGPT wrapper that hallucinates your face score: https://lookswrapper.app.teenyapp.com - Windows XP emulator where signed-in users can edit the desktop: https://winxp.app.teenyapp.com - P2P Agar.io with user-hosted lobbies: https://agario.app.teenyapp.com - Minimal PostHog clone: https://postpig.app.teenyapp.com - Manifold-style prediction market: https://manifold.app.teenyapp.com - Browser local speech-to-text model comparison: https://localstt.app.teenyapp.com - Rope game with global leaderboard: https://ropeman.app.teenyapp.com Each teenyapp is powered by teenybase.com, the backend framework underneath teenyapp. Every app gets a serverless worker, auth-ready API, 100MB database, 10GB file storage, and 1M requests/month included. Basically: Claude isn’t just producing a mockup or a zip of code. It can keep editing and publishing a live full-stack app. The examples are also cloneable/forkable, so you can paste an existing teenyapp link into Claude with /fork or /clone route added (e.g. https://example.app.teenyapp.com/clone) and ask it to make your own version. But the main idea is just: give Claude a teenyapp link, describe what you want, and it builds + publishes there. The service is free to try at teenyapp.com submitted by /u/invocation02 [link] [comments]
View original@mcpark @daltonc Go to https://t.co/Qs5Rf0zmhA and we can sort you there
@mcpark @daltonc Go to https://t.co/Qs5Rf0zmhA and we can sort you there
View original@SourabhMane_ @tryprofound more like one hedgehog and one wolf maybe
@SourabhMane_ @tryprofound more like one hedgehog and one wolf maybe
View originalEvery 5,000 free session recordings every month. If you want to avoid any charge, you can set billing limits to $0 and we'll never charge you. You can also potentially more selectively choose when t
Every 5,000 free session recordings every month. If you want to avoid any charge, you can set billing limits to $0 and we'll never charge you. You can also potentially more selectively choose when to trigger session replay to parts of your app you care most about. Docs on billing limits and alerts: https://t.co/pynLymP1c5 Docs on controlling recordings: https://t.co/3OKwHWLkwc
View original@codinginflow hey, we'd like get this sorted for you. can you share a bit more about how it went wrong?
@codinginflow hey, we'd like get this sorted for you. can you share a bit more about how it went wrong?
View original@james406 https://t.co/rngxnaUvKz
@james406 https://t.co/rngxnaUvKz
View original@0xRaduan it is not. we made these. there's 0% AI in any of this
@0xRaduan it is not. we made these. there's 0% AI in any of this
View originalToday we announce an exciting new chapter in PostHog’s journey, our new range of PostHog Heroes action figures. With PostHog Heroes, our precious youth can finally realize their dreams of one day fou
Today we announce an exciting new chapter in PostHog’s journey, our new range of PostHog Heroes action figures. With PostHog Heroes, our precious youth can finally realize their dreams of one day founding a B2B SaaS company and delivering shareholder value. We’ve already sold the movie rights to A24 with Timothée Chalamet attached as the lead. We’re hopeful this is the movie that will win him the Oscar he craves.
View original@weeb0 I'll check with the LLM analytics team.
@weeb0 I'll check with the LLM analytics team.
View original@jackjoliet No, it queries our database and read Django models.
@jackjoliet No, it queries our database and read Django models.
View originalI built a "rigor dial" for Claude Code - from "just do it bro" (0) to full devil's advocate (10)
I kept running into the same problem: for a quick typo fix, I don't need Claude questioning my life choices. But for architecture decisions, I actually WANT it to push back hard. So I made a simple slash command skill: /rigor Level Name What Claude does 0 Bro Zero questions. Just does it. 1-2 Chill Only warns if prod will literally break 3-4 Gentle Soft suggestions, mentions tradeoffs 5 Balanced Default behavior 6-7 Critical Challenges architecture, demands justification 8-9 Paranoid Edge cases, scalability, "what's the rollback plan?" 10 Dushnila "Why are we building this at all? Show me the data." In my native language we have a perfect word for level 10 - "dushnila" (душнила) - someone who suffocates you with questions and won't let anything slide. Every dev team has one. Now your AI can be one too. Same prompt, different levels: Me: "Let's add Redis to cache AI chat responses" Level 0: "Adding Redis client and caching. Done." Level 5: "Before I start — what TTL for cache? AI responses are contextual, same prompt can need different answers. Also Redis is new infra — Upstash or self-hosted?" Level 10: "Stop. What metric are we improving? Show me the data. Cache hit rate will be near-zero — chat is contextual by definition. Redis adds $30/mo and a new failure point nobody will monitor at 3am. Anthropic prompt caching already exists and costs nothing. Have users even complained about speed? Check PostHog before writing a single line of code." How I actually use it: - /rigor 0 — typo fixes, config changes, "just do the thing" - /rigor 5 — regular feature work - /rigor 8 — new services, anything touching auth or payments - /rigor 10 — "should we even build this?" — when I need the harshest critic in the room before committing to a direction It's just a markdown file — takes 30 seconds to install. I built it with Claude Code in ~15 minutes and honestly it changed how I work more than I expected. Turns out the right amount of AI pushback depends entirely on the stakes. GitHub: https://github.com/spyrae/rigor-dushno Also comes with /dushno — same thing in Russian, for the bilingual devs out there. submitted by /u/sand-pyramid [link] [comments]
View originalRepository Audit Available
Deep analysis of PostHog/posthog — architecture, costs, security, dependencies & more
Yes, PostHog AI offers a free tier. Pricing found: $20, $0 /mo, $2, $0, $0
Key features include: Slides, 120+ sources/destinations, SQL editor + BI + data viz, User activity feed (CDP-lite), API, webhooks, payments from Stripe, exceptions in an error tracking tool, tickets in your support platform.
PostHog AI is commonly used for: Built-in, Product OS ships with:, 120+ sources/destinations, SQL editor + BI + data viz, User activity feed (CDP-lite), API, webhooks.
PostHog AI integrates with: Stripe, Slack, GitHub, Zapier, Segment, Amplitude, Google Analytics, Mixpanel, Intercom, HubSpot.
PostHog AI has a public GitHub repository with 32,296 stars.
Based on user reviews and social mentions, the most common pain points are: down, right now.
Based on 104 social mentions analyzed, 4% of sentiment is positive, 93% neutral, and 3% negative.