Cj Z 🎯 Profile picture
Feb 20 9 tweets 4 min read Read on X
Cursor/Windsurf cheat code.

{Provide detailed context about your coding project}

It will minimize 85% of AI hallucinations and errors.

Here's how you can do it using ChatGPT: Image
1. Project Requirements Document.

Ask AI to write a PRD (for AI coding model) about your project.

It should include these sections.
- App overview
- User flow
- Tech stack & APIs
- Core features
- In-scope and out-of-scope

To make it air tight add these too:
- Non-functional requirements
- Constraints & assumptions
- Known issues & potential pitfalls

This doc will provide high level overview to Cursor/WindsurfImage
2. App Flow Document

This document will provide a detailed user journey from landing page to all the pages of the app.

This doc creates a map for AI coding model.

Tips:
- Don't use bullet points in this doc
- Don't miss any page
- Use simple language Image
3. Tech Stack Document

This is the technical doc of your coding project. It will provide details about what packages and dependencies to install.

You can also add API documentation to this page (with links) and Cursor/Windsurf will search the web. Image
4. Frontend Guidelines Document

This doc should provide in depth details about the UI, styling, design principles of the app

To make it more detailed you should also add:
- colour palettes
- fonts
- icons

This document will make sure the style is consistent throughout the app Image
5. Backend Structure

Most AI devs use Supabase for the Backend for a reason. Because AI can write SQL queries, for your database tables in Supabase.

All you need to do is copy and paste the queries and policies to SQL editor in Supabase.

This doc will make sure that database, authentication and storage structure is built properly.Image
These are the 5 core documents that are MUST for your coding projects.

You should also create:
- cursorrules/windsurfrules file
- implementation plan file

Implementation plan should list all (50+) steps to code this app.

This one document is a game changer. Image
The quality of docs generated by ChatGPT is not so good.

I've built 35+ projects with AI code and to fix the project documentation problem I built @CodeGuidedev

I use a mix of AI models:
o3-mini
GPT4o
Sonnet 3.5

You can follow simple 5 steps and download all docs in best structure.

Build web apps, mobile apps, extensions, landing pages or even plugins.
Join here - Home of 2489 AI Coders

40% discount on Yearly Membership - Only $199 right now.

Create project docs
Use Starter Kits
Use templates
Community
Discounts
AI Agent
and more features and partnerships are coming...codeguide.dev

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Cj Z 🎯

Cj Z 🎯 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @cj_zZZz

Mar 27
I built 36 projects in last 14 months, with AI code.

Today, I'm sharing my Coding Docs with you.

I use these 7-docs in Cursor/Windsurf to build a knowledge base for AI models.

Bookmark this post so you can copy the templates. ↓

1. Project Requirements Document (PRD)
These docs form a "knowledge base" for AI coding models so AI models car refer to them at any moment.

This Technique minimizes AI assumptions and hallucinations by 85-90%.

Here're other core docs that I attach:

2. App flow document
This docs is works like Google map for AI.
3. Tech stack document

This document lists all the technologies, dependencies, packages and APIs I use in the project.

This provides the technical framework to AI coding models.
Read 10 tweets
Mar 25
How to launch your first SaaS in next 21 days.

Complete Blueprint: ↓ Image
1. Rule #1: Build something that you can monetize.

If you have no ideas, here's how you can use AI to crawl the web and find you gaps.

Use:
- Perplexity Deep Research
- ChatGPT Deep Search
- Grok Deeper Search

Ask: "Find me 10 biggest gaps in XYZ industry that a new SaaS can fill."

"Where do XYZ industry spend most money? Give me a detailed breakdown."

"What are the main pain points of XYX industry. Give me a detailed list"

or if you have an idea, get some data on that:

"I have this idea.......... provide me a critical analysis on this idea. Is it worth building?

What are the top 10 competitors?

How big is the TAM (total addressable market)?

Evaluate my idea out of 10 and share your rational reasoning"
2. Once you find your product idea, now plan your app.

Not many people know that CHatGPT voice has access to web, that makes it a voice researcher.

Use ChatGPT voice as your brainstorm buddy. Share your vague idea.

"What can the core features for this MVP"

"use the MoSCoW method to distill all features for my MVP"

Your job is to focus on what NOT to add in your MVP.

Your v1 should be solving only 1 problem, better than anyone in the market. simple.
Read 13 tweets
Mar 24
In 2024, I decided to build 12 startups in 12 months.

I ended up building 11.

→ 7 failed (never got sold)
→ 3 sold (on acquire .com)
→ 1 profitable (@CodeGuidedev )

In this letter, I'm going to explain how I sold 3 AI apps for $30k in total: Image
I wanted to force myself to learn AI coding craft and build production-ready apps.

One day I came across acquire .com (a marketplace where people sell their SaaS apps)

What was surprising to me is, buyers were buying apps with 0 users and $0 in revenue, or profit.

When I researched deeper I found 90% of new startups are AI coded startups.

That was the motivational kick I was looking for.

So I decided....
7 days → 1 web app (from idea to listing on acquire)

In the beginning I tried to found a pattern on acquire:
- what kind of apps are in demand?
- what kind of apps get more offers?
- what apps are "under offer"?

so I found 1 pattern. I built the same app but better and listed at low selling price.
Read 11 tweets
Mar 23
This is "Glass Morphism" style.

I coded this interface in 10 minutes (one-shot), using:
- @CodeGuidedev (to generate coding docs)
- @v0 (to code the UI component)

Here's how you can design clean UI components: ↓ Image
Design should be the most important factor of your app.

End user care about the experience. "First impression is the last impression"

Present you app in clean, modern and vibrant layout.

Step 1: Describe your idea and generate coding docs.
For coding docs @CodeGuidedev is best as it is built for AI coding models and it works with all AI coding tools:
- Cursor
- Windsurf
- Bolt
- Replit
- Lovable
- v0

Just follow a 5 step routine and generate a set of coding docs. This is AI coding model's knowledge base. Image
Read 10 tweets
Mar 22
How to make Cursor Agent super powerful?

A complete guide: ↓ Image
In future Cursor Agent will be able to run for hours and code the complete app autonomously.

We can see glimpses of this right now.

But there's a core issue, AI hallucinations!

AI models can make up things, hallucinate and start breaking the codebase.

We can't afford this.
Here's how I am able to minimize AI hallucinations by 90%.

We need to implement:

1. Strong Rules (user rules)

Go to settings → Rules → User Rules

Now paste the rules I have attached.

To get these rules in text format: Ask @ grok "please OCR this image" Image
Read 9 tweets
Mar 21
After coding 36 app with AI models, I've compiled a security checklist that you can follow.

Trick: Paste this into AI coding tools (Cursor/Windsurf) and ask them to generate a security report.

Then fix all errors before launch.

BOOKMARK this: ↓ Image
This happened recently!

Let's fix it for others. Image
1. Use a Trusted Third-Party Auth Library

Authentication (logging users in, password reset, etc) is complex structure, if built from scratch.

Don't reinvent the wheel in the beginning.

Choose a well-known library like Clerk, which handles password hashing, session management, and multi-factor authentication (MFA) for you.
Read 12 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(